OBS User unknown
2007-05-08 18:09:34 +00:00
committed by Git OBS Bridge
parent 368bfc83fe
commit 6fc5783b24
5 changed files with 88 additions and 7 deletions

View File

@@ -1,3 +1,32 @@
-------------------------------------------------------------------
Tue May 8 12:22:47 CEST 2007 - poeml@suse.de
- update to r1644:
- don't allow to delete projects, as long it is not implemented in
the backend
- use new API route for downloading binaries also in configured URLs
- make deletepac work again
-------------------------------------------------------------------
Sat May 5 00:02:55 CEST 2007 - poeml@suse.de
- update to r1635:
- version 0.96
- following suggestions by Christian Boltz and Michal Marek, osc
now memorizes where a working copy was checked out from, saving
the api server url to .osc/_apiurl.
- implement 'info' subcommand
- buildhistory works again
- copypac: implement package copy from one buildservice instance to another
(--to-apiurl option)
- build:
- rename --prefer-pacs option to --prefer-pkgs
- implement --keep-pkgs option
- call rpm command for preferred rpms with --nosignature --nodigest
- improve key import instructions after suggestion by Michael Wolf
- the results subcommand now handles multiple <working copy> arguments
- use the new api routes in all places
-------------------------------------------------------------------
Wed May 2 20:20:12 CEST 2007 - poeml@suse.de