aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xsign-binpackages.sh10
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"