Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Merge branch 'work' into setup | Till Maas | 2009-07-19 | 1 | -14/+14 | |
|\| | ||||||
| * | dump config to stdout, add dumping of current conf | Till Maas | 2009-07-19 | 1 | -14/+14 | |
| | | ||||||
* | | Merge branch 'work' into setup | Till Maas | 2009-07-19 | 2 | -2/+6 | |
|\| | ||||||
| * | fix config file dumping | Till Maas | 2009-07-19 | 1 | -2/+2 | |
| | | ||||||
| * | config.py: show default config as dict | Till Maas | 2009-07-19 | 1 | -0/+4 | |
| | | ||||||
* | | Merge branch 'work' into setup | Till Maas | 2009-07-19 | 9 | -70/+221 | |
|\| | ||||||
| * | integrate default config in Config class, use it | Till Maas | 2009-07-19 | 9 | -70/+221 | |
| | | ||||||
* | | cnucnu.ini.sample -> cnucnu.yaml.sample | Till Maas | 2009-07-18 | 1 | -1/+1 | |
| | | ||||||
* | | Merge branch 'work' into setup | Till Maas | 2009-07-18 | 8 | -42/+97 | |
|\| | ||||||
| * | use yaml instead of ini config file | Till Maas | 2009-07-18 | 8 | -42/+97 | |
| | | | | | | | | Support more bugzilla customization with config file. | |||||
* | | Merge branch 'work' into setup | Till Maas | 2009-07-18 | 2 | -5/+22 | |
|\| | ||||||
| * | BugzillaReporter: fix state setting | Till Maas | 2009-07-18 | 1 | -1/+2 | |
| | | ||||||
| * | bugzilla_set_status.py: add summary update method | Till Maas | 2009-07-18 | 1 | -0/+5 | |
| | | ||||||
| * | BugzillaReporter: status setting & bug updating | Till Maas | 2009-07-18 | 1 | -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 bin | Till Maas | 2009-07-18 | 1 | -0/+1 | |
| | | ||||||
* | | Merge branch 'work' into setup | Till Maas | 2009-07-18 | 7 | -68/+190 | |
|\| | ||||||
| * | fix repo query for new package in shell | Till Maas | 2009-07-18 | 1 | -2/+3 | |
| | | ||||||
| * | make --shell (former --check) work without config | Till Maas | 2009-07-18 | 3 | -19/+20 | |
| | | ||||||
| * | New default repo: redhat fedora mirror | Till Maas | 2009-07-18 | 5 | -80/+28 | |
| | | ||||||
| * | check for all bugs and support reporting in shell | Till Maas | 2009-07-18 | 4 | -32/+152 | |
| | | ||||||
| * | checkshell: inspect completion, bug status report | Till Maas | 2009-07-18 | 3 | -4/+40 | |
| | | ||||||
| * | checkshell: match prompt to wiki packagelist line | Till Maas | 2009-07-18 | 1 | -1/+1 | |
| | | ||||||
| * | checkshell inspect: load package from wiki | Till Maas | 2009-07-18 | 2 | -3/+19 | |
| | | ||||||
* | | gitignore setup.py files/dirs, inital MANIFEST.in | Till Maas | 2009-07-18 | 2 | -0/+11 | |
| | | ||||||
* | | initial non-working setup.py | Till Maas | 2009-07-18 | 1 | -0/+32 | |
|/ | ||||||
* | cnucnu option to check everything agains freshmeat | Till Maas | 2009-07-17 | 1 | -38/+52 | |
| | ||||||
* | fix default value for repoquery | Till Maas | 2009-07-17 | 1 | -1/+1 | |
| | ||||||
* | fix package_version_list caching condition | Till Maas | 2009-07-17 | 1 | -3/+2 | |
| | | | | Also a default value for repoquery is added | |||||
* | repoquery interface, PackageList refactorization | Till Maas | 2009-07-17 | 1 | -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 regex | Till Maas | 2009-07-17 | 2 | -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 shortcuts | Till Maas | 2009-07-17 | 2 | -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 refactoring | Till Maas | 2009-07-17 | 2 | -2/+3 | |
| | ||||||
* | basic support for bug filing | Till Maas | 2009-07-17 | 6 | -30/+257 | |
| | ||||||
* | populate .gitignore | Till Maas | 2009-07-17 | 1 | -0/+5 | |
| | ||||||
* | mailing module to create and send mails via smtp | Till Maas | 2009-07-17 | 3 | -0/+134 | |
| | ||||||
* | Package: __repr__() added, __str__() changed | Till Maas | 2009-07-17 | 1 | -1/+4 | |
| | ||||||
* | perform repo comparsion with packages | Till Maas | 2009-07-16 | 4 | -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 checkshell | Till Maas | 2009-07-16 | 1 | -0/+1 | |
| | ||||||
* | interactive regex development and first unittest | Till Maas | 2009-07-16 | 5 | -33/+222 | |
| | | | | | This commit allows interactive regex development with --check parameter for cnucnu.py. Also the first unittests are added. | |||||
* | initial commit | Till Maas | 2009-07-16 | 10 | -0/+1367 | |