Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | dl_cleanup: Fix linux blacklist | Michael Büsch | 2015-10-07 | 1 | -2/+5 |
| | | | | SVN-Revision: 47157 | ||||
* | dl_cleanup: Port to Python 3 | Michael Büsch | 2015-10-07 | 1 | -26/+29 |
| | | | | SVN-Revision: 47156 | ||||
* | packages: fix typo in OpenWrt name | John Crispin | 2014-12-07 | 1 | -2/+2 |
| | | | | | | Signed-off-by: Cezary Jackiewicz <cezary.jackiewicz@gmail.com> SVN-Revision: 43542 | ||||
* | scripts: dl_cleanup.py: properly detect file names with <date>-<githash> ↵ | Jo-Philipp Wich | 2013-05-26 | 1 | -1/+1 |
| | | | | | | version string SVN-Revision: 36729 | ||||
* | Add xz compressed packages to known extensions of dl_cleanup | Gabor Juhos | 2013-02-17 | 1 | -1/+5 |
| | | | | | | | | | Add .tar.xz, .txz, and .orig.tar.xz as known extensions to dl_cleanup.py. Signed-off-by: Ian Leonard <antonlacon@gmail.com> Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35645 | ||||
* | dl_cleanup: Add support for GIT-SHASUM | Michael Büsch | 2010-09-18 | 1 | -6/+16 |
| | | | | SVN-Revision: 23084 | ||||
* | Fix dl_cleanup.py | Michael Büsch | 2010-08-10 | 1 | -1/+2 |
| | | | | SVN-Revision: 22578 | ||||
* | dl_cleanup: Show it to the user, if file extension or version pattern is unknown | Michael Büsch | 2010-01-09 | 1 | -7/+3 |
| | | | | SVN-Revision: 19085 | ||||
* | dl_cleanup: Add regex for foo_1_2_3 | Michael Büsch | 2010-01-09 | 1 | -3/+9 |
| | | | | SVN-Revision: 19084 | ||||
* | dl_cleanup: Allow removing items from blacklist | Michael Büsch | 2010-01-09 | 1 | -4/+15 |
| | | | | SVN-Revision: 19083 | ||||
* | dl_cleanup: Add linux and gcc to blacklist | Michael Büsch | 2010-01-09 | 1 | -10/+17 |
| | | | | SVN-Revision: 19082 | ||||
* | dl_cleanup: Add dry-run option | Michael Büsch | 2010-01-09 | 1 | -6/+26 |
| | | | | SVN-Revision: 19081 | ||||
* | dl_cleanup: Utility to delete all but the very last version of the tarballs ↵ | Michael Büsch | 2010-01-03 | 1 | -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 |