dont clean the db

Signed-off-by: Jessica Frazelle <acidburn@docker.com>
Upstream-commit: 477e1fc989dd9a58d7bee78d6bf13e5a24ebd4d6
Component: engine
This commit is contained in:
Jessica Frazelle
2016-02-12 13:13:50 -08:00
parent 949eabdb95
commit 4fe2cef6bb

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"