This commit is contained in:
committed by
Git OBS Bridge
parent
5a3f6985a9
commit
ac3dbb9bfc
96
osc.changes
96
osc.changes
@@ -1,7 +1,97 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 11 10:34:53 CEST 2008 - poeml@suse.de
|
||||
|
||||
- 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)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 6 14:05:21 CEST 2008 - poeml@suse.de
|
||||
|
||||
- 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.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 3 17:15:26 CEST 2008 - poeml@suse.de
|
||||
|
||||
- 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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 27 12:54:26 CEST 2008 - poeml@suse.de
|
||||
|
||||
- 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)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 20 14:33:52 CEST 2008 - poeml@suse.de
|
||||
|
||||
- update to r4002:
|
||||
- osc maintainer: new -D/--devel-project switch
|
||||
- osc rprjresults/rresults: small fixes
|
||||
- facilitate correct syntax highlighting when editing metadata
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 19 17:14:45 CEST 2008 - poeml@suse.de
|
||||
|
||||
- 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.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 21 18:45:29 CEST 2008 - poeml@suse.de
|
||||
|
||||
- remove the patch added by Adrian (bnc#378421)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Apr 12 07:36:40 CEST 2008 - adrian@suse.de
|
||||
|
||||
- add patch from abauer to fix cookie handling bnc#378421
|
||||
- add patch from abauer to fix cookie handling (bnc#378421)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 2 16:36:40 CEST 2008 - poeml@suse.de
|
||||
@@ -26,11 +116,11 @@ Tue Apr 1 09:43:12 CEST 2008 - poeml@suse.de
|
||||
Newly introduced options are:
|
||||
* osc checkout: --expand-link
|
||||
* osc update: --expand-link and --unexpand-link
|
||||
- osc build: add --debuginfo switch (Thanks, Juergen!) [#368524]
|
||||
- osc build: add --debuginfo switch (Thanks, Juergen!) [bnc#368524]
|
||||
- osc req: add option -a / --add-header to inject arbitrary
|
||||
request headers
|
||||
- osc addremove (and others): ignore _all_ dot files (the
|
||||
buildservice doesn't handle them) [#370476]
|
||||
buildservice doesn't handle them) [bnc#370476]
|
||||
- copypac: do a server-side copy (via a single api call) when
|
||||
used with -s / --server-side.
|
||||
- prjresults: csv export uses ';' as default (Pavol)
|
||||
|
Reference in New Issue
Block a user