fix verification warnings
This commit is contained in:
parent
e43e4e5bec
commit
81429f65dd
1 changed files with 3 additions and 1 deletions
|
|
@ -114,7 +114,9 @@ cd PACKAGES/$PACKAGE
|
||||||
#Get package and uncompress it
|
#Get package and uncompress it
|
||||||
apt-get update -c $LOCAL_APT/etc/apt.conf
|
apt-get update -c $LOCAL_APT/etc/apt.conf
|
||||||
apt-get source $PACKAGE --download-only -c ${LOCAL_APT}/etc/apt.conf
|
apt-get source $PACKAGE --download-only -c ${LOCAL_APT}/etc/apt.conf
|
||||||
dpkg-source -x --skip-patches *.dsc source
|
# verify it first
|
||||||
|
gpgv --keyring ${LOCAL_APT}/etc/trusted.gpg *.dsc
|
||||||
|
dpkg-source --no-check -x --skip-patches *.dsc source
|
||||||
|
|
||||||
find -maxdepth 1 -type f | xargs rm
|
find -maxdepth 1 -type f | xargs rm
|
||||||
cd source
|
cd source
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue