aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/dl_cleanup.py
Commit message (Collapse)AuthorAgeFilesLines
* dl_cleanup: Fix linux blacklistMichael Büsch2015-10-071-2/+5
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@47157 3c298f89-4303-0410-b956-a3cf2f4a3e73
* dl_cleanup: Port to Python 3Michael Büsch2015-10-071-26/+29
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@47156 3c298f89-4303-0410-b956-a3cf2f4a3e73
* packages: fix typo in OpenWrt nameJohn Crispin2014-12-071-2/+2
| | | | | | Signed-off-by: Cezary Jackiewicz <cezary.jackiewicz@gmail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43542 3c298f89-4303-0410-b956-a3cf2f4a3e73
* scripts: dl_cleanup.py: properly detect file names with <date>-<githash> ↵Jo-Philipp Wich2013-05-261-1/+1
| | | | | | version string git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36729 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Add xz compressed packages to known extensions of dl_cleanupGabor Juhos2013-02-171-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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35645 3c298f89-4303-0410-b956-a3cf2f4a3e73
* dl_cleanup: Add support for GIT-SHASUMMichael Büsch2010-09-181-6/+16
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23084 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Fix dl_cleanup.pyMichael Büsch2010-08-101-1/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22578 3c298f89-4303-0410-b956-a3cf2f4a3e73
* dl_cleanup: Show it to the user, if file extension or version pattern is unknownMichael Büsch2010-01-091-7/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19085 3c298f89-4303-0410-b956-a3cf2f4a3e73
* dl_cleanup: Add regex for foo_1_2_3Michael Büsch2010-01-091-3/+9
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19084 3c298f89-4303-0410-b956-a3cf2f4a3e73
* dl_cleanup: Allow removing items from blacklistMichael Büsch2010-01-091-4/+15
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19083 3c298f89-4303-0410-b956-a3cf2f4a3e73
* dl_cleanup: Add linux and gcc to blacklistMichael Büsch2010-01-091-10/+17
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19082 3c298f89-4303-0410-b956-a3cf2f4a3e73
* dl_cleanup: Add dry-run optionMichael Büsch2010-01-091-6/+26
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19081 3c298f89-4303-0410-b956-a3cf2f4a3e73
* 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. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19018 3c298f89-4303-0410-b956-a3cf2f4a3e73