Makefile: install entrouvert keyring in pbuilder chroots

This commit is contained in:
Benjamin Dauvergne 2016-02-24 16:25:36 +01:00
parent 6db9c2349b
commit 321e5434a9
2 changed files with 9 additions and 1 deletions

View File

@ -21,6 +21,14 @@ chroots:
for DIST in wheezy jessie; do \
for ARCH in i386 amd64; do \
mkdir -p /var/cache/pbuilder/$$DIST-$$ARCH/base.cow; \
DIST=$$DIST ARCH=$$ARCH cowbuilder --create --configfile ./pbuilderrc; \
DIST=$$DIST ARCH=$$ARCH cowbuilder --create --configfile ./pbuilderrc --keyring ./entrouvert.gpg; \
done; \
done
chroots-update:
for DIST in wheezy jessie; do \
for ARCH in i386 amd64; do \
mkdir -p /var/cache/pbuilder/$$DIST-$$ARCH/base.cow; \
DIST=$$DIST ARCH=$$ARCH cowbuilder --update --configfile ./pbuilderrc --keyring ./entrouvert.gpg; \
done; \
done

BIN
entrouvert.gpg Normal file

Binary file not shown.