Skip to content

Commit

Permalink
Merge pull request moby#20293 from jfrazelle/fix-release-script
Browse files Browse the repository at this point in the history
dont clean the db
  • Loading branch information
tianon committed Feb 13, 2016
2 parents 79edcc5 + 477e1fc commit beade82
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions hack/make/release-deb
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit beade82

Please sign in to comment.