1
0
mirror of https://github.com/openSUSE/osc.git synced 2024-12-27 02:16:12 +01:00
github.com_openSUSE_osc/osc
Dr. Peter Poeml 39779ec9bc - rewrite configuration handling
- move all configuration code into module osc/conf.py
  - now, the API server can be configured in .oscrc with
    apisrv = ...
  - also, 'scheme' (http/https) is no longer a module variable but can be
    configured
  - all config is in DEFAULT
- ignore vim swap files
- use urllib() convenience wrapper in some functions that used
  urllib2.urlopen() and had their own error handling. Instead, it seems to make
  sense -- in the future-- to create our own errors and propagate them up, in
  cases where the error handling of urlopen() is too generic
- rename get_slash_source() to meta_get_project_list() for consistency
- show local time in get_buildhistory(), not UTC
- rewrite help text of 'rebuildpac' command
- allow to run commandline.py from the commandline (without the wrapper)
- don't send a space when doing a POST request without body
2006-10-10 14:04:34 +00:00
..
__init__.py fix osc/__init__.py to contain new modules 2006-07-17 13:15:21 +00:00
build.py - rewrite configuration handling 2006-10-10 14:04:34 +00:00
commandline.py - rewrite configuration handling 2006-10-10 14:04:34 +00:00
conf.py - rewrite configuration handling 2006-10-10 14:04:34 +00:00
core.py - rewrite configuration handling 2006-10-10 14:04:34 +00:00
fetch.py better copy&paste directions for import gpg keys 2006-07-17 12:07:19 +00:00
meter.py - bump version (0.7) 2006-07-14 17:39:46 +00:00
othermethods.py do not trace, but exit with 1 on upload error 2006-09-26 09:02:00 +00:00