projects
/
dak.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
862bfc8
)
use a special signing key instead
author
Joerg Jaspert
<joerg@debian.org>
Fri, 25 Mar 2011 18:57:56 +0000
(19:57 +0100)
committer
Joerg Jaspert
<joerg@debian.org>
Fri, 25 Mar 2011 18:57:56 +0000
(19:57 +0100)
Signed-off-by: Joerg Jaspert <joerg@debian.org>
scripts/debian/buildd-prepare-dir
patch
|
blob
|
history
diff --git
a/scripts/debian/buildd-prepare-dir
b/scripts/debian/buildd-prepare-dir
index f43624a374a182ef8475271cc14c8147464cf051..962e4635951080d122f2cc3165affcfbce5eb175 100755
(executable)
--- a/
scripts/debian/buildd-prepare-dir
+++ b/
scripts/debian/buildd-prepare-dir
@@
-58,6
+58,6
@@
cd ${TARGET}
sha512sum keyrings/* > sha512sums
rm -f ${TARGET}/sha512sums.txt
-SIGNINGKEY=
$(dak admin c signingkeyids)
+SIGNINGKEY=
B1326A8D
GNUPGHOME=${GNUPGHOME} gpg --no-options --batch --no-tty --armour --default-key ${SIGNINGKEY} --clearsign -o "${TARGET}/sha512sums.txt" "${TARGET}/sha512sums"
rm -f ${TARGET}/sha512sums