From 849e2a7153183ba179d862b128bd9f50c28ae77c Mon Sep 17 00:00:00 2001 From: "Dr. Peter Poeml" Date: Mon, 19 May 2008 15:15:18 +0000 Subject: [PATCH] clean up NEWS and TODO in preperation of 0.100 release --- NEWS | 24 +++++++++++++++++++++++- TODO | 5 ++--- 2 files changed, 25 insertions(+), 4 deletions(-) diff --git a/NEWS b/NEWS index 53a1032d..3c3533e9 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,26 @@ -since 0.99: +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. + + +0.99+patches (interim releases, including Wed Apr 2 16:36:40 CEST 2008) - new command submitreq, to handle "submit requests" (next generation build service feature). See http://en.opensuse.org/Build_Service/Collaboration diff --git a/TODO b/TODO index 04f35b2e..bc248806 100644 --- a/TODO +++ b/TODO @@ -8,10 +8,9 @@ MAJOR: NORMAL: - - Extending the diff command to take -rREV:REV as argument and show the - diff between those two (server-side) revisions - note: there is a 'rdiff' subcommand meanwhile, which implements this. - split functionality that needs prj/pac as commandline arguments into a seperate tool (oscremote? osc -r?) + (update: we have some commands meanwhile which exist in an alternate form, + prefixed with r, which works remotely. E.g. rbuildlog, rprjresults, rresults) - status: implement -u option as in svn [3] - implement (svn-like) switch command - implement 'mv' command