Minor things
This commit is contained in:
4
debian/makerepo.sh
vendored
4
debian/makerepo.sh
vendored
@ -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}.
|
||||||
|
Reference in New Issue
Block a user