forked from Mirror/pmbootstrap
zap: add -d
/--distfiles
argument to clear downloaded files cache (#576)
This commit is contained in:
parent
c6e210d4e7
commit
207c200229
3 changed files with 7 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue