zap: add -d/--distfiles argument to clear downloaded files cache (#576)

This commit is contained in:
drebrez 2017-09-14 20:28:10 +02:00 committed by Oliver Smith
parent c6e210d4e7
commit 207c200229
3 changed files with 7 additions and 2 deletions

View file

@ -195,4 +195,4 @@ def log_distccd(args):
def zap(args):
pmb.chroot.zap(args, packages=args.packages, http=args.http,
mismatch_bins=args.mismatch_bins)
mismatch_bins=args.mismatch_bins, distfiles=args.distfiles)