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

@ -172,6 +172,8 @@ def arguments():
zap.add_argument("-m", "--mismatch-bins", action="store_true", help="also delete"
" binary packages that are newer than the corresponding"
" package in aports")
zap.add_argument("-d", "--distfiles", action="store_true", help="also delete"
" downloaded files cache")
# Action: stats
stats = sub.add_parser("stats", help="show ccache stats")