summaryrefslogtreecommitdiffstats
path: root/scripts/dl_cleanup.py
Commit message (Collapse)AuthorAgeFilesLines
* dl_cleanup: Add support for GIT-SHASUMMichael Büsch2010-09-181-6/+16
| | | | SVN-Revision: 23084
* Fix dl_cleanup.pyMichael Büsch2010-08-101-1/+2
| | | | SVN-Revision: 22578
* dl_cleanup: Show it to the user, if file extension or version pattern is unknownMichael Büsch2010-01-091-7/+3
| | | | SVN-Revision: 19085
* dl_cleanup: Add regex for foo_1_2_3Michael Büsch2010-01-091-3/+9
| | | | SVN-Revision: 19084
* dl_cleanup: Allow removing items from blacklistMichael Büsch2010-01-091-4/+15
| | | | SVN-Revision: 19083
* dl_cleanup: Add linux and gcc to blacklistMichael Büsch2010-01-091-10/+17
| | | | SVN-Revision: 19082
* dl_cleanup: Add dry-run optionMichael Büsch2010-01-091-6/+26
| | | | SVN-Revision: 19081
* dl_cleanup: Utility to delete all but the very last version of the tarballs ↵Michael Büsch2010-01-031-0/+176
in the download directory. The tool does currently have a few false positives (probably below 1%), but this is harmless, because buildroot will just redownload them. SVN-Revision: 19018