APTCONF="`pwd`/theapt.conf" BUILD=/home/hendry/mirror DISTNAME=etch apt-ftparchive -c $APTCONF generate apt-ftparchive-deb.conf #apt-ftparchive -c $APTCONF generate apt-ftparchive-udeb.conf rm $BUILD/dists/$DISTNAME/Release apt-ftparchive -c $APTCONF release $BUILD/dists/$DISTNAME | tee $BUILD/dists/$DISTNAME/Release 2>&1 > /dev/null gpg --default-key "64399BE2" --output $BUILD/dists/$DISTNAME/Release.gpg -ba $BUILD/dists/$DISTNAME/Release