From c8334424bd31df9cac598ecc4177f1c7c7ee696b Mon Sep 17 00:00:00 2001 From: "Andreas K. Hüttel" Date: Sun, 6 Aug 2023 02:17:09 +0200 Subject: Some comments MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas K. Hüttel --- sign-binpackages.sh | 10 ++++++++-- 1 file 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" -- cgit v1.2.3-65-gdbad