Use /var/cache/pbuilder/base-${distribution}-amd64.cow/etc/apt/trusted.gpg as keyring for debootstrapping the piuparts repos with Sipwise internal key

changes/53/1253/1
Michael Prokop 13 years ago
parent e96c25b9ae
commit de998a78c1

@ -39,7 +39,7 @@ if [ "$RUN_CE_PRO_CARRIER" = "true" ] ; then
ce_pro_carrier
else
echo "*** No ce/pro/carrier specific packages found, executing for all artifacts/*.deb files ***"
sudo release="$release" SCRIPTSDIR=$PWD/source/scripts/ MIRROR=http://deb.sipwise.com/debian distribution="$distribution" piuparts_wrapper artifacts/*.deb || true
sudo release="$release" SCRIPTSDIR=$PWD/source/scripts/ MIRROR=http://deb.sipwise.com/debian distribution="$distribution" DEBOOTSTRAP_OPTIONS="--keyring=/var/cache/pbuilder/base-${distribution}-amd64.cow/etc/apt/trusted.gpg" piuparts_wrapper artifacts/*.deb || true
fi
piuparts_tap piuparts.txt > piuparts.tap

Loading…
Cancel
Save