2 - added VM autosetup to osc. This requires appropriate OBS version and build script version.
3 - enhanced QEMU cross build support with 'armv4l' 'armv5el' 'armv6el' 'armv7el' 'armv8el' 'mips' 'mips64' 'ppc' 'ppc64' 'sh4' arch strings now supported on x86 host
4 - suggest git, svn, ... if indicated, after oscerr.NoWorkingCopy
5 - "osc cat" & "osc ls" now auto-expands through link.
6 - fixed "osc add" after "osc delete".
7 - fix "osc patchinfo" command (crashed before)
8 - fixed SSL proxy support
9 - fixed meta attribute create and set calls
10 - osc remotebuildlog supports a buildlogurl
11 - Allow --prefer-pkgs to parse repodata
12 - new "osc build --no-service" option to skip source service update
13 - fix linktobranch apiurl usage
14 - "maintained package" search is telling relevant projects now
15 * requires OBS 1.7.2 or 2.0
16 - added "osc chroot" command
17 - fixed #547005 ("osc co could show download progress")
18 - added "--interactive" option to "osc request"
19 - store commit message so it doesn't get lost on failure
20 - added "--cpio-bulk-download" and "--download-api-only" options to "osc build"
21 - added "osc localbuildlog" command
22 - added "--build-uid uid:gid|caller" option to "osc build" to specify abuild id in chroot
23 - verify files using rpm bindings and keys supplied by buildservice
24 - added "--exclude-target-project <prj>" option to "osc rq list"
25 - added "--message" option to "osc branch"
26 - added "osc config" command to set/get/delete a config option
27 - added "--binary" and "--baseproject" options to "osc search"
28 - added "-o/--offline" and "-l/--preload" options to osc build
29 * osc build -l standard i586 foo.spec (to cache all dependencies)
30 * osc build -o standard i586 foo.spec (to build without contacting the api)
33 - add "osc pull" command to fetch and merge changes in the link target
34 - new proxy support via SSL
35 - when a broken link is encountered automatically switch to last working
36 version. use 'osc pull' to repair the broken link.
37 - osc my request is showing now also requests from other people target to
41 # Features which require OBS 1.7
43 - new config option 'submitrequest_on_accept_action' to specify a default action
44 if a submitrequest has been accepted
45 - add "osc linktobranch" command to convert a classic link to a branch package
46 - show scheduler state for each repo with "results" and "prjresults"
49 - added 'osc bugowner' as a more intelligent version of 'osc maintainer -B'
50 - added option '-B' to osc maintainer, prints bugowner OR maintainer.
51 - added 'osc req help' as convenience alias to 'osc help req'.
52 - 'osc in' to be done. Its usage just prints a suggested zypper command line.
53 - give better hint how to use osc vc without network connectivity.
54 - added printing of cache statistices to osc build
55 - support http proxies when using python 2.6 or newer (#551004)
56 - partial fix for checkout problems (bnc#551147)
57 - fixed #477690 ("osc fetching binaries really slow")
58 - osc jobhistory accepts also "prj [pkg] repo arch" now
59 - osc buildinfo accepts now also "prj pkg repo arch [spec/dsc]"
60 - osc buildconfig accepts now also "prj pkg repo arch"
61 - fixed warning messages regarding SSL certificate on some plattforms (Fedora)
62 - support submit requests on project level, osc is checking which packages
63 have changed and submits only the changed after asking back.
64 - show worker/id on jobhistory and make it faster by adding a default limit of 20
65 - add "osc build --root" option to allow to specify build root directory
66 - add "osc build --release" option to allow to specify a package release number
67 - added osc mv command which can rename file and leave them under version control
68 - added new commands "dependson" and "whatdependson" to find out which packages get
69 triggered before checkin/request accept.
70 - add new "osc build --linksource" option, speeds up esp. image building a lot
71 - add "osc triggerreason" command to show detail reason, why a package got triggered for build
72 - Incompatible changes:
73 * osc se now prints Project Package, instead of Package Project
74 for easier copy&paste.
75 * osc se uses exact search by default. Use osc se -s for
77 * osc repourls neither needs nor accepts a path to a package
79 * osc repo neither needs nor accepts a path to a package or
80 project working dir anymore
82 # Features which require OBS 1.7
84 - search: allow to limit results via existing attibutes
85 - added "osc meta attribute" for basic attribute creation, deletion, showing and value setting
86 - implement "osc mbranch" call to create projects with multiple source package (instances)
87 - new "osc patchinfo" command: basic patchinfo generation and modification support
88 - add support for _patchinfo package submissions in "osc sr" on project level
89 - support review handling of requests (new "osc review accept/decline $REQUEST_ID" command
92 - IMPORTANT: ssl certificate checks are actually performed now to
93 prevent man-in-the-middle-attacks. python-m2crypto is needed to
94 make this work. Certificate checks can be turned off per server
95 via 'sslcertck = 0' in .oscrc.
96 - 'osc list' option -D now only limits non-'new' requests. In state 'new' all are shown.
97 - suggest 'osc list' --bugowner option. Not implemented.
98 - added 'osc rq help' as convenience alias to 'osc help rq'.
99 - 'osc in' to be done. Its usage just prints a suggested zypper command line.
100 - Incompatible change: osc se now prints Project Package, instead of Package Project
101 for easier copy&paste.
102 - fix checkout of packages, which contain not committed files (but uploaded)
103 - add signing key management command (osc signkey)
104 * shows public part of project key
105 * allows (re)creation of a project key
106 * allows deletion of a project key
107 - support 100% offline build when using "osc build --noinit ..."
108 -> buildinfo gets cached in local directory as .buildinfo.xml
111 - added missing code for 'osc sr -l [ID]'
112 - allow osc cat with one parameter, if it is a url.
113 - make osc getpac really get the package (instead of branch only)!
114 - expanded several tabs to spaces.
115 - added default project to new getpac and bco subcommand. .oscrc:getpac_default_project = OpenSUSE:Factory
116 (not added to branch subcommand, to not interfere with its syntax.)
117 - add support for generic python-keyring lib, supports KWallet, Gnome keyring, MacOS and Windows.
118 - make buildhist command usable without checked out package
119 - rename old "platform/s" names to "repository/ies" (internal cleanup only)
120 - fixed osc diff -c N, it failed with int and string concatenation
121 - made osc diff and rdiff more similar: added -p, -c to rdiff, removed -u from rdiff.
122 made -u default for both, renamed --pretty to --plain as it is the opposite of -u
124 # Features which require OBS 1.7
126 - option to download server side generated _service:* files on update
127 - support for running source services locally. Happens by default on source update
129 - support modification flages on creation of submit request
130 (for auto update or clean up packages or to avoid it, when submit request got accepted)
131 - show request ids from package source logs
132 - added support to require local packages which don't exist in the obs for a local build. This
133 fixes #377021, #481193
136 - fixed creation of new ~/.oscrc files
137 - fixed "osc my request" command
140 - fixed osc rq list -U to not look into the local dir
141 - added osc my ... pkg/prj/req shorthand commands
142 - add 'osc se' alias for 'osc search -e'
143 - add -b -m -M to 'osc search'
144 - hack for _help_preprocess_cmd_option_list to survive setup.py build
145 - made rresults an alias for results. python decorators are a strange concept...
146 - asserting that ~/.oscrc remains mode 0600
147 - no more plain text passwords in ~/.oscrc, we store now as bz2+base64
148 - added verbosity control -v -q. To be used in guess_proj_pack()
149 - added 'll' and 'ls -l' as shorthand to 'list -v'
150 - started to change to explicit dual license GPLv2 or GPLv3 to conform to Novell policy.
151 - added revision parameter to show_upstream_srcmd5(), so that it can be used in do_cat later.
152 - allowed both integer and srcmd5 revisions in meta_get_filelist()
153 - added 'lL', 'LL': allowed -e and -v together in do_list(). Was an internal error before.
154 - added cat -e, to cat a file through a link.
155 'cat -e -r 3' expands through the third revision of the _link.
156 - added subcmd bco as alias for branch -c
157 - added primitive experimental support for .oscrc:checkout_no_colon = 1
158 - suggest using svn when .svn found.
159 - alias submitpac submitrequest
160 - osc bco now continues to checkout after branch target exists error.
161 - added .oscrc:plaintext_passwd=1 for backwards compatibility
162 - moved core.py:exclude_stuff to .oscrc:exclude_glob and expand it to catch *.orig etc.
163 - added osc rq list -a; a shorthand for enumerating all states
164 - osc rq list -D nnn limit to requests nnn days old.
165 - osc sr --diff option added
166 - improved help texts with repairlink to point to osc resolved.
167 - improved passx code when creating oscrc.
168 - osc metafromspec allows editing before send
169 - allow handling of other roles than "maintainer" with maintainer command
171 - fix and improve request list and show output
172 - new osc rremove command for remote source files removal
173 - first part of support to handle _service\* files correctly
174 - osc commit asks if some file has a '?' status (can be skipped by --force option)
175 - fixed request list for multiple states
176 - new option --overlay
177 - new option --rsync-src / --rsync-dest
180 - support "setlinkrev" for whole projects
181 - add "setlinkrev --unset" for removing revision references
182 - add "osc request list -t <type>" to list only submit, delete or develchange requests
183 - add shell completion scripts
184 - fix support of listing requests with multiple actions
185 - "osc maintainer" is following to the development project / package now
186 - "osc maintainer" list maintainer and bugowner roles now
189 - Support new request types
190 - "submitreq" command has a new syntax (incompatible !)
191 - new "deleterequest" command
192 - new "changedevelrequest" command
193 - new "request" command for showing/modifing requests
194 - Multiple actions in one request is not yet supported by osc
195 - The new commands require an OBS 1.7 server, submitreq is still working with
197 - support of added .changes in commit message template
198 - make submit request listing fast by server side filtering
199 - allow pulling of conflicting changes via "osc repairlink"
200 - delete commands consolidated:
201 * deleteprj and deletepac are obsolete.
202 * delete and rdelete take over
203 - enable package tracking by default
204 - bugfix: templates in edit commit message causes an empty commit logs
205 - osc submitrequest consumes DESTPRJ [DESTPKG] arguments only
206 - osc build now also tested on native arm targets where uname -m reports a string like armv{4l,5el,6l,7el,7l}
207 - osc rlog now works with srcmd5 also
208 - plugins now should be placed in /usr/lib/osc-plugins to match FHS (the /var path is still supported though)
209 - osc now includes automatically generated man page
210 - osc can now store credentials in Gnome keyring if it is available
211 - new support for osc linkpac to specify cicount attribute
212 - new log/rlog output formats (CSV and XML)
213 - new jobhistory/buildhistory/search output format (CSV)
214 - new option to fetch buildlogs starting at given offset
215 - new option for copypac
216 * -r to specify source revision
217 * -m to specify a comment (and send default comment if not specified)
218 - new option to results(r), and rresults:
219 * -r|--repo to specify a repository(repositories)
220 * -a|--arch to specify a architexure(s)
221 * --xml for xml output (makes results_meta obsolete)
222 - request list -M shows open SRs created by the user.
223 - Fixed build support for images, only refered packages from buildinfo get used. (#485047)
224 - "req" command got renamed to "api" to avoid clash with "request" command
225 - osc build has a smarter default platform selection - it checks the
226 availibility config value, 'standard' and 'opensuse_Factory' in platforms list and in case
227 of fail it uses the last entry from that list
228 - new osc linkpac -f to allow to override existing _link files
229 - rename "rebuildpac" to "rebuild", but keep "rebuildpac" as alias
232 - support checkout of single package via "osc co PACKAGE" when local dir is project
233 - allow to specify target project and package on osc branch (requires server version 1.6)
234 - add option to automatic checkout a branched package
235 - support "osc getbinaries" in checkout packages
236 - new vc command for editing the changes files (requires build.rpm 2009.04.17 or newest)
237 - new repairlink command for repairing a broken source link (requires server version 1.6)
238 - '-b|--brief' option for osc submitreq show subcommand
239 - use "latest" commited revision on checkout, not "upload" (#441783)
240 - '-e|--just-open' option for vc command and used /usr/lib/build/vc as an executable
243 - support listings of older revisions with "osc ls -R"
244 - add --current parameter for linkpac to use current revision of source package fixed.
245 - add osc setlinkrev to add or update revision number in links easily
246 - fix streaming of binary files via "cat" (#493325)
249 - optional transfer of devel project during copy_pac and link_pac is fixing
250 opertation with remote build service instance
251 - "osc ci" fails uploading large files to Provo BuildService
252 - fixed support for accessing download repositories (worked only for download.o.o so far)
255 - the .oscrc config handling has been cleaned up:
256 * use "apiurl" for everything now (== <protocol>://<host>)
257 * added aliases support for [apiurl] sections in the ~/.oscrc.
262 => "osc -A foo <cmd>" will do the same as "osc -A http(s)://foobar ls"
263 * "scheme" and "apisrv" are deprecated and will produce a warning
264 * when writing a new ~/.oscrc, store the apiurl in the conffile (bnc#478054)
265 * fixed bug that made osc ask for credentials when -A was used (bnc#478054)
266 * fixed crash upon password entry (first startup) (bnc#478052)
268 * make product builds work
269 * speed up by using a cookie when fetching the binaries (bnc#477690)
270 * support for VM (kvm or xen) builds
271 * obsolete the need to configure download server, get it from the build
272 service instance instead.
273 * be a bit more verbose if the linked package isn't expanded (bnc#470948)
275 * --develproject option fixed (the API calls it 'ignoredevel' instead of 'nodevelproject')
276 * --revision option added
277 - osc jobhistory: new command to see build job history of a project or a package
278 - osc results/rresults: option -l, --last-build added (show last build results)
279 - osc linkpac: fix failure when -A<url> is used (bnc#479156)
280 - osc commit: don't scare users if they want to commit a nonexistent file (bnc#469167)
281 - osc diff: bugfix to make --pretty option work
282 - 11.1 added to the osc project template
286 - osc diff -rX:Y: the default is to return an unified diff (to get a pretty
287 diff use the --pretty option)
288 - osc rdiff: the default is to return a pretty diff (to get an unified diff use the --unified option)
289 - osc sr show --diff: the default is to return a pretty diff (to get an unified diff use the --unified option)
290 - osc getbinaries: optionally also download source rpms
291 - osc importsrcpkg: set the url in the package meta (bnc#458083)
292 - osc wipebinaries: added --expansion option
293 - added support for format strings like "%(project)s" and "%(package)s" which
294 can be used in the build-root config option. For example one could use a new
295 chroot for each package.
296 - osc updatepacmetafromspec: fix failure if %description is starting with newline (bnc#462869)
297 - catch OSError exceptions which might be raised by the subprocess module
298 - don't use a hardcoded path for the rpm binary otherwise it fails on
299 distributions like debian
300 - osc meta: be more verbose in case of failure (bnc#459292)
301 - osc mkpac: add info how to enable the package tracking feature (bnc#459288)
305 - osc deletepac: prevent recursive deletion of a whole project [bnc#458535]
306 - osc build: support more options: --icecream, --ccache, --with, --without
307 - osc build: --keep-pkgs also saves the src.rpm now
308 - osc build: small fix in debuginfo handling
309 - osc build: new armv7el arch for all binaries for up to ARMv7 EABI with VFP
313 - fix accidental truncation of .oscrc to 0 bytes
314 - fix osc's ignorance of the revision option (-r) for expanded links
315 - osc build: handle kiwi builds (local image build)
316 - osc build: cross build support
317 - osc build: support for ARMv5 EABI little endian arch added
318 - osc build: fixed detection of the build type (rpm or deb), after change in the buildinfo
319 - osc build: build debuginfo packages if enabled in the project/package meta (this partly fixes #421390)
324 - osc build: no working copy needed anymore when building a local package [bnc#431434]
325 - osc checkout: when checking out a project, and a linkerror occurs for one of
326 the packages, do a checkout in unexpanded form and continue checking out the
327 rest of the project [bnc#428303]
328 - osc deletepac, osc branch: allow slash notation for the project/package arguments
329 - fix deprecation warnings on Factory (which uses Python 2.6)
330 - fix to avoid (internal) stale Package objects [bnc#436932]
335 - osc getbinaries: new command to download binaries directly from the api server
336 - osc rlog: new command to show commit logs of remote packages
337 - osc build: --debug option to the build script which will take care of creating debuginfo packages
338 - add link to plugin API to osc help output
339 - avoid a hard dependency on the rpm-python bindings.
340 - fixed depracation warnings with Python 2.6 [bnc#426612]
341 - streaming of unfinished logfiles fixed
342 - fixed regression of .oscrc template [bnc#427118]
343 Changes were from Marcus_H, poeml, dmueller, tpatzig.
348 - osc submitreq: has two aliases now: "osc sr" and "osc submitrequest"
349 - osc sr create: prompt to revoke existing requests
350 - osc sr revoke: new command for to get rid of requests to projects one can't write to
351 - osc sr list: allow showing requests in a state other than "new"
352 - osc sr show: show the current state's comment
353 - osc sr log: new command to show the history of a given id
354 - osc sr: enable requests for submitting new packages
355 - osc build: implement --no-checks
356 - osc build: be less strict on the arguments, and guess what's needed. For instance:
357 * osc build PLATFORM ARCH BUILD_DESCR
358 * osc build PLATFORM (ARCH = hostarch, BUILD_DESCR guessed)
359 * osc build ARCH (PLATFORM = build_platform (config option), BUILD_DESCR guessed)
360 * osc build BUILD_DESCR (PLATFORM = build_platform (config option), ARCH = hostarch)
361 * osc build (PLATFORM = build_platform (config option), ARCH = hostarch, BUILD_DESCR guessed)
362 - osc build: download after the target architecture check
363 - osc addremove: bugfixes, --recursive option
364 - osc init: added support to initialize a project dir
365 - osc metafromspec: new alias for 'updatepacmetafromspec' which is hard to remember
366 - osc updatepacmetafromspec: also update URL
367 - osc buildlog: do not download entire log to memory
368 - new http_headers option to add arbitrary headers to HTTP requests
369 - bugfix to make osc work on Gentoo
370 - enhance/update the package and project template
371 - .netrc heritage from previous commandline client has been removed
372 - osc asks for password now, when used with -A
377 - osc build: the --extra-pkgs option is now a configurable setting in .oscrc.
378 Default is "extra-pkgs = vim gdb strace"
379 - .oscrc: make tilde expansion work on the packagecachedir setting
380 - osc update / checkout: don't check out a working copy, or update an existing
381 one, when a source link cannot be applied [bnc#409373]
386 - osc rdiff / osc submitreq show: diff the _expanded_ sources [bnc#408267]
387 - osc submitreq list: show author's name
388 - osc submitreq: shortcut alias 'sr' added
393 - osc submitreq list:
394 - can now be called without parameters, applying to the working copy then.
395 - calling it in a project directory is also possible now.
396 - output was improved. Newest requests are listed first.
397 - osc submitreq delete: a new action which has been added
398 - osc submitreq list/create: use api URL from the working copy
399 - osc meta: editing returns the API error description instead of a plain HTTP
401 - osc copypac: use the correct userid when copying to another api host
402 - osc importsrcpkg: disable signature check when getting data from a rpm file
403 - osc linkpac: --revision option added.
404 - osc search: added option -i|--involved, to show in which projects/packages
405 a developer is involved
406 - osc build: double check the buildinfo for local builds. Refuse to build for
407 architectures that are not supported by the host
408 - osc buildhist: change the output into a format which better matches actual
410 - osc commit: give commit message tempfiles a ".diff" suffix, so syntax
411 highlighting automatically works in capable editors
413 - don't expand/unexpand if the working copy has local modifications - this is
414 an ugly workaround for #399247 but this way the working copy isn't screwed up
415 - work around a bug which causes packages to be cached locally under the
416 "None" architecture (and therefore causing issues when building for more
417 than one architecture via osc build).
418 - don't create _linkerror files in working copies
419 - better error handling (mostly printing more details) in a number of cases
420 - show error messages from the API also for type 500 errors
424 - osc update: after update, reset the revision when updating multiple package.
425 Fixes "404: Not Found" type errors when updating an entire project. [bnc#399177]
426 - more/better error messages in some error scenarios
427 - osc wipebinaries: add missing check for commandline arguments, which could
428 cause a PACKAGE argument to be ignored
429 - fixed make_diff in order to avoid errors when committing a new package
435 - osc submitreq create: simplify by make osc guess needed parameters, if
436 there is a working copy and it is a source link.
437 - osc submitreq create: don't stop on packages that have a devel project
438 defined, if the submit actually comes from that project.
439 - osc checkout: checkout of source links is now done in expanded form per
440 default. The new option --unexpand-link can be used to get the raw link file.
441 - show the API's error message for HTTP 403 (Forbidden) replies.
446 - osc branch: Show the actually created branch project name, not
447 a guessed one. Add --nodevelproject.
448 - osc submitreq: look up the develproject of the target, and if
449 there is one, don't create the request, unless forced with
451 - make the global -d option work better under certain circumstances
455 - add osc branch command, using the branch API call to branch a package to
456 home:poeml:branches:PRJ/PKG
457 - osc commit now opens $EDITOR for commit message
458 - improved error handling, when API returns HTTP status code 400 (bad request)
459 - osc status: implement -q/--quiet switch
460 - osc info: slightly more verbose
461 - osc deletepac: allow deletion of multiple packages at once
462 - make "osc meta prjconf <project> -e" work again (probably caused by r3702)
467 - improved error handling (babysitter.py wrapper, oscerr.py exception classes)
468 Tracebacks are mostly suppressed now. To enable them, use
469 -t, --traceback print call trace in case of errors
470 or set traceback=1 in .oscrc.
471 - other new global options for debugging:
472 --debugger jump into the debugger before executing anything
473 --post-mortem jump into the debugger in case of errors
474 -d, --debug print info useful for debugging
475 - make way for more seamless osc version updates (the .osc directory in working copies
476 will have its own versioning in the future)
477 - osc rprjresults and osc rresults: new commands to show remote build results
478 - osc build: added --baselibs and --jobs options
479 - osc copypac: added --keep-maintainers switch
480 - osc maintainer: new -D/--devel-project switch
481 - BUILD_DIST environment variable will be ignored (bnc#359846)
482 The following environment variables can still be used:
483 * OSC_SU_WRAPPER overrides the setting of su-wrapper.
484 * OSC_BUILD_ROOT overrides the setting of build-root.
485 * OSC_PACKAGECACHEDIR overrides the setting of packagecachedir.
488 0.99+patches (interim releases, including Wed Apr 2 16:36:40 CEST 2008)
490 - new command submitreq, to handle "submit requests" (next generation build
491 service feature). See http://en.opensuse.org/Build_Service/Collaboration
493 add support for handling linked packages in expanded form. They
494 can be checked out, updated (expanding or unexpanding them),
496 Newly introduced options are:
497 * osc checkout: --expand-link
498 * osc update: --expand-link and --unexpand-link
499 - new feature: package tracking. It's not enabled by default and
500 needs to be switched on with do_package_tracking=1 in .oscrc.
502 http://lists.opensuse.org/opensuse-buildservice/2008-03/msg00114.html
503 - prjresults: add --csv option
504 - req: add option -a / --add-header to inject arbitrary request headers
505 - addremove (and others): ignore _all_ dot files (the buildservice doesn't
507 - copypac: do a (quicker) server-side copy by default, when source and target
508 are on the same buildservice instance.
512 - add --local-package to build a package which doesn't exist on the server
513 - add --alternative-project to specify a project, if the current one doesn't
515 - use api url from .osc/_apiurl [#355144]
516 - new command remotebuildlog
517 - diff: fix #347377 (diffing too many files)
518 - checkout: check for project existance beforehand
519 - rdiff: new command for server-side diffs between arbitrary packages
520 - cat: new command to print a file on the standard output
521 - diff: reworked functionality to show newly added files, and behaving more
522 like svn when doing diff against a certain revision
523 - bugfix in {link,aggregate,copy}_pac (<person> elements)
524 - checkout an empty project instead of doing nothing
525 - fix prjresults for newly added packages, where build status is missing
530 - aggregatepac: new command, similar to linkpac. Patch from Pavol Rusnak.
531 - wipebinaries: added --build-failed and --broken [#335498]
532 - deleteprj: enabled this command, as the backend now supports it
534 - added --verbose option
535 - added functionality to add/remove users from a project/package
536 - print the list of URL to try, when in HTTP debug mode
537 - build: allow to use lbuild, a compatible replacement for build
538 - do not create dirs for non-existing packages during checkout [#259711]
543 - new maintainer command, to list the maintainers of a project or package
544 - ls: add -b option to list binaries
545 - make osc library simpler to use from external scripts
546 - new importfromsrcpkg command, to import a package src.rpm from file or URL
547 - new req command, to issue arbitrary requests to the API
548 - initial support for commit messages (ci -m/-F)
549 - implementing a log command to review the commit log
550 - renamed previous "log" command to "buildlog" (short: bl)
551 - new meta command, replacing editmeta, editprj, createprj,
552 editpac, createpac, edituser, pattern
553 - added search support
554 - show helpful xml error messages if broken metadata is uploaded
558 - added initial revision handling:
559 - extended "osc co prj pac" to checkout a specific revision of pac
560 - extended "osc up" to update to a specific revision
561 - extended "osc diff" to diff the working copy against a
562 specific revision on the server. NOTE: comparing two
563 server-side revisions (osc diff -r 11:12) is currently
565 - load subcommands from /var/lib/osc-plugins/ or ~/.osc-plugins/
566 - updatepacmetafromspec scans for spec files automatically. Added --specfile option to updatepacmetafromspec.
567 - wipebinaries: allow to wipe all binaries of packages for which the build is disabled
568 - addremove: ignore foo.rXX, foo.mine for files which are in 'C' state
569 - ls: add verbose option to print extra information for packages
570 - for all server-side commands, allow arguments "foo/bar" instead of "foo bar"
571 - new wipebinaries and abortbuild commands, by courtesy of Marcus Huewe
572 - improved metadata error condition handling (thanks to Marcus Huewe)
573 - build: add --userootforbuild option
574 - build: implement -x/--extra-pkgs option (passed to backend and included in buildinfo result)
575 - make filling out of username in templates work again
576 - don't try to delete projects, as long it is not implemented in the backend
577 - use new API route for downloading binaries also in configured URLs
578 - make deletepac work again
582 - following suggestions by Christian Boltz and Michal Marek, osc now memorizes
583 where a working copy was checked out from, saving the api server url to
585 - implement 'info' subcommand
586 - use new api routes in all places
587 - buildhistory works again
588 - copypac: implement package copy from one buildservice instance to another
590 - the results subcommand now handles multiple <working copy> arguments
591 - build: implement --prefer-pkgs and --keep-pkgs option
592 - applied patch from Michael Marek, fixing all places where error
593 messages were printed to stdout instead of stderr. [#239404]
594 - osc is now easier to work with when using alternative API servers. The
595 configured server can be overriden with -A <url> on the commandline.
596 "apisrv" in the config takes a URL now, so the variable "scheme" which was
597 needed in addition before becomes obsolete. For backward compatibility, a
598 hostname (and scheme variable) are accepted like before. Likewise, the auth
599 sections in the config take a URL now, or a hostname:port to keep old config
600 working. HTTP or HTTPS scheme is determined from the URL. Credentials must be
601 configured in .oscrc.
602 - build: use actual api server in urllist for downloading, instead of hardcoded
603 api.opensuse.org [#265211].
607 - rewrite the internal HTTP handling
608 - save and reuse HTTP server cookies, which can speed up HTTP requests up about
609 5 times in an iChain setup
610 - adding http_GET/POST/PUT/DELETE() functions, which dispatch to
611 http_request(), and use them everywhere
612 - removing othermethods.py
613 - keeping urlopen(), in case it is used from externally, but have it print out
614 a "depracated" message
615 - finally, global option -H enables HTTP traffic debugging
616 - implement "rebuild all failed packages", via --failed option in rebuildpac
618 - status -v shows all files, including unmodified ones
619 - suppress the legend in prjresults by default (show with -l)
620 - --version shows the program version number
621 - fix the commit subcommand's argument handling. The following works correctly
622 now: osc ci ../test/onlyinwc `pwd` fstab ../test/f2
623 - fix the download progress meter to work with small terminals [#266989]
624 - update: when updating multiple packages, print each package name
625 - make 'results' subcommand many times faster, by making only a single request
626 - prjresults: sort package names
627 - build: run with --norootforbuild, thereby defaulting to build as abuild user
628 - build: fix (harmless) errors showing up in the build log during buildsystem
629 setup, by using the new <bdep> preinstall and runscripts attributes
630 - update: when updating, don't delete files with local modifications
631 - let the diff subcommand return 1 if differences were found
632 - fix important bug, which could lead to overwriting local modifications when
633 upstream changes are merged in
634 - if a merge fails, the store copy must be updated neverthelesss
635 - fix testsuite and add testcase for successful merging
636 - sort output of 'status' (unknown files first, filenames alphabetically)
637 - core: added class "metadata" (merge from Susannes /branches/froh/reponator/)
638 - added command alias 'stat' for 'status', like in svn
639 - improved documentation/examples (Lars + Susanne)
640 - print usage info if 'co' is called without arguments
643 - "iChain-ready" (works with API server now using iChain authentication)
644 - add runtime check for build.rpm version, so the rpm package dependency is
646 - add 'edituser' command for editing the metadata of a user account. It tries
647 to create a user if it doesn't exist yet. A new command 'usermeta' replaces
648 'id' respectively 'userid'.
649 - rewrite configuration handling. Now the API server can be set in .oscrc
650 - ignore '.gitignore', '.pc', '*~' (now using filename matching [#208969]
651 - fix 'status' to work with project directories as arguments
652 - fix 'status <filename>'
653 - 'rebuildpac' now accepts additional repo and arch argument. Note:
654 the syntax has changed.
655 - add 'prjresults' command to display aggregated build status over
657 - add 'deleteprj' command (the API server doesn't seem to support
659 - change 'buildhistory' to display human-readable text
660 - add 'copypac' subcommand, to copy a complete package to a new package, possibly cross-project
661 - don't die if user tries to 'add' a file which is already versioned
662 - don't die if 'addremove' encounters directories
663 - urlopen(): for server return code 500, print out the reply body
666 - build: use configuration from *local* specfile (e.g. BuildRequires)
667 - build: let envvars OSC_SU_WRAPPER and OSC_BUILD_ROOT override config
668 - build: allow 'dynamical' build-root setting by using %(repo)s and %(arch)s
669 - add 'createpac/editpac' and 'createprj/editprj' subcommands which
670 are similar to 'editmeta' but should be more logical to find
671 - added 'deletepac' subcommand
672 - added 'buildhistory' subcommand (formerly 'history'). This only
673 gives out raw xml at this time
674 - added 'linkpac' subcommand
675 - added ".git" to the excluded files
676 - adapt to API changes
677 - fixed issue with uploading files when an intercepting web proxy was
678 in between osc and the api server
679 - fixed creation of new packages/projects
682 - initial support for local builds (subcommand 'build')
683 - better error handling
684 - new subcommands buildconfig, buildinfo, repos
685 - remove requirement on pyxml package
686 - editmeta: add examples for package/project templates
687 - add support for streaming the build log (thanks to Christoph Thiel)
688 - add 'rebuildpac' subcommand
689 - add 'repourls' subcommand
690 - don't diff binary files
691 - don't try to merge binary files
692 - add a preliminary 'updatepacmetafromspec' subcommand, which takes package
693 metadata from a specfile
694 - fix profiling wrapper
697 - fix handling of filenames with '+' signs
698 - make 'resolved' more robust
699 - fix merge on 'update' if called from another directory
700 - display reason for build status is 'broken'
701 - handle HTTP error codes != 404 when reading metadata in edit_meta()
702 - handle 'project not found' error in show_project_meta()
706 - diff bugfix: sometimes displayed diff against obsolete files
707 - update bugfixes: fix update of working copy when adding a file from upstream
708 which is missing locally; fix update in directory with unmodified files:
709 don't try to merge if upstream file wasn't changed at all
710 - add: make it faster
715 - add 'editmeta' subcommand: Edit project/package meta information, creating
716 new project or package if it doesn't exist. The user interface is $EDITOR
717 - fix status letter for files merged on update (in analogy to svn , it is
719 - if an old _files listing without any metadata is found, don't bother the user
721 - make all subcommands properly importable functions
722 - bug in 'resolved' command fixed, which wouldn't clear the conflict state of a file
726 - allow 'up' inside a project directory (will automatically pull in all new
727 packages). (For past checkouts, you may need to put the project name into
728 $prjdir/.osc/_project yourself).
729 - checkout: preserve mtimes
730 - add diff3 merge support. Locally modified files are merged with upstream changes
731 if possible, and go into Conflict state if that fails.
732 - add 'resolved' command to be used after manual merging.
736 - use the new file metadata, which provides checksum, size and mtime
737 - faster 'status', 'update', 'diff'
738 - improve argument handling, now e.g. 'osc up *' is possible
739 - on first usage, ask for username and password and store them in .oscrc
740 (.netrc can still be used)