OBS User unknown
2007-08-09 18:43:12 +00:00
committed by Git OBS Bridge
parent 152462ae76
commit 25f8463f4f
4 changed files with 132 additions and 3 deletions

View File

@@ -1,3 +1,51 @@
osc (0.97-7) unstable; urgency=high
* update to r1947:
- commit: fixed possible "UnboundLocalError" with -m. Thanks to
judas_iscariote for spotting this issue, and Marcus for fixing
it.
-- Peter Poeml <poeml@suse.de> Thu, 9 Aug 2007 00:00:00 +0200
osc (0.97-6) unstable; urgency=high
* update to r1946:
- avoid warning/error with unsupported HTTPS_PROXY [#214983][#298378]
- importsrcpkg:
* changed default behaviour - the files will not be committed by
default. To commit them use the --commit switch.
* added --delete-old-files option switch to delete old files from
the server.
* allow to import source rpms by specifying an URL
* use rpm-python
- fix for "osc prjconf <project> -e".
-- Peter Poeml <poeml@suse.de> Wed, 8 Aug 2007 00:00:00 +0200
osc (0.97-5) unstable; urgency=high
* update to r1884:
- added new importfromsrcpkg command, to import a package src.rpm
(we owe this to Marcus)
- added new req command, to issue arbitrary requests to the API
- append missing newline if do_commits=False [#293672]
- make delete_package() and delete_project() more userfriendly
(added trivial exception handling..)
- expand ~ to users home for packagecachedir in .oscrc [#293675]
-- Peter Poeml <poeml@suse.de> Wed, 25 Jul 2007 00:00:00 +0200
osc (0.97-4) unstable; urgency=high
* update to r1811:
- meta: allow for editing patterns
- small fixes:
- fix error message which osc issues if build package is too old
- results: result code can be empty when package has just been created
- fix name of 10.2 product in the template for new projects
-- Peter Poeml <poeml@suse.de> Thu, 19 Jul 2007 00:00:00 +0200
osc (0.97-3) unstable; urgency=high
* update to r1861: