Browse code

dont clean the db

Signed-off-by: Jessica Frazelle <acidburn@docker.com>

Jessica Frazelle authored on 2016/02/13 06:13:50
Showing 1 changed files
... ...
@@ -118,9 +118,6 @@ for dir in contrib/builder/deb/${PACKAGE_ARCH}/*/; do
118 118
 		-name *~${codename#*-}*.deb > "$APTDIR/dists/$codename/$component/filelist"
119 119
 done
120 120
 
121
-# clean the databases
122
-apt-ftparchive clean "$APTDIR/conf/apt-ftparchive.conf"
123
-
124 121
 # run the apt-ftparchive commands so we can have pinning
125 122
 apt-ftparchive generate "$APTDIR/conf/apt-ftparchive.conf"
126 123