Skip to content

Commit

Permalink
diff
Browse files Browse the repository at this point in the history
  • Loading branch information
Azathothas committed Jan 11, 2025
1 parent 21bf008 commit f8ed316
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions bincache/scripts/gen_meta_aarch64-Linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -390,4 +390,10 @@ if command -v rclone &> /dev/null &&\
rclone copyto "${GITHUB_WORKSPACE}/main/bincache/data/aarch64-Linux.json.zstd.bsum" "r2:/meta/bincache/aarch64-linux.json.zstd.bsum" --checksum --check-first --user-agent="${USER_AGENT}" &
wait ; echo
fi
#-------------------------------------------------------#

#-------------------------------------------------------#
##Generate Diff
cd "${GITHUB_WORKSPACE}/main" && git pull origin main --no-edit 2>/dev/null
bash <(curl -qfsSL "https://raw.githubusercontent.com/pkgforge/metadata/refs/heads/main/soarpkgs/scripts/gen_diff.sh")
#-------------------------------------------------------#
6 changes: 6 additions & 0 deletions bincache/scripts/gen_meta_x86_64-Linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -390,4 +390,10 @@ if command -v rclone &> /dev/null &&\
rclone copyto "${GITHUB_WORKSPACE}/main/bincache/data/x86_64-Linux.json.zstd.bsum" "r2:/meta/bincache/x86_64-linux.json.zstd.bsum" --checksum --check-first --user-agent="${USER_AGENT}" &
wait ; echo
fi
#-------------------------------------------------------#

#-------------------------------------------------------#
##Generate Diff
cd "${GITHUB_WORKSPACE}/main" && git pull origin main --no-edit 2>/dev/null
bash <(curl -qfsSL "https://raw.githubusercontent.com/pkgforge/metadata/refs/heads/main/soarpkgs/scripts/gen_diff.sh")
#-------------------------------------------------------#

0 comments on commit f8ed316

Please sign in to comment.