1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

dont clean the db

Signed-off-by: Jessica Frazelle <acidburn@docker.com>
This commit is contained in:
Jessica Frazelle 2016-02-12 13:13:50 -08:00
parent b734d0e8cc
commit 477e1fc989
No known key found for this signature in database
GPG key ID: 18F3685C0022BFF3

View file

@ -118,9 +118,6 @@ for dir in contrib/builder/deb/${PACKAGE_ARCH}/*/; do
-name *~${codename#*-}*.deb > "$APTDIR/dists/$codename/$component/filelist"
done
# clean the databases
apt-ftparchive clean "$APTDIR/conf/apt-ftparchive.conf"
# run the apt-ftparchive commands so we can have pinning
apt-ftparchive generate "$APTDIR/conf/apt-ftparchive.conf"