diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2017-11-24 22:12:12 -0800 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2017-11-24 22:12:12 -0800 |
commit | cab62811c7154167c1beae2cb16a31af1be3138a (patch) | |
tree | c7be7f9d007cb9e382d89bdf93052cca6c842cab | |
parent | rsync-gen.sh: gpg needs output file to NOT exist (diff) | |
download | mastermirror-scripts-cab62811c7154167c1beae2cb16a31af1be3138a.tar.gz mastermirror-scripts-cab62811c7154167c1beae2cb16a31af1be3138a.tar.bz2 mastermirror-scripts-cab62811c7154167c1beae2cb16a31af1be3138a.zip |
rsync-gen.sh: only sign toplevel Manifest for now, gemato bug.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
-rwxr-xr-x | rsync-gen.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/rsync-gen.sh b/rsync-gen.sh index 66c3f05..71b54b0 100755 --- a/rsync-gen.sh +++ b/rsync-gen.sh @@ -229,7 +229,8 @@ timelog___end "THICKEN-META" | timelogger # 6b) Sign top-level MetaManifest timelog_start "SIGN-METAMANIFEST" | timelogger -for m in Manifest metadata/glsa/Manifest Manifest/news/Manifest ; do +#for m in Manifest metadata/glsa/Manifest Manifest/news/Manifest ; do +for m in Manifest ; do tmp="$(mktemp)" rm -f "${tmp}" # gpg needs the file to NOT exist, there is no overwrite option. src="${STAGEDIR_repo_gentoo}"/$m |