diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2023-08-06 02:17:09 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2023-08-06 02:17:09 +0200 |
commit | c8334424bd31df9cac598ecc4177f1c7c7ee696b (patch) | |
tree | db9d2ec1234b5c5589e991200f62f97cf0cb2c92 | |
parent | Make syncing work (diff) | |
download | mastermirror-scripts-c8334424bd31df9cac598ecc4177f1c7c7ee696b.tar.gz mastermirror-scripts-c8334424bd31df9cac598ecc4177f1c7c7ee696b.tar.bz2 mastermirror-scripts-c8334424bd31df9cac598ecc4177f1c7c7ee696b.zip |
Some comments
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
-rwxr-xr-x | sign-binpackages.sh | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/sign-binpackages.sh b/sign-binpackages.sh index 6cee806..61d8874 100755 --- a/sign-binpackages.sh +++ b/sign-binpackages.sh @@ -1,9 +1,15 @@ #!/bin/bash -# Copyright 2010-2023 Gentoo Authors; Distributed under the GPL v2 +# Copyright 2023 Gentoo Authors; Distributed under the GPL v2 # might be earlier copyright, no history available +# NOTE 1: This script is SLOW. It should run at most once per day. +# NOTE 2: This script requires that the signing key has its ownertrust +# set to ultimate. Which makes sense anyway, since we have the +# secret key. +# NOTE 3: This script has to run as gmirror user. + # for testing -ARCHES="arm64 sparc" +ARCHES="sparc" # Keep this variable in sync _ARCHES="alpha amd64 arm64 arm hppa ia64 loong m68k mips ppc riscv s390 sh sparc x86" |