Meta-Dateien werden nicht verschluesselt.

Statische IPs fuer die rote Schnittstelle funzen nun.


git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@532 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
This commit is contained in:
ms
2007-05-05 23:46:42 +00:00
parent 16f6c28c89
commit 64a4253512
3 changed files with 4 additions and 4 deletions

View File

@@ -715,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