summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* add --start-with optionTill Maas2010-12-251-6/+10
| | | | Start with a certain package to allow manual a resume of an aborted run.
* only change bug status if necessaryTill Maas2010-12-251-4/+3
|
* Update package owner ignore to work with F14Till Maas2010-12-251-1/+1
|
* disable CVS check in checkshellTill Maas2010-12-251-5/+5
| | | | Fedora does not use CVS anymore for packages.
* Remove hardcoded bug_status valuesTill Maas2010-12-251-12/+10
|
* rename summary to short_descTill Maas2010-12-254-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 NEWTill Maas2010-12-251-1/+1
|
* Update manual bug cleanup scriptTill Maas2010-12-251-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 defaultTill Maas2010-12-251-2/+2
| | | | | The wiki page was renamed from Upstream_Release_Monitoring to Upstream_release_monitoring.
* Update wiki manual test pageTill Maas2010-12-251-1/+1
|
* Typo fix.Ville Skyttä2010-12-231-1/+1
|
* Clean up unused imports.Ville Skyttä2010-12-236-11/+2
|
* Add LP-DEFAULT Launchpad download URL alias.Ville Skyttä2010-12-231-1/+3
|
* package_list: regex aliases: CPAN, PEAR, PECLTill Maas2010-09-071-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-DEFAULTDavid Hrbáč2010-09-071-1/+11
| | | | Add url aliases PEAR-DEFAULT and PECL-DEFAULT.
* config: Use kojipkgs to get rawhide infoTill Maas2010-09-061-1/+1
|
* Add a PYPI-DEFAULT urlLuke Macken2010-09-061-1/+3
|
* package_list: disable broken CVS checkTill Maas2010-09-061-3/+3
|
* Config: set Triaged keyword for new bugsTill Maas2010-08-251-1/+1
|
* package_list: fix name override for recent aliasesTill Maas2010-05-301-1/+1
|
* package_list: add GOOGLE-DEFAULT url aliasTill Maas2010-05-301-0/+2
|
* Package.set_regex: don't treat trailing .orig as part of version in DEFAULT ↵Ville Skyttä2010-05-301-1/+1
| | | | | | regex. Many Debian tarballs are named like foo_1.0.orig.tar.gz
* Package.set_url: add DEBIAN-DEFAULTVille Skyttä2010-05-301-0/+2
|
* package_list: add DIR-LISTING-DEFAULT regex aliasTill Maas2010-05-241-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 aliasesTill Maas2010-05-231-0/+8
|
* package_list: rename res to name_overrideTill Maas2010-05-231-11/+11
| | | | This enhances readability.
* package_list: adjust CPAN-DEFAULT prefix removalVille Skyttä2010-05-231-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-131-1/+3
|
* Avoid unnecessary redirect for GNU-DEFAULT URLs.Ville Skyttä2010-05-131-1/+1
|
* bugzilla_reporter: do not call bz.login()Till Maas2010-04-291-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 fileTill Maas2010-03-281-0/+3
|
* package_list: fix NameError("global name 'nagging' is not defined",)Till Maas2010-03-101-1/+2
|
* package_list: support ignore owner listTill Maas2010-03-061-12/+29
|
* package_list: cleanup imports a littleTill Maas2010-03-061-7/+10
|
* move some code to helper function match_intervalTill Maas2010-03-062-13/+22
|
* package_list: use end "list of packages" markerTill Maas2010-03-061-7/+15
|
* Package.set_url: add GNU-DEFAULTTill Maas2010-03-041-1/+3
| | | | Add GNU-DEFAULT as an alias for "http://ftp.gnu.org/gnu/%s".
* use http instead of https for SF-DEFAULT urlTill Maas2010-02-071-1/+1
| | | | | - the https:// default URL redirects to the http:// url for unauthenticated users
* DEFAULT regex: require one digit in versionTill Maas2010-02-061-1/+3
|
* Allow -src/-source also before version in DEFAULT regex.Ville Skyttä2010-02-061-1/+2
|
* Make DEFAULT regex more readable (no functional changes).Ville Skyttä2010-02-061-1/+6
|
* Disallow '/' in versions for DEFAULT regexTill Maas2010-02-031-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-021-1/+1
|
* URL encode package name in *-DEFAULT URLs.Ville Skyttä2010-02-021-0/+2
|
* Allow default regex and URL name overrides.Ville Skyttä2010-02-021-3/+17
| | | | For example DEFAULT:othername, SF-DEFAULT:othername.
* store raw regex and urlTill Maas2010-02-021-0/+6
| | | | | - store the raw values of regex and url, e.g. DEFAULT, for regression testing
* helper.split_rc(): keep all version informationTill Maas2010-01-302-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.pyTill Maas2010-01-301-0/+23
|
* document epydoc dependencyTill Maas2010-01-301-0/+1
|
* package_list: Allow to inject html in PackagesTill Maas2010-01-131-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