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