Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Typo fix. | Ville Skyttä | 2010-12-23 | 1 | -1/+1 | |
| | ||||||
* | Clean up unused imports. | Ville Skyttä | 2010-12-23 | 5 | -8/+2 | |
| | ||||||
* | Add LP-DEFAULT Launchpad download URL alias. | Ville Skyttä | 2010-12-23 | 1 | -1/+3 | |
| | ||||||
* | package_list: regex aliases: CPAN, PEAR, PECL | Till Maas | 2010-09-07 | 1 | -0/+19 | |
| | | | | | | Add regex-aliases CPAN-DEFAULT, PEAR-DEFAULT and PECL-DEFAULT that use the default regex but strip the typical prefix from the name if it was not overriden. | |||||
* | package_list: add PEAR-DEFAULT and PECL-DEFAULT | David Hrbáč | 2010-09-07 | 1 | -1/+11 | |
| | | | | Add url aliases PEAR-DEFAULT and PECL-DEFAULT. | |||||
* | config: Use kojipkgs to get rawhide info | Till Maas | 2010-09-06 | 1 | -1/+1 | |
| | ||||||
* | Add a PYPI-DEFAULT url | Luke Macken | 2010-09-06 | 1 | -1/+3 | |
| | ||||||
* | package_list: disable broken CVS check | Till Maas | 2010-09-06 | 1 | -3/+3 | |
| | ||||||
* | Config: set Triaged keyword for new bugs | Till Maas | 2010-08-25 | 1 | -1/+1 | |
| | ||||||
* | package_list: fix name override for recent aliases | Till Maas | 2010-05-30 | 1 | -1/+1 | |
| | ||||||
* | package_list: add GOOGLE-DEFAULT url alias | Till Maas | 2010-05-30 | 1 | -0/+2 | |
| | ||||||
* | Package.set_regex: don't treat trailing .orig as part of version in DEFAULT ↵ | Ville Skyttä | 2010-05-30 | 1 | -1/+1 | |
| | | | | | | regex. Many Debian tarballs are named like foo_1.0.orig.tar.gz | |||||
* | Package.set_url: add DEBIAN-DEFAULT | Ville Skyttä | 2010-05-30 | 1 | -0/+2 | |
| | ||||||
* | package_list: add DIR-LISTING-DEFAULT regex alias | Till Maas | 2010-05-24 | 1 | -1/+1 | |
| | | | | | | DIR-LISTING-DEFAULT is currently the same as HACKAGE-DEFAULT and matches in case there is a directory listing containing one subdirectory for each version. | |||||
* | package_list: add HACKAGE-DEFAULT aliases | Till Maas | 2010-05-23 | 1 | -0/+8 | |
| | ||||||
* | package_list: rename res to name_override | Till Maas | 2010-05-23 | 1 | -11/+11 | |
| | | | | This enhances readability. | |||||
* | package_list: adjust CPAN-DEFAULT prefix removal | Ville Skyttä | 2010-05-23 | 1 | -1/+4 | |
| | | | | | Strip "perl-" prefix from names in CPAN-DEFAULT URLs only if name was not overridden. | |||||
* | Add CPAN-DEFAULT URL. | Ville Skyttä | 2010-05-13 | 1 | -1/+3 | |
| | ||||||
* | Avoid unnecessary redirect for GNU-DEFAULT URLs. | Ville Skyttä | 2010-05-13 | 1 | -1/+1 | |
| | ||||||
* | bugzilla_reporter: do not call bz.login() | Till Maas | 2010-04-29 | 1 | -2/+0 | |
| | | | | | | | I believe this was required for older versions of python-bugzilla, but it raises a ValueError in python-bugzilla 0.5.1-3 if called without username/password. But since these values are already provided when the bugzilla object is created, there is no need to provide them again. | |||||
* | package_list: fix NameError("global name 'nagging' is not defined",) | Till Maas | 2010-03-10 | 1 | -1/+2 | |
| | ||||||
* | package_list: support ignore owner list | Till Maas | 2010-03-06 | 1 | -12/+29 | |
| | ||||||
* | package_list: cleanup imports a little | Till Maas | 2010-03-06 | 1 | -7/+10 | |
| | ||||||
* | move some code to helper function match_interval | Till Maas | 2010-03-06 | 2 | -13/+22 | |
| | ||||||
* | package_list: use end "list of packages" marker | Till Maas | 2010-03-06 | 1 | -7/+15 | |
| | ||||||
* | Package.set_url: add GNU-DEFAULT | Till Maas | 2010-03-04 | 1 | -1/+3 | |
| | | | | Add GNU-DEFAULT as an alias for "http://ftp.gnu.org/gnu/%s". | |||||
* | use http instead of https for SF-DEFAULT url | Till Maas | 2010-02-07 | 1 | -1/+1 | |
| | | | | | - the https:// default URL redirects to the http:// url for unauthenticated users | |||||
* | DEFAULT regex: require one digit in version | Till Maas | 2010-02-06 | 1 | -1/+3 | |
| | ||||||
* | Allow -src/-source also before version in DEFAULT regex. | Ville Skyttä | 2010-02-06 | 1 | -1/+2 | |
| | ||||||
* | Make DEFAULT regex more readable (no functional changes). | Ville Skyttä | 2010-02-06 | 1 | -1/+6 | |
| | ||||||
* | Disallow '/' in versions for DEFAULT regex | Till Maas | 2010-02-03 | 1 | -1/+1 | |
| | | | | - '/' should not appear in a version. Currently it is for bygfoot. | |||||
* | Allow case insensitive src/source suffix and extensions in DEFAULT regex. | Ville Skyttä | 2010-02-02 | 1 | -1/+1 | |
| | ||||||
* | URL encode package name in *-DEFAULT URLs. | Ville Skyttä | 2010-02-02 | 1 | -0/+2 | |
| | ||||||
* | Allow default regex and URL name overrides. | Ville Skyttä | 2010-02-02 | 1 | -3/+17 | |
| | | | | For example DEFAULT:othername, SF-DEFAULT:othername. | |||||
* | store raw regex and url | Till Maas | 2010-02-02 | 1 | -0/+6 | |
| | | | | | - store the raw values of regex and url, e.g. DEFAULT, for regression testing | |||||
* | helper.split_rc(): keep all version information | Till Maas | 2010-01-30 | 2 | -3/+7 | |
| | | | | | - if version contains a dash ("-"), then split_rc returned a truncated version string. This broke vim-latex snapshot comparison. | |||||
* | add some documentation to helper.py | Till Maas | 2010-01-30 | 1 | -0/+23 | |
| | ||||||
* | package_list: Allow to inject html in Packages | Till Maas | 2010-01-13 | 1 | -7/+19 | |
| | | | | | | - It is now also possible to inject html directly in packages without fetching it via http. This allows to create test cases testing regexes on html | |||||
* | package_list: make executable for manual testing | Till Maas | 2010-01-13 | 1 | -1/+7 | |
| | | | | | | - package_list.py can now be executed for easier manual testing. It creates a new PackageList object and prints the upstream versions of the first package | |||||
* | Update SF-DEFAULT URL. | Ville Skyttä | 2010-01-06 | 1 | -1/+1 | |
| | | | | | | http://prdownloads.sourceforge.net/$name no longer works for me, but https://sourceforge.net/projects/$name/files/ does; I believe the former used to redirect to the latter for a while some time ago. | |||||
* | Improve cnucnu DEFAULT regex | Ville Skyttä | 2009-09-16 | 1 | -1/+1 | |
| | | | | | This default regex catches more tarball types, avoids some false positives and accepts underscore as the separator between name and version. | |||||
* | add info about update guidelines to bug reports | Till Maas | 2009-08-21 | 1 | -0/+5 | |
| | ||||||
* | create new bugs directly as ASSIGNED and only update NEW or ASSIGNED | Till Maas | 2009-08-21 | 1 | -3/+9 | |
| | | | | bugs | |||||
* | add more tests and some that will fail (commented) | Till Maas | 2009-08-07 | 1 | -1/+11 | |
| | ||||||
* | refactor helper tests & recognize pre releasess without a version | Till Maas | 2009-08-07 | 2 | -27/+83 | |
| | ||||||
* | fix bug reporting | Till Maas | 2009-07-30 | 2 | -6/+6 | |
| | ||||||
* | checkshell: fix name URL, add exception handling | Till Maas | 2009-07-28 | 1 | -18/+22 | |
| | ||||||
* | except pycurl.error exceptions | Till Maas | 2009-07-28 | 1 | -0/+4 | |
| | ||||||
* | checkshell: fix report | Till Maas | 2009-07-28 | 1 | -1/+1 | |
| | ||||||
* | do not fail in case there are no bugs filed | Till Maas | 2009-07-28 | 2 | -4/+13 | |
| |