Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |||||
* | Add some spec improvments from Fedora review | Till Maas | 2010-01-08 | 1 | -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-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 | |
| | ||||||
* | update MANIFEST.in | Till Maas | 2009-07-30 | 1 | -2/+1 | |
| | ||||||
* | 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 | |
| | ||||||
* | Merge branch 'work' into rpm | Till Maas | 2009-07-28 | 11 | -269/+355 | |
|\ | ||||||
| * | support some RC/pre-releases, use global config | Till Maas | 2009-07-28 | 10 | -261/+317 | |
| | | ||||||
| * | provide global config, keep raw bugzilla config | Till Maas | 2009-07-28 | 1 | -3/+6 | |
| | | ||||||
| * | Repository: query for all packages by default | Till Maas | 2009-07-27 | 1 | -11/+7 | |
| | | ||||||
| * | Merge branch 'work' | Till Maas | 2009-07-27 | 3 | -14/+155 | |
| |\ | ||||||
| * \ | Merge branch 'work' | Till Maas | 2009-07-26 | 16 | -35/+79 | |
| |\ \ | ||||||
| * | | | seperate bug creation method for easy unittesting | Till Maas | 2009-07-26 | 1 | -8/+15 | |
| | | | | ||||||
| * | | | Use pycurl not for ftp:// links | Till Maas | 2009-07-26 | 1 | -13/+18 | |
| | | | | ||||||
| * | | | use repo_name in package.status | Till Maas | 2009-07-24 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | Use pycurl to get plain URLs, follow redirects | Till Maas | 2009-07-23 | 1 | -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 rpm | Till Maas | 2009-07-27 | 1 | -9/+16 | |
|\ \ \ \ | | |_|/ | |/| | | ||||||
| * | | | query release from repository | Till Maas | 2009-07-27 | 1 | -9/+16 | |
| | | | | ||||||
* | | | | Merge branch 'work' into rpm | Till Maas | 2009-07-27 | 2 | -3/+25 | |
|\| | | | ||||||
| * | | | handle pre-releases | Till Maas | 2009-07-27 | 2 | -3/+25 | |
| | | | | ||||||
* | | | | Merge branch 'work' into rpm | Till Maas | 2009-07-27 | 3 | -5/+117 | |
|\| | | | ||||||
| * | | | handly release candidates in upstream versions | Till Maas | 2009-07-27 | 3 | -5/+117 | |
| | |/ | |/| | ||||||
* | | | chmod a+x rpm-build.sh | Till Maas | 2009-07-26 | 1 | -0/+0 | |
| | | | ||||||
* | | | basic rpm build support | Till Maas | 2009-07-26 | 2 | -0/+55 | |
|/ / | ||||||
* | | gitignore patterns for rpmbuild | Till Maas | 2009-07-26 | 1 | -0/+5 | |
| | | ||||||
* | | wiki page moved to "Upstream_Release_Monitoring" | Till Maas | 2009-07-26 | 1 | -2/+2 | |
| | | ||||||
* | | first epydoc experiments | Till Maas | 2009-07-26 | 14 | -31/+70 | |
| | | ||||||
* | | vim-foldmarker should not conflict with epydoc | Till Maas | 2009-07-26 | 1 | -2/+2 | |
|/ | ||||||
* | use description template for comment in updated bugs | Till Maas | 2009-07-23 | 1 | -2/+2 | |
| | ||||||
* | remove dir lib for saner imports(?) | Till Maas | 2009-07-19 | 19 | -19/+9 | |
| | ||||||
* | sanitize imports / remove sys.path inserts | Till Maas | 2009-07-19 | 5 | -11/+20 | |
| | ||||||
* | read missing newline in description template | Till Maas | 2009-07-19 | 1 | -0/+1 | |
| | ||||||
* | Merge branch 'work' into setup | Till Maas | 2009-07-19 | 1 | -1/+1 | |
|\ | ||||||
| * | fix bugzilla reporting breakage | Till Maas | 2009-07-19 | 1 | -1/+1 | |
| | | ||||||
* | | Merge branch 'work' into setup | Till Maas | 2009-07-19 | 7 | -15/+201 | |
|\| | ||||||
| * | check for upstream version in CVS sources | Till Maas | 2009-07-19 | 7 | -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 setup | Till Maas | 2009-07-19 | 2 | -4/+7 | |
|\| | ||||||
| * | remove and document some exceptions | Till Maas | 2009-07-19 | 1 | -1/+4 | |
| | | ||||||
| * | fix bug reporting | Till Maas | 2009-07-19 | 1 | -3/+3 | |
| | | ||||||
* | | Merge branch 'work' into setup | Till Maas | 2009-07-19 | 1 | -2/+6 | |
|\| | ||||||
| * | make ./cnucnu.yaml optional again | Till Maas | 2009-07-19 | 1 | -2/+6 | |
| | | ||||||
* | | document .gitignore | Till Maas | 2009-07-19 | 1 | -2/+4 | |
| | |