Run includedeb and include on each file individually, reprepro can't do multiple files
This commit is contained in:
4
debian/makerepo.sh
vendored
4
debian/makerepo.sh
vendored
@ -28,8 +28,8 @@ echo "SignWith: ${SIGNER}" >> ${CONFFILE}
|
|||||||
|
|
||||||
# create the repository
|
# create the repository
|
||||||
echo Building the repository...
|
echo Building the repository...
|
||||||
reprepro --ask-passphrase --outdir ${DIR} includedeb all ../../i2p_*.deb
|
find ../.. -name i2p_*.deb -maxdepth 1 -exec reprepro --ask-passphrase --outdir ${DIR} includedeb all {} \;
|
||||||
reprepro --ask-passphrase --outdir ${DIR} include all ../../i2p_*.changes
|
find ../.. -name i2p_*.changes -maxdepth 1 -exec reprepro --ask-passphrase --outdir ${DIR} include all {} \;
|
||||||
|
|
||||||
# export the public key
|
# export the public key
|
||||||
gpg --armor --export ${SIGNER} > ${DIR}/0x${KEYID}.asc
|
gpg --armor --export ${SIGNER} > ${DIR}/0x${KEYID}.asc
|
||||||
|
Reference in New Issue
Block a user