1
0
mirror of https://github.com/openSUSE/osc.git synced 2025-01-16 10:36:13 +01:00
github.com_openSUSE_osc/osc
Marcus Hüwe caae2bc8a1 - cleaned up the conf module (I hope I didn't break anything):
* basically get rid of the scheme and apisrv mess - instead directly use the apiurl (== <protocol>://<host>) for everything
  * some other minor cleanups here and there
  * everyone who has a scheme or apisrv entry in his ~/.oscrc will get a deprecation warning but it's still working (at some point in the future we might remove these code paths)
  * when writing a new ~/.oscrc store the apiurl in the conffile [fixes #478054]
- while being at it:
  * fixed #478054 ("osc asks for build.o.o credential even if -A<somelocalapi> is always used")
  * fixed #478052 ("osc backtrace on password entry (first startup)")
2009-02-23 23:29:32 +00:00
..
__init__.py Merged revisions 3774-3775,3779,3781-3782,3787,3789-3793,3798,3802,3805,3817-3822,3827,3829-3830,3837-3839,3841-3842,3848-3850 via svnmerge from 2008-04-28 16:37:44 +00:00
babysitter.py - fixed #469167 (don't scare users if they want to commit a nonexistent file ;) ) 2009-02-12 13:11:32 +00:00
build.py - cleaned up the conf module (I hope I didn't break anything): 2009-02-23 23:29:32 +00:00
cmdln.py - fixed #426612 2008-09-21 14:44:20 +00:00
commandline.py - cleaned up the conf module (I hope I didn't break anything): 2009-02-23 23:29:32 +00:00
conf.py - cleaned up the conf module (I hope I didn't break anything): 2009-02-23 23:29:32 +00:00
core.py - cleaned up the conf module (I hope I didn't break anything): 2009-02-23 23:29:32 +00:00
cpio.py add code for creating an in-memory cpio archive, that I wrote a long time ago when we were planning to send RPM requires and provides of local binary packages to the backend for processing, along with spec files 2009-02-21 16:06:50 +00:00
fetch.py * add support for VM (kvm or xen) builds 2009-02-20 12:49:17 +00:00
meter.py fix the download progress meter to be small enough to work with terminals 80 characters wide [#266989] 2007-04-24 21:10:01 +00:00
OscConfigParser.py - this is escaping isn't needed. If we don't want to use interpolation we should call the appropriate methods with correct parameters. (luckily nobody except Peter noticed this issue because it resulted in a 0byte ~/.oscrc) 2008-11-28 16:53:07 +00:00
oscerr.py - fixed #469167 (don't scare users if they want to commit a nonexistent file ;) ) 2009-02-12 13:11:32 +00:00