1
0
forked from pool/osc

- 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:
Marco Strigl 2016-12-19 13:53:34 +00:00 committed by Git OBS Bridge
parent f0d2ffbfc0
commit dcce1a232e
8 changed files with 23 additions and 10 deletions

View File

@ -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')

View File

@ -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>

View File

@ -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

View File

@ -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
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:79232cda9e0d476ec47e784f6b402dade42d2daa4d27780c8ee0b6ff5f29abc4
size 340692

View File

@ -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

View File

@ -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

View File

@ -16,10 +16,10 @@
#
%define version_unconverted 0.155.1
%define version_unconverted 0.156.0
Name: osc
Version: 0.155.1
Version: 0.156.0
Release: 0
Summary: Open Build Service Commander
License: GPL-2.0+