Merge pull request #20293 from jfrazelle/fix-release-script

dont clean the db
Upstream-commit: beade8276a661f64775dca9aaeee061d1702edfb
Component: engine
This commit is contained in:
Tianon Gravi
2016-02-12 16:30:00 -08:00

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"