This commit is contained in:
parent
b853e2ff2b
commit
50bf4961d1
@ -1,3 +1,44 @@
|
|||||||
|
osc (0.115-1) unstable; urgency=high
|
||||||
|
- update to r6820 (version 0.115)
|
||||||
|
- optional transfer of devel project during copy_pac and link_pac is fixing
|
||||||
|
opertation with remote build service instance
|
||||||
|
- "osc ci" fails uploading large files to Provo BuildService
|
||||||
|
- fixed support for accessing download repositories (worked only for download.o.o so far)
|
||||||
|
|
||||||
|
osc (0.114-1) unstable; urgency=high
|
||||||
|
|
||||||
|
- update to r6667 (version 0.114):
|
||||||
|
- the .oscrc config handling has been cleaned up:
|
||||||
|
* use "apiurl" for everything now (== <protocol>://<host>)
|
||||||
|
* added aliases support for [apiurl] sections in the ~/.oscrc.
|
||||||
|
Example:
|
||||||
|
[http(s)://foobar]
|
||||||
|
...
|
||||||
|
aliases = foo, bar
|
||||||
|
=> "osc -A foo <cmd>" will do the same as "osc -A http(s)://foobar ls"
|
||||||
|
* "scheme" and "apisrv" are deprecated and will produce a warning
|
||||||
|
* when writing a new ~/.oscrc, store the apiurl in the conffile (bnc#478054)
|
||||||
|
* fixed bug that made osc ask for credentials when -A was used (bnc#478054)
|
||||||
|
* fixed crash upon password entry (first startup) (bnc#478052)
|
||||||
|
- osc build:
|
||||||
|
* make product builds work
|
||||||
|
* speed up by using a cookie when fetching the binaries (bnc#477690)
|
||||||
|
* support for VM (kvm or xen) builds
|
||||||
|
* obsolete the need to configure download server, get it from the build
|
||||||
|
service instance instead.
|
||||||
|
* be a bit more verbose if the linked package isn't expanded (bnc#470948)
|
||||||
|
- osc branch:
|
||||||
|
* --develproject option fixed (the API calls it 'ignoredevel' instead of 'nodevelproject')
|
||||||
|
* --revision option added
|
||||||
|
- osc jobhistory: new command to see build job history of a project or a package
|
||||||
|
- osc results/rresults: option -l, --last-build added (show last build results)
|
||||||
|
- osc linkpac: fix failure when -A<url> is used (bnc#479156)
|
||||||
|
- osc commit: don't scare users if they want to commit a nonexistent file (bnc#469167)
|
||||||
|
- osc diff: bugfix to make --pretty option work
|
||||||
|
- 11.1 added to the osc project template
|
||||||
|
|
||||||
|
-- Peter Poeml <poeml@suse.de> Tue, 3 Mar 2009 12:00:00 +0200
|
||||||
|
|
||||||
osc (0.113-1) unstable; urgency=high
|
osc (0.113-1) unstable; urgency=high
|
||||||
|
|
||||||
- update to r6097 (version 0.113):
|
- update to r6097 (version 0.113):
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:f93c31ca10d09918b7860cb5988853464b597f7f05e53eda1a85052f5998f4d7
|
|
||||||
size 100004
|
|
3
osc-0.115.tar.gz
Normal file
3
osc-0.115.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:a84dba25fc9dbf5cd44a0d184a9732865e9c328069e877bb5a55c8b9050f717e
|
||||||
|
size 105431
|
42
osc.changes
42
osc.changes
@ -1,3 +1,45 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Mar 17 17:24:47 CET 2009 - adrian@suse.de
|
||||||
|
|
||||||
|
- update to r6820 (version 0.115)
|
||||||
|
- optional transfer of devel project during copy_pac and link_pac is fixing
|
||||||
|
opertation with remote build service instance
|
||||||
|
- "osc ci" fails uploading large files to Provo BuildService
|
||||||
|
- fixed support for accessing download repositories (worked only for download.o.o so far)
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Mar 3 12:49:23 CET 2009 - poeml@suse.de
|
||||||
|
|
||||||
|
- update to r6667 (version 0.114):
|
||||||
|
- the .oscrc config handling has been cleaned up:
|
||||||
|
* use "apiurl" for everything now (== <protocol>://<host>)
|
||||||
|
* added aliases support for [apiurl] sections in the ~/.oscrc.
|
||||||
|
Example:
|
||||||
|
[http(s)://foobar]
|
||||||
|
...
|
||||||
|
aliases = foo, bar
|
||||||
|
=> "osc -A foo <cmd>" will do the same as "osc -A http(s)://foobar ls"
|
||||||
|
* "scheme" and "apisrv" are deprecated and will produce a warning
|
||||||
|
* when writing a new ~/.oscrc, store the apiurl in the conffile (bnc#478054)
|
||||||
|
* fixed bug that made osc ask for credentials when -A was used (bnc#478054)
|
||||||
|
* fixed crash upon password entry (first startup) (bnc#478052)
|
||||||
|
- osc build:
|
||||||
|
* make product builds work
|
||||||
|
* speed up by using a cookie when fetching the binaries (bnc#477690)
|
||||||
|
* support for VM (kvm or xen) builds
|
||||||
|
* obsolete the need to configure download server, get it from the build
|
||||||
|
service instance instead.
|
||||||
|
* be a bit more verbose if the linked package isn't expanded (bnc#470948)
|
||||||
|
- osc branch:
|
||||||
|
* --develproject option fixed (the API calls it 'ignoredevel' instead of 'nodevelproject')
|
||||||
|
* --revision option added
|
||||||
|
- osc jobhistory: new command to see build job history of a project or a package
|
||||||
|
- osc results/rresults: option -l, --last-build added (show last build results)
|
||||||
|
- osc linkpac: fix failure when -A<url> is used (bnc#479156)
|
||||||
|
- osc commit: don't scare users if they want to commit a nonexistent file (bnc#469167)
|
||||||
|
- osc diff: bugfix to make --pretty option work
|
||||||
|
- 11.1 added to the osc project template
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jan 22 17:35:38 CET 2009 - poeml@suse.de
|
Thu Jan 22 17:35:38 CET 2009 - poeml@suse.de
|
||||||
|
|
||||||
|
4
osc.dsc
4
osc.dsc
@ -1,8 +1,8 @@
|
|||||||
Format: 1.0
|
Format: 1.0
|
||||||
Source: osc
|
Source: osc
|
||||||
Version: 0.100-1
|
Version: 0.115-1
|
||||||
Binary: osc
|
Binary: osc
|
||||||
Maintainer: Rene Engelhard <rengelhard@suse.de>
|
Maintainer: Adrian Schroeter <adrian@suse.de>
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Standards-Version: 3.7.1
|
Standards-Version: 3.7.1
|
||||||
Build-Depends: debhelper (>= 4.0.0), python-dev
|
Build-Depends: debhelper (>= 4.0.0), python-dev
|
||||||
|
44
osc.spec
44
osc.spec
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package osc (Version 0.113)
|
# spec file for package osc (Version 0.115)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
@ -20,13 +20,13 @@
|
|||||||
|
|
||||||
Name: osc
|
Name: osc
|
||||||
BuildRequires: python-devel
|
BuildRequires: python-devel
|
||||||
Version: 0.113
|
Version: 0.115
|
||||||
Release: 1
|
Release: 1
|
||||||
Group: Development/Tools/Other
|
Group: Development/Tools/Other
|
||||||
License: GPL v2 or later
|
License: GPL v2 or later
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
Url: https://forgesvn1.novell.com/svn/opensuse/trunk/buildservice/src/clientlib/python/osc/
|
Url: https://forgesvn1.novell.com/svn/opensuse/trunk/buildservice/src/clientlib/python/osc/
|
||||||
# v=0.110; svn export https://forgesvn1.novell.com/svn/opensuse/trunk/buildservice/src/clientlib/python/osc osc-$v && tar czf osc-$v.tar.gz osc-$v
|
# v=0.114; svn export https://forgesvn1.novell.com/svn/opensuse/trunk/buildservice/src/clientlib/python/osc osc-$v && tar czf osc-$v.tar.gz osc-$v
|
||||||
Source: osc-%{version}.tar.gz
|
Source: osc-%{version}.tar.gz
|
||||||
Summary: openSUSE (build service) commander
|
Summary: openSUSE (build service) commander
|
||||||
Requires: python-urlgrabber
|
Requires: python-urlgrabber
|
||||||
@ -84,9 +84,45 @@ mkdir -p %{buildroot}/var/lib/osc-plugins
|
|||||||
%{_bindir}/osc*
|
%{_bindir}/osc*
|
||||||
%{python_sitelib}/*
|
%{python_sitelib}/*
|
||||||
%dir /var/lib/osc-plugins
|
%dir /var/lib/osc-plugins
|
||||||
%doc README TODO NEWS
|
%doc AUTHORS README TODO NEWS
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Mar 17 2009 adrian@suse.de
|
||||||
|
- update to r6820 (version 0.115)
|
||||||
|
- optional transfer of devel project during copy_pac and link_pac is fixing
|
||||||
|
opertation with remote build service instance
|
||||||
|
- "osc ci" fails uploading large files to Provo BuildService
|
||||||
|
- fixed support for accessing download repositories (worked only for download.o.o so far)
|
||||||
|
* Tue Mar 03 2009 poeml@suse.de
|
||||||
|
- update to r6667 (version 0.114):
|
||||||
|
- the .oscrc config handling has been cleaned up:
|
||||||
|
* use "apiurl" for everything now (== <protocol>://<host>)
|
||||||
|
* added aliases support for [apiurl] sections in the ~/.oscrc.
|
||||||
|
Example:
|
||||||
|
[http(s)://foobar]
|
||||||
|
...
|
||||||
|
aliases = foo, bar
|
||||||
|
=> "osc -A foo <cmd>" will do the same as "osc -A http(s)://foobar ls"
|
||||||
|
* "scheme" and "apisrv" are deprecated and will produce a warning
|
||||||
|
* when writing a new ~/.oscrc, store the apiurl in the conffile (bnc#478054)
|
||||||
|
* fixed bug that made osc ask for credentials when -A was used (bnc#478054)
|
||||||
|
* fixed crash upon password entry (first startup) (bnc#478052)
|
||||||
|
- osc build:
|
||||||
|
* make product builds work
|
||||||
|
* speed up by using a cookie when fetching the binaries (bnc#477690)
|
||||||
|
* support for VM (kvm or xen) builds
|
||||||
|
* obsolete the need to configure download server, get it from the build
|
||||||
|
service instance instead.
|
||||||
|
* be a bit more verbose if the linked package isn't expanded (bnc#470948)
|
||||||
|
- osc branch:
|
||||||
|
* --develproject option fixed (the API calls it 'ignoredevel' instead of 'nodevelproject')
|
||||||
|
* --revision option added
|
||||||
|
- osc jobhistory: new command to see build job history of a project or a package
|
||||||
|
- osc results/rresults: option -l, --last-build added (show last build results)
|
||||||
|
- osc linkpac: fix failure when -A<url> is used (bnc#479156)
|
||||||
|
- osc commit: don't scare users if they want to commit a nonexistent file (bnc#469167)
|
||||||
|
- osc diff: bugfix to make --pretty option work
|
||||||
|
- 11.1 added to the osc project template
|
||||||
* Thu Jan 22 2009 poeml@suse.de
|
* Thu Jan 22 2009 poeml@suse.de
|
||||||
- update to r6097 (version 0.113):
|
- update to r6097 (version 0.113):
|
||||||
- osc diff -rX:Y: the default is to return an unified diff (to get a pretty
|
- osc diff -rX:Y: the default is to return an unified diff (to get a pretty
|
||||||
|
Loading…
Reference in New Issue
Block a user