summaryrefslogtreecommitdiffstats
path: root/cnucnu
Commit message (Collapse)AuthorAgeFilesLines
* Speed up PackageList()HEADmasterTill Maas2014-05-241-4/+9
|
* package list: rename owner to point of contactTill Maas2014-05-231-3/+5
|
* package_list: Adjust to pkgdb2Till Maas2014-05-221-5/+10
|
* PEP8 package_list_test.pyTill Maas2014-05-221-5/+10
|
* Aliases: Adjust GITHUB-TAGS regexTill Maas2014-02-142-1/+13
| | | | | | - github tags might start with a character that does not belong to the version - Add testcase
* Package: Sort attributesTill Maas2014-02-141-9/+7
|
* Add GITHUB-TAGS aliasTill Maas2014-02-141-2/+8
| | | | Proposed by Christopher Meng <cickumqt@gmail.com>
* Make name_override logic obviousTill Maas2014-02-062-0/+7
|
* config.py: Fix some PEP8 violationsTill Maas2014-02-061-5/+6
|
* PEP8 scm.pyTill Maas2014-02-061-3/+5
|
* PEP8 bugzilla_reporter.pyTill Maas2014-02-061-18/+26
|
* Fix indentationTill Maas2014-02-061-1/+1
|
* Adjust DEFAULT-PEAR URLTill Maas2014-02-062-2/+2
|
* Move alias handling to top-level moduleTill Maas2014-02-063-132/+134
|
* Package_list: Refactor alias handlingTill Maas2014-02-062-133/+208
| | | | | | - Use one dictionary to handle alias information - Use generic function to resolve aliases - Add basic test cases for aliases
* PEP8 cnucnu/package_list.pyTill Maas2014-02-061-28/+46
|
* PEP8 cnucnu/helper.pyTill Maas2014-02-061-7/+24
|
* Fix several regex aliases when name override is usedTill Maas2014-02-061-8/+8
|
* PEP8 cnucnu/checkshell.pyTill Maas2014-02-061-11/+19
|
* Shell: Add basic editing supportTill Maas2014-02-061-10/+127
|
* Move HACKAGE-DEFAULT to other DEFAULT aliasesTill Maas2014-02-061-5/+6
|
* Fix whitespaceTill Maas2014-02-051-1/+0
|
* package_list: Start to document default regexTill Maas2014-01-301-9/+10
|
* package_list: Do not overwrite class listTill Maas2014-01-301-2/+2
|
* package_list: Support wildcards in package namesTill Maas2014-01-301-3/+10
|
* Consider *.jar in DEFAULT regexVille Skyttä2014-01-061-1/+1
|
* Package_list: Fix html cachingTill Maas2013-12-201-1/+1
|
* Increase sourceforge RSS limitTill Maas2013-12-201-1/+1
|
* Delete dead codeTill Maas2013-12-201-35/+0
|
* package_list: Implement delayed package ignoringTill Maas2013-12-201-15/+26
| | | | | Delay check for ignored packages to reporting to speed up the shell since pkgdb requests are slow.
* fix bugzilla configTill Maas2013-12-161-1/+3
|
* Add DRUPAL-DEFAULT regex aliasTill Maas2013-12-161-0/+4
|
* Add DRUPAL-DEFAULT URL aliasTill Maas2013-12-161-1/+6
|
* shell: Show final and raw regex/urlTill Maas2013-12-161-2/+6
|
* Strip ghc- prefix for HACKAGE-DEFAULT regexTill Maas2013-10-071-0/+4
|
* Adjust Bugzilla query to new releaseTill Maas2013-10-071-13/+16
|
* enhance pep8 complianceTill Maas2013-10-031-21/+39
|
* implement PackageList.get()Till Maas2013-10-031-0/+8
|
* Adjust HACKAGE aliasesTill Maas2013-10-031-3/+3
|
* Allow more versatile globbing from URLs besides just a single asterisk.Ville Skyttä2013-10-031-9/+14
| | | | | | | | Example case: http://ftp.gnu.org/gnu/autogen/ contains dirs like X.Y.Z and relX.Y.Z where the latter are the ones we're interested in. http://ftp.gnu.org/gnu/autogen/*/ does not work because it'll always end up considering the X.Y.Z dirs only; after this change we can use http://ftp.gnu.org/gnu/autogen/rel*/ as the URL.
* add progress statsTill Maas2013-10-031-0/+1
|
* Cope with multiple whitespaces between regex and URL.Ville Skyttä2013-07-031-1/+1
| | | | | Previously extra whitespace was appended to the regex, causing failures. As a side effect, whitespace within regex is now allowed.
* various cleanupTill Maas2013-06-281-8/+9
|
* mention release in bug reportsTill Maas2013-06-251-1/+1
|
* fix PYPI-DEFAULT urlTill Maas2013-06-251-1/+1
| | | | Reported by Marcin Dulak <marcin.dulak@gmail.com>
* package_list: Support NPM-DEFAULT regex and URLT.C. Hollingsworth2013-03-121-0/+12
|
* Package: Support multiple groups in regexTill Maas2013-03-032-1/+22
| | | | | Idea from Jaroslav Škarvada <jskarvad@redhat.com> in Red Hat bug report 759467 (https://bugzilla.redhat.com/show_bug.cgi?id=759467).
* Remove trailing whitespaceTill Maas2013-03-033-8/+8
|
* bugzilla_reporter: Use _proxy.Bug.updateTill Maas2012-12-151-2/+3
| | | | | This allows to use only one request to update the summary and add a comment, which only creates one instead of two e-mails.
* scm.py: Update manual testTill Maas2012-10-121-6/+5
|