diff options
author | Alec Warner <antarus@gentoo.org> | 2020-12-30 11:38:52 -0800 |
---|---|---|
committer | Alec Warner <antarus@gentoo.org> | 2020-12-30 11:38:52 -0800 |
commit | ffa4675db7205da04f7eb7ebef79e9cac3ece8ad (patch) | |
tree | 7c91d9897f347530b68b67774130c982ef442933 | |
parent | sign-autobuilds: Always kill gpg-agent to avoid mismatch (diff) | |
download | mastermirror-scripts-ffa4675db7205da04f7eb7ebef79e9cac3ece8ad.tar.gz mastermirror-scripts-ffa4675db7205da04f7eb7ebef79e9cac3ece8ad.tar.bz2 mastermirror-scripts-ffa4675db7205da04f7eb7ebef79e9cac3ece8ad.zip |
Poseidon and this password are long gone.20201231T193938Z
Signed-off-by: Alec Warner <antarus@gentoo.org>
-rwxr-xr-x | sync-autobuilds.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sync-autobuilds.sh b/sync-autobuilds.sh index 64bf1d1..6247aa7 100755 --- a/sync-autobuilds.sh +++ b/sync-autobuilds.sh @@ -8,7 +8,6 @@ ARCHES="alpha amd64 arm64 arm hppa ia64 ppc s390 sh sparc x86" # directories that would otherwise be deleted. RSYNC_OPTS=( -aO - --password-file=/etc/mastermirror-fetch/poseidon-rsync.passwd --delete --delete-delay --timeout=600 |