OBS User unknown
2008-06-26 00:40:22 +00:00
committed by Git OBS Bridge
parent 5a3f6985a9
commit ac3dbb9bfc
7 changed files with 276 additions and 37 deletions

View File

@@ -1,3 +1,106 @@
osc (0.104-1) unstable; urgency=high
- update to r4164 (version 0.104):
- osc update: after update, reset the revision when updating
multiple package. Fixes "404: Not Found" type errors when
updating an entire project. [bnc#399177]
- more/better error messages in some error scenarios
- osc wipebinaries: add missing check for commandline arguments,
which could cause a PACKAGE argument to be ignored
- fixed make_diff in order to avoid errors when committing a new
package (created with mkpac)
-- Peter Poeml <poeml@suse.de> Tue, 11 Jun 2008 12:00:00 +0200
osc (0.103-1) unstable; urgency=high
- update to r4120 (version 0.103):
- osc submitreq create: simplify by make osc guess needed
parameters, if there is a working copy and it is a source link.
- osc submitreq create: don't stop on packages that have a devel
project defined, if the submit actually comes from that
project.
- osc checkout: checkout of source links is now done in expanded
form per default. The new option --unexpand-link can be used to
get the raw link file.
- show the API's error message for HTTP 403 (Forbidden) replies.
-- Peter Poeml <poeml@suse.de> Tue, 6 Jun 2008 12:00:00 +0200
osc (0.102-1) unstable; urgency=high
- update to r4089 (version 0.102)
- osc branch: Show the actually created branch project name, not
a guessed one. Add --nodevelproject.
- osc submitreq: look up the develproject of the target, and if
there is one, don't create the request, unless forced with
--nodevelproject.
- when -d (global, for debug) was used, save the body because it can't be read twice
-- Peter Poeml <poeml@suse.de> Tue, 3 Jun 2008 12:00:00 +0200
osc (0.101-1) unstable; urgency=high
- update to r4030:
- version 0.101
- add osc branch command, using the branch API call to branch a package to
home:poeml:branches:PRJ/PKG
- osc commit now opens $EDITOR for commit message
- improved error handling, when API returns HTTP status code 400 (bad request)
- osc status: implement -q/--quiet switch
- osc info: slightly more verbose
- osc deletepac: allow deletion of multiple packages at once
- make "osc meta prjconf <project> -e" work again (probably caused by r3702)
-- Peter Poeml <poeml@suse.de> Tue, 27 May 2008 12:00:00 +0200
osc (0.100-2) unstable; urgency=high
- update to r4002:
- osc maintainer: new -D/--devel-project switch
- osc rprjresults/rresults: small fixes
- facilitate correct syntax highlighting when editing metadata
-- Peter Poeml <poeml@suse.de> Mon, 20 May 2008 12:00:00 +0200
osc (0.100-1) unstable; urgency=high
- update to r3995:
- version 0.100
- improved error handling (babysitter.py wrapper, oscerr.py exception classes)
Tracebacks are mostly suppressed now. To enable them, use
| -t, --traceback print call trace in case of errors
or set traceback=1 in .oscrc.
- other new global options for debugging:
| --debugger jump into the debugger before executing anything
| --post-mortem jump into the debugger in case of errors
| -d, --debug print info useful for debugging
- make way for more seamless osc version updates (the .osc directory in working copies
will have its own versioning in the future)
- osc rprjresults and osc rresults: new commands to show remote build results
- osc build: added --baselibs and --jobs options
- osc copypac: added --keep-maintainers switch
- BUILD_DIST environment variable will be ignored (bnc#359846)
The following environment variables can still be used:
* OSC_SU_WRAPPER overrides the setting of su-wrapper.
* OSC_BUILD_ROOT overrides the setting of build-root.
* OSC_PACKAGECACHEDIR overrides the setting of packagecachedir.
- a few bug fixes.
-- Peter Poeml <poeml@suse.de> Mon, 19 May 2008 12:00:00 +0200
osc (0.99-11) unstable; urgency=high
- remove the patch added by Adrian (bnc#378421)
-- Peter Poeml <poeml@suse.de> Wed, 21 Apr 2008 12:00:00 +0200
osc (0.99-10) unstable; urgency=high
- add patch from abauer to fix cookie handling (bnc#378421)
-- Adrian Schroeter <adrian@suse.de> Sat, 12 Apr 2008 12:00:00 +0200
osc (0.99-9) unstable; urgency=high
- update to r3614: