OBS User unknown
2007-04-25 23:16:30 +00:00
committed by Git OBS Bridge
parent 9238360eaa
commit 9f95339502
5 changed files with 79 additions and 7 deletions

View File

@@ -1,3 +1,28 @@
-------------------------------------------------------------------
Wed Apr 25 19:32:18 CEST 2007 - poeml@suse.de
- update to r1608:
- version 0.95
- osc is now easier to work with when using alternative API servers. The
configured server can be overriden with -A <url> on the commandline.
"apisrv" in the config takes a URL now, so the variable "scheme" which was
needed in addition before becomes obsolete. For backward compatibility, a
hostname (and scheme variable) are accepted like before. Likewise, the auth
sections in the config take a URL now, or a hostname:port to keep old config
working. HTTP or HTTPS scheme is determined from the URL. Credentials must be
configured in .oscrc.
- build: use actual api server in urllist for downloading, instead of hardcoded
api.opensuse.org [#265211].
- finally, global option -H enables HTTP traffic debugging
- implement "rebuild all failed packages", via --failed option in rebuildpac
subcommand
- status -v shows all files, including unmodified ones
- suppress the legend in prjresults by default (show with -l)
- --version shows the program version number
- fix the commit subcommand's argument handling. The following works correctly
now: osc ci ../test/onlyinwc `pwd` fstab ../test/f2
- fix the download progress meter to work with small terminals [#266989]
-------------------------------------------------------------------
Fri Apr 20 02:09:11 CEST 2007 - poeml@suse.de