summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Be less sensitive to amount of whitespace in Wiki lines.Ville Skyttä2012-09-261-1/+1
| | | | Now copes with for example lines containing trailing whitespace.
* show package name and exception messageTill Maas2012-09-261-2/+2
|
* adjust SCM URL to cgitTill Maas2012-09-261-1/+1
|
* package_list: except invalid regular expression exceptionTill Maas2012-07-031-2/+6
|
* cleanup report outputTill Maas2012-07-032-3/+7
|
* Enhance exception handlingTill Maas2012-06-043-2/+14
|
* bugzilla_reporter: Use logging moduleTill Maas2012-06-041-7/+8
|
* helper: Add timeouts for HTML retrievalTill Maas2012-06-041-0/+2
|
* helper: Add User-AgentTill Maas2012-06-041-0/+1
|
* bugzilla_reporter: fill required fieldsTill Maas2012-06-041-0/+3
| | | | | python-bugzilla requires some field to be filed with values like "unspecified".
* cnucnu.py: Use argparse instead of optparseTill Maas2012-06-031-54/+72
| | | | | - Make commands such as 'shell' arguments instead of options - Remove fm-outdated-all (was disfunctional and only experimental)
* cnucnuc.py: Use logging module betterTill Maas2012-06-031-6/+7
| | | | | - Allow to specify loglevel using --loglevel - Remove --debug option (use --loglevel=DEBUG instead)
* bugzilla_reporter: Adjust bug updating to Bugzilla 4.2Till Maas2012-06-031-2/+2
| | | | | | | | To work with Bugzilla 4.2 a newer version of python-bugzilla needs to be used. Commit 8a5f1db07a947a02feb85e5556a3b60bb4d5c675 at least allows to update exiting bugs again. But for this to work the summary needs to be updated using "summary" instead of "short_desc". Also _update_bugs needs a list of bugs now, but _update_bug has been added.
* Bump number of latest sf.net file entries fetched to 100.Ville Skyttä2012-06-031-1/+1
| | | | | Project with lots of different types tarballs might otherwise not expose the relevant tarballs.
* Support 'dev' release candidate style, Red Hat Bug Report ↵Till Maas2012-02-082-2/+4
| | | | https://bugzilla.redhat.com/show_bug.cgi?id=788702
* Document split_rc and get_rcTill Maas2012-02-081-2/+4
|
* Clarify variable namesTill Maas2012-02-081-4/+4
|
* fix RUBYGEM-DEFAULT URL supportTill Maas2011-10-171-0/+3
| | | | Add rubygem- prefix stripping.
* URM - Rubygems supportVít Ondruch2011-10-171-1/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Hi Till, I've got tired of copy/pasting and tweaking of RubyGems entries in your Upstrean Release Monitoring. So I put together small patch which should add RUBYGEMS-DEFAULT aliases for Regex and URL. Unfortunately, I am not Python developer neither I have clue how to test the code I have developed, so I just blindly believe it works as supposed. Could you please review the code and merge it or send me some feedback? And I have one more note. There is used several times the -DEFAULT suffix for aliases. While I see that it has its reasoning for the CPAN-DEFAULT and similar aliases, it has no meaning for rubygems, because the Regex does not using the default Regex, so the alias name should be adjusted probably. The default in URL aliases has no meaning at all IMO. Is it possible to remove the suffix? At least for Rubygems, although it would not be consistent :) Also, there seems to be some undocumented regex aliases, such as CPAN-DEFAULT, PEAR-DEFAULT and PECL-DEFAULT. Could you add the documentation on wiki or shall I? Thank you and best regards Vit >From 0c7097f750755c70d84e2e118e0c73b7917b5c95 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADt=20Ondruch?= <vondruch@redhat.com> Date: Wed, 12 Oct 2011 16:23:31 +0200 Subject: [PATCH] Add URL and regex aliases for RubyGems.
* Add basic argument parsing to main code of scm.pyTill Maas2011-10-111-4/+7
|
* Fix finding exact outdated bugTill Maas2011-10-111-11/+9
| | | | | Do not fail if search returns multiple results, e.g. when foo-1.0rc1 and foo-1.0 have been reported as upstream releases.
* Start to use logging moduleTill Maas2011-10-112-3/+10
|
* Update bugzilla webservice docs LinkTill Maas2011-07-191-1/+1
|
* Make scm check support more generic and use gitwebTill Maas2011-07-175-35/+35
|
* fix rpm-build.sh: do not use stale dataTill Maas2011-07-172-2/+2
| | | | | Clean the rpm build dir after building to avoid a conflict with setup.py sdist.
* fix rpm-build.shTill Maas2011-04-201-0/+2
|
* helper_test: ignore broken twisted testTill Maas2011-04-141-17/+18
|
* Helper: use more variables for better readabilityTill Maas2011-04-141-4/+6
|
* Add beta and alpha RC comparison support.Ville Skyttä2011-04-142-4/+7
|
* Implement multi-digit RC, and "rc" vs "pre" comparison.Ville Skyttä2011-04-142-38/+62
|
* Make upstream_cmp() case insensitive.Ville Skyttä2011-04-142-2/+3
|
* Fix split_rc() with uppercase RC/PRE.Ville Skyttä2011-04-142-3/+5
|
* Compile RC regexps only once.Ville Skyttä2011-04-141-6/+5
|
* Doc fixes.Ville Skyttä2011-04-141-5/+3
|
* Change SF-DEFAULT to use SourceForge RSS API.Ville Skyttä2011-04-141-1/+1
| | | | | | | | This is better than the previous (HTML) URL because it includes releases from subdirectories. The previous URL relied on the "Looking for the latest version? ..." link which may not always point to the actual latest version of anything and can handle only one release and thus doesn't handle releases in subdirs at all.
* adjust GNOME-DEFAULT URL aliasTill Maas2011-02-251-1/+1
|
* Add GNOME-DEFAULT download URL alias.Ville Skyttä2011-02-241-1/+3
|
* checkshell: sort methodsTill Maas2011-02-241-24/+24
|
* checkshell: add command to show package htmlTill Maas2011-02-241-0/+3
|
* Refactor expand_subdirsTill Maas2011-02-241-11/+24
|
* Implement subdirectory handling.Ville Skyttä2011-02-203-2/+28
| | | | Each /^/ in the given URL is replaced by the latest version dir at that level.
* Update bug description to mention update policyTill Maas2011-02-141-3/+3
|
* Clear cached HTML on URL changes in addition to other cache invalidation.Ville Skyttä2010-12-261-1/+1
| | | | Makes switching URLs in --shell work properly.
* Load twisted.web only in get_html callback mode.Ville Skyttä2010-12-261-1/+1
| | | | This removes the dependency on twisted-web except when running tests.
* remove extra whitespace at the end of linesTill Maas2010-12-258-15/+15
|
* Print bug urls when created or updatedTill Maas2010-12-251-0/+2
|
* 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.