We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0524b25 commit 5f0afa9Copy full SHA for 5f0afa9
freebsd-pkg/scan_and_clean_mismatched_files.py
freebsd-pkg/sync.sh
@@ -112,12 +112,6 @@ done < $FBSD_PLATFORMS
112
113
find $TO -type d -print0 | xargs -0 chmod 755
114
115
-echo "[INFO] final verification and cleanup..."
116
-/scan_and_clean_mismatched_files.py
117
-if [[ $? -ne 0 ]]; then
118
- echo "[FATAL] scan and clean mismatched files failed."
119
- EXIT_CODE=$((EXIT_CODE + 1))
120
-fi
121
clean_hash_file
122
123
rm $FBSD_PLATFORMS
yukina/Dockerfile
@@ -1,7 +1,7 @@
1
FROM ustcmirror/base:alpine
2
LABEL maintainer="Keyu Tao <taoky AT ustclug.org>"
3
LABEL bind_support=true
4
-ARG YUKINA_VERSION=20260126
+ARG YUKINA_VERSION=20260126.1
5
6
RUN <<EOF
7
set -euo pipefail
0 commit comments