Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | add --start-with option | Till Maas | 2010-12-25 | 1 | -6/+10 | |
| | | | | Start with a certain package to allow manual a resume of an aborted run. | |||||
* | only change bug status if necessary | Till Maas | 2010-12-25 | 1 | -4/+3 | |
| | ||||||
* | Update package owner ignore to work with F14 | Till Maas | 2010-12-25 | 1 | -1/+1 | |
| | ||||||
* | disable CVS check in checkshell | Till Maas | 2010-12-25 | 1 | -5/+5 | |
| | | | | Fedora does not use CVS anymore for packages. | |||||
* | Remove hardcoded bug_status values | Till Maas | 2010-12-25 | 1 | -12/+10 | |
| | ||||||
* | rename summary to short_desc | Till Maas | 2010-12-25 | 4 | -13/+13 | |
| | | | | | | | Using summary as bug field creates an AttributeError on Fedora 14: File "/usr/lib/python2.7/site-packages/bugzilla/base.py", line 1206, in __getattr__ raise AttributeError, "field %s not in bugzilla.bugfields" % name AttributeError: field summary not in bugzilla.bugfields | |||||
* | Update config to create new bugs as NEW | Till Maas | 2010-12-25 | 1 | -1/+1 | |
| | ||||||
* | Update manual bug cleanup script | Till Maas | 2010-12-25 | 1 | -4/+19 | |
| | | | | | | Add recently used code to reset bugs to NEW and mark them as Triaged to follow the current BugZappers bug status workflow: https://fedoraproject.org/wiki/BugZappers/BugStatusWorkFlow | |||||
* | Update config to use new wiki page by default | Till Maas | 2010-12-25 | 1 | -2/+2 | |
| | | | | | The wiki page was renamed from Upstream_Release_Monitoring to Upstream_release_monitoring. | |||||
* | Update wiki manual test page | Till Maas | 2010-12-25 | 1 | -1/+1 | |
| | ||||||
* | Typo fix. | Ville Skyttä | 2010-12-23 | 1 | -1/+1 | |
| | ||||||
* | Clean up unused imports. | Ville Skyttä | 2010-12-23 | 6 | -11/+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. | |||||
* | cnucnu.py: add comment about default config file | Till Maas | 2010-03-28 | 1 | -0/+3 | |
| | ||||||
* | 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 | |
| | ||||||
* | document epydoc dependency | Till Maas | 2010-01-30 | 1 | -0/+1 | |
| | ||||||
* | 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 |