1
0
mirror of https://github.com/openSUSE/osc.git synced 2024-09-21 01:36:16 +02:00
github.com_openSUSE_osc/osc
Dr. Peter Poeml 2f5b52e92c Complete rewrite of the internal commandline handling, using cmdln.py.
Bump version to 0.95.

New features:
- implement "rebuild all failed packages", via --failed option in rebuildpac
  subcommand (new api route)
- status -v shows all files, including unmodified ones
- suppress the legend in prjresults by default (show with -l)
- add global options to override config
- can use arbitrary api server via global -A option
- -H enables HTTP traffic debugging
- --version

Bugfixes:
- fix typo in delete_project() (the line building up the URL got lost)
- fix the commit subcommand's arguments. This works correctly now: 
    osc ci ../test/onlyinwc `pwd` fstab ../test/f2 
- fix buildinfo subcommand, if no specfile is posted. Broke with the recent URL
  handling rewrite, but didn't seem to bother because the build subcommand
  always sends the specfile.
- try to fix buildhistory route, but it might be gone actually (need to pursue)
- add --clean/--noinit to osc build help output
2007-04-24 23:00:12 +00:00
..
__init__.py fix osc/__init__.py to contain new modules 2006-07-17 13:15:21 +00:00
build.py remove debug print of tempfile name 2007-04-18 00:23:49 +00:00
cmdln.py Complete rewrite of the internal commandline handling, using cmdln.py. 2007-04-24 23:00:12 +00:00
commandline.py Complete rewrite of the internal commandline handling, using cmdln.py. 2007-04-24 23:00:12 +00:00
conf.py Complete rewrite of the internal commandline handling, using cmdln.py. 2007-04-24 23:00:12 +00:00
core.py Complete rewrite of the internal commandline handling, using cmdln.py. 2007-04-24 23:00:12 +00:00
fetch.py - add 'edituser' command for editing the metadata of a user account. It tries 2006-10-12 13:22:56 +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