summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* package_list: make executable for manual testingTill Maas2010-01-131-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
* Add some spec improvments from Fedora reviewTill Maas2010-01-081-7/+19
| | | | | | | | - Add Requires - Make %description more verbose - build egg-info with setuptools - Update Group tag The Fedora review spec was created by Jussi Lehtola
* Update SF-DEFAULT URL.Ville Skyttä2010-01-061-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 regexVille Skyttä2009-09-161-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 reportsTill Maas2009-08-211-0/+5
|
* create new bugs directly as ASSIGNED and only update NEW or ASSIGNEDTill Maas2009-08-211-3/+9
| | | | bugs
* add more tests and some that will fail (commented)Till Maas2009-08-071-1/+11
|
* refactor helper tests & recognize pre releasess without a versionTill Maas2009-08-072-27/+83
|
* update MANIFEST.inTill Maas2009-07-301-2/+1
|
* fix bug reportingTill Maas2009-07-302-6/+6
|
* checkshell: fix name URL, add exception handlingTill Maas2009-07-281-18/+22
|
* except pycurl.error exceptionsTill Maas2009-07-281-0/+4
|
* checkshell: fix reportTill Maas2009-07-281-1/+1
|
* do not fail in case there are no bugs filedTill Maas2009-07-282-4/+13
|
* Merge branch 'work' into rpmTill Maas2009-07-2811-269/+355
|\
| * support some RC/pre-releases, use global configTill Maas2009-07-2810-261/+317
| |
| * provide global config, keep raw bugzilla configTill Maas2009-07-281-3/+6
| |
| * Repository: query for all packages by defaultTill Maas2009-07-271-11/+7
| |
| * Merge branch 'work'Till Maas2009-07-273-14/+155
| |\
| * \ Merge branch 'work'Till Maas2009-07-2616-35/+79
| |\ \
| * | | seperate bug creation method for easy unittestingTill Maas2009-07-261-8/+15
| | | |
| * | | Use pycurl not for ftp:// linksTill Maas2009-07-261-13/+18
| | | |
| * | | use repo_name in package.statusTill Maas2009-07-241-1/+1
| | | |
| * | | Use pycurl to get plain URLs, follow redirectsTill Maas2009-07-231-3/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | urlllib seems to urlunescape HTTP location headers to get the url to follow. If this URL contains spaces, a bad request is created. Python bug report: http://bugs.python.org/issue6557
* | | | Merge branch 'work' into rpmTill Maas2009-07-271-9/+16
|\ \ \ \ | | |_|/ | |/| |
| * | | query release from repositoryTill Maas2009-07-271-9/+16
| | | |
* | | | Merge branch 'work' into rpmTill Maas2009-07-272-3/+25
|\| | |
| * | | handle pre-releasesTill Maas2009-07-272-3/+25
| | | |
* | | | Merge branch 'work' into rpmTill Maas2009-07-273-5/+117
|\| | |
| * | | handly release candidates in upstream versionsTill Maas2009-07-273-5/+117
| | |/ | |/|
* | | chmod a+x rpm-build.shTill Maas2009-07-261-0/+0
| | |
* | | basic rpm build supportTill Maas2009-07-262-0/+55
|/ /
* | gitignore patterns for rpmbuildTill Maas2009-07-261-0/+5
| |
* | wiki page moved to "Upstream_Release_Monitoring"Till Maas2009-07-261-2/+2
| |
* | first epydoc experimentsTill Maas2009-07-2614-31/+70
| |
* | vim-foldmarker should not conflict with epydocTill Maas2009-07-261-2/+2
|/
* use description template for comment in updated bugsTill Maas2009-07-231-2/+2
|
* remove dir lib for saner imports(?)Till Maas2009-07-1919-19/+9
|
* sanitize imports / remove sys.path insertsTill Maas2009-07-195-11/+20
|
* read missing newline in description templateTill Maas2009-07-191-0/+1
|
* Merge branch 'work' into setupTill Maas2009-07-191-1/+1
|\
| * fix bugzilla reporting breakageTill Maas2009-07-191-1/+1
| |
* | Merge branch 'work' into setupTill Maas2009-07-197-15/+201
|\|
| * check for upstream version in CVS sourcesTill Maas2009-07-197-15/+201
| | | | | | | | | | | | | | | | In case the package is considered to be outdated, cnucnu now tries to find the latest upstream version in the CVS sources file. In case it can be found, no bug is created. All exceptions for packages are therefore now removed from cnucnu.py.
* | Merge branch 'master' into setupTill Maas2009-07-192-4/+7
|\|
| * remove and document some exceptionsTill Maas2009-07-191-1/+4
| |
| * fix bug reportingTill Maas2009-07-191-3/+3
| |
* | Merge branch 'work' into setupTill Maas2009-07-191-2/+6
|\|
| * make ./cnucnu.yaml optional againTill Maas2009-07-191-2/+6
| |
* | document .gitignoreTill Maas2009-07-191-2/+4
| |