Minor things

This commit is contained in:
HungryHobo
2010-11-06 05:40:24 +00:00
parent 43c7cc0893
commit c2349662e7

4
debian/makerepo.sh vendored
View File

@ -1,6 +1,8 @@
#!/bin/bash #!/bin/bash
# This script creates a Debian repository in ${DIR} using the reprepro tool. # This script creates a Debian repository in ${DIR} using the reprepro tool.
# The packages are signed with the key referenced in the newest changelog entry. # The packages are signed with the key referenced in the newest changelog entry.
#
# TODO: error handling
cd $(dirname $0) cd $(dirname $0)
DIR=./repo DIR=./repo
@ -36,3 +38,5 @@ gpg --armor --export ${SIGNER} > ${DIR}/0x${KEYID}.asc
echo Cleaning up... echo Cleaning up...
rm -f ${CONFFILE} rm -f ${CONFFILE}
rmdir ${CONFDIR} rmdir ${CONFDIR}
echo Debian repository created in `pwd`/${DIR}.