summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | Merge branch 'work' into setupTill Maas2009-07-191-14/+14
|\|
| * dump config to stdout, add dumping of current confTill Maas2009-07-191-14/+14
| |
* | Merge branch 'work' into setupTill Maas2009-07-192-2/+6
|\|
| * fix config file dumpingTill Maas2009-07-191-2/+2
| |
| * config.py: show default config as dictTill Maas2009-07-191-0/+4
| |
* | Merge branch 'work' into setupTill Maas2009-07-199-70/+221
|\|
| * integrate default config in Config class, use itTill Maas2009-07-199-70/+221
| |
* | cnucnu.ini.sample -> cnucnu.yaml.sampleTill Maas2009-07-181-1/+1
| |
* | Merge branch 'work' into setupTill Maas2009-07-188-42/+97
|\|
| * use yaml instead of ini config fileTill Maas2009-07-188-42/+97
| | | | | | | | Support more bugzilla customization with config file.
* | Merge branch 'work' into setupTill Maas2009-07-182-5/+22
|\|
| * BugzillaReporter: fix state settingTill Maas2009-07-181-1/+2
| |
| * bugzilla_set_status.py: add summary update methodTill Maas2009-07-181-0/+5
| |
| * BugzillaReporter: status setting & bug updatingTill Maas2009-07-181-5/+16
| | | | | | | | | | | | | | | | New bugs are now set to ASSIGNED after creation. It does not work to create them directly with state ASSIGNED. Also old open bugs are now updated in case a new upstream release was detected since the bug was opened.
* | moved cnucnu to binTill Maas2009-07-181-0/+1
| |
* | Merge branch 'work' into setupTill Maas2009-07-187-68/+190
|\|
| * fix repo query for new package in shellTill Maas2009-07-181-2/+3
| |
| * make --shell (former --check) work without configTill Maas2009-07-183-19/+20
| |
| * New default repo: redhat fedora mirrorTill Maas2009-07-185-80/+28
| |
| * check for all bugs and support reporting in shellTill Maas2009-07-184-32/+152
| |
| * checkshell: inspect completion, bug status reportTill Maas2009-07-183-4/+40
| |
| * checkshell: match prompt to wiki packagelist lineTill Maas2009-07-181-1/+1
| |
| * checkshell inspect: load package from wikiTill Maas2009-07-182-3/+19
| |
* | gitignore setup.py files/dirs, inital MANIFEST.inTill Maas2009-07-182-0/+11
| |
* | initial non-working setup.pyTill Maas2009-07-181-0/+32
|/
* cnucnu option to check everything agains freshmeatTill Maas2009-07-171-38/+52
|
* fix default value for repoqueryTill Maas2009-07-171-1/+1
|
* fix package_version_list caching conditionTill Maas2009-07-171-3/+2
| | | | Also a default value for repoquery is added
* repoquery interface, PackageList refactorizationTill Maas2009-07-171-20/+25
| | | | | | - Repository() now provides a repoquery method - PackageList can now use a given list of packages - PackageList wiki page can passed to __init__
* add freshmeat defaults for url and regexTill Maas2009-07-172-2/+13
| | | | | | FM-DEFAULT can now be used for url or regex to get defaults for freshmeat. The checkshell now also support the command fm to test these values.
* support DEFAULT regex and SF-DEFAULT url shortcutsTill Maas2009-07-172-4/+9
| | | | | It's now possible to specify DEFAULT for a regex to use a default regex and SF-DEFAULT to use the default url for sf.net.
* fix checkshell brokage from refactoringTill Maas2009-07-172-2/+3
|
* basic support for bug filingTill Maas2009-07-176-30/+257
|
* populate .gitignoreTill Maas2009-07-171-0/+5
|
* mailing module to create and send mails via smtpTill Maas2009-07-173-0/+134
|
* Package: __repr__() added, __str__() changedTill Maas2009-07-171-1/+4
|
* perform repo comparsion with packagesTill Maas2009-07-164-19/+55
| | | | | The comparsion between latest upstream and repo version is now done within the package and the result is availabe as a object attribute.
* print newline before exiting checkshellTill Maas2009-07-161-0/+1
|
* interactive regex development and first unittestTill Maas2009-07-165-33/+222
| | | | | This commit allows interactive regex development with --check parameter for cnucnu.py. Also the first unittests are added.
* initial commitTill Maas2009-07-1610-0/+1367