- 0.156.0
- highlight scheduled jobs with dispatch problems (due to constraints) - allow to specify a log message in lock command - Add '--wipe' option to osc chroot for deleting buildroots - Add '--vm-memory' option to osc build - add --multibuild to results command for showing all packages of a multibuild config - add --multibuild-package option to results command for showing only one package of the multibuild config OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=233
This commit is contained in:
parent
f0d2ffbfc0
commit
dcce1a232e
2
PKGBUILD
2
PKGBUILD
@ -1,5 +1,5 @@
|
||||
pkgname=osc
|
||||
pkgver=0.155.1
|
||||
pkgver=0.156.0
|
||||
pkgrel=0
|
||||
pkgdesc="Open Build Service client"
|
||||
arch=('i686' 'x86_64')
|
||||
|
4
_service
4
_service
@ -1,7 +1,7 @@
|
||||
<services>
|
||||
<service name="tar_scm" mode="disabled">
|
||||
<param name="version">0.155.1</param>
|
||||
<param name="revision">0.155.1</param>
|
||||
<param name="version">0.156.0</param>
|
||||
<param name="revision">0.156.0</param>
|
||||
<param name="url">git://github.com/openSUSE/osc.git</param>
|
||||
<param name="scm">git</param>
|
||||
</service>
|
||||
|
@ -1,4 +1,4 @@
|
||||
osc (0.155.1-1) unstable; urgency=low
|
||||
osc (0.156.0) unstable; urgency=low
|
||||
- Install bash completion
|
||||
|
||||
-- Nick Brown <brownn@brocade.com> Wed, 26 Oct 2016 10:00:00 +0200
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:25dd477095292555798314214463b2cb95c437cc4aabc4fe779c8a47f5698629
|
||||
size 344187
|
3
osc-0.156.0.tar.gz
Normal file
3
osc-0.156.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:79232cda9e0d476ec47e784f6b402dade42d2daa4d27780c8ee0b6ff5f29abc4
|
||||
size 340692
|
13
osc.changes
13
osc.changes
@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 19 13:50:56 UTC 2016 - marco.strigl@suse.com
|
||||
|
||||
- 0.156.0
|
||||
- highlight scheduled jobs with dispatch problems (due to constraints)
|
||||
- allow to specify a log message in lock command
|
||||
- Add '--wipe' option to osc chroot for deleting buildroots
|
||||
- Add '--vm-memory' option to osc build
|
||||
- add --multibuild to results command for showing all packages
|
||||
of a multibuild config
|
||||
- add --multibuild-package option to results command for showing
|
||||
only one package of the multibuild config
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 26 15:47:51 UTC 2016 - brownn@brocade.com
|
||||
|
||||
|
2
osc.dsc
2
osc.dsc
@ -1,6 +1,6 @@
|
||||
Format: 1.0
|
||||
Source: osc
|
||||
Version: 0.155.1
|
||||
Version: 0.156.0
|
||||
Binary: osc
|
||||
Maintainer: Adrian Schroeter <adrian@suse.de>
|
||||
Architecture: any
|
||||
|
Loading…
Reference in New Issue
Block a user