aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2017-11-24 23:45:23 +0100
committerMichał Górny <mgorny@gentoo.org>2017-11-24 23:45:23 +0100
commite52e35b36c70e4b588626f24fa30a1fcc9013836 (patch)
tree90cd41a21c69599f37a92fc6fe53c505503a66ed
parentrsync-gen.sh: Verify the MetaManifest (diff)
downloadmastermirror-scripts-e52e35b36c70e4b588626f24fa30a1fcc9013836.tar.gz
mastermirror-scripts-e52e35b36c70e4b588626f24fa30a1fcc9013836.tar.bz2
mastermirror-scripts-e52e35b36c70e4b588626f24fa30a1fcc9013836.zip
rsync-gen.sh: Fix verbose verification output
-rwxr-xr-xrsync-gen.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/rsync-gen.sh b/rsync-gen.sh
index a3de406..ffdce6a 100755
--- a/rsync-gen.sh
+++ b/rsync-gen.sh
@@ -223,7 +223,7 @@ timelog___end "THICKEN-META" | timelogger
# TODO: sign the MetaManifests
timelog_start "MANIFEST-VALIDATE" | timelogger
-if ! /usr/local/bin/gemato/bin/gemato verify "${STAGEDIR_repo_gentoo}" 2>&1 >${REGEN_LOG_DIR}/${REGEN_LOG_FILE}.validate; then
+if ! /usr/local/bin/gemato/bin/gemato verify "${STAGEDIR_repo_gentoo}" >${REGEN_LOG_DIR}/${REGEN_LOG_FILE}.validate 2>&1; then
echo "$0: A Manifest has a failure!"
echo "${REGEN_LOG_DIR}/${REGEN_LOG_FILE}.validate:"
cat "${REGEN_LOG_DIR}/${REGEN_LOG_FILE}.validate"