On Tue, May 02, 2006 at 01:12:37PM +0200, houghi wrote:
On Tue, May 02, 2006 at 12:58:48PM +0200, Christian Boltz wrote:
Houghi's script changed the "content" file as before, but did not touch the signature file (it simply didn't know it yet).
Therefore the broken signature is "normal" IMHO ;-)
Yes. Although I believe I am still doing something wrong. I placed a temporary file as http://houghi.org/script/makeSUSEdvd You need http://houghi.org/script/create_package_descr which is the version that comes with 10.1RC3
Look for #SIGN_CONTENT in the script.
Instead of: gpg --export -a > $CD_DIR/gpg-pubkey-${LOCAL_KEY}.asc use gpg --export -a $LOCAL_KEY > $CD_DIR/gpg-pubkey-${LOCAL_KEY}.asc Are content.asc files generated? To the detach signs add a || echo "*** SIGNING FAILED! ****" gpg --detach-sign -u $LOCAL_KEY $CD_DIR/content || echo "**** SIGNING FAILED!" Ciao, Marcus