]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - tools/make-functions
Mal richtig schnell ein kleines Python-Script geschrieben, welches die Paket-Datenban...
[people/pmueller/ipfire-2.x.git] / tools / make-functions
index 9a3a13f474c4b6cc73816e55f68b2867ccd50fb4..d1b534dd0e852e7f31580df891afc9e39bba8f37 100644 (file)
@@ -487,6 +487,7 @@ batch_script() {
        evaluate 1 mail_me ISO
        
        echo -ne "### UPLOADING PAKS"
+       $0 packages sign
        $0 upload paks
        evaluate 1 mail_me PAKS
 
@@ -714,7 +715,7 @@ sign_packages() {
        if gpg --list-key 64D96617 ; then
                if [ -d "$BASEDIR/packages" ]; then
                        cd $BASEDIR/packages
-               for i in `ls $BASEDIR/packages`; do
+               for i in `ls $BASEDIR/packages/*.ipfire`; do
                        echo -n "Signing $i"
                                echo $GPG_PASSPHRASE | gpg --sign --armor -u 64D96617 --passphrase-fd 0 $i
                                if [ "$?" -eq "0" ]; then