update
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/build?expand=0&rev=424
This commit is contained in:
parent
737f9368a9
commit
72c9aa6152
2
PKGBUILD
2
PKGBUILD
@ -1,5 +1,5 @@
|
||||
pkgname=build
|
||||
pkgver=20200520
|
||||
pkgver=20200828
|
||||
pkgrel=0
|
||||
pkgdesc="Build packages in sandbox"
|
||||
arch=('i686' 'x86_64')
|
||||
|
4
_service
4
_service
@ -1,7 +1,7 @@
|
||||
<services>
|
||||
<service name="tar_scm" mode="disabled">
|
||||
<param name="revision">20200520</param>
|
||||
<param name="version">20200520</param>
|
||||
<param name="revision">20200828</param>
|
||||
<param name="version">20200828</param>
|
||||
<param name="url">git://github.com/openSUSE/obs-build.git</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="extract">dist/build.changes</param>
|
||||
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 28 13:48:06 UTC 2020 - Adrian Schröter <adrian@suse.de>
|
||||
|
||||
- support rpmlint installed in /usr/bin/ as well
|
||||
- Extract generated chart from the tarball instead of using the recipe
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 20 08:07:30 UTC 2020 - Adrian Schröter <adrian@suse.de>
|
||||
|
||||
@ -28,7 +34,7 @@ Thu Jul 23 05:38:24 UTC 2020 - Frank Schreiner <FSchreiner@suse.com>
|
||||
- Control disk-space consumption while creating ccache archive
|
||||
- cleaning ccache
|
||||
- create folders before trying to copy ccache.tar
|
||||
- Genreadte .packages and .basepackages files for docker builds
|
||||
- Generate .packages and .basepackages files for docker builds
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun May 17 14:32:52 UTC 2020 - coolo@suse.com
|
||||
|
@ -1,6 +1,6 @@
|
||||
Format: 1.0
|
||||
Source: build
|
||||
Version: 20200520
|
||||
Version: 20200828
|
||||
Binary: build
|
||||
Maintainer: Adrian Schroeter <adrian@suse.de>
|
||||
Architecture: all
|
||||
|
@ -28,7 +28,7 @@ Name: %{__pkg_name}
|
||||
Summary: A Script to Build SUSE Linux RPMs
|
||||
License: GPL-2.0-only OR GPL-3.0-only
|
||||
Group: Development/Tools/Building
|
||||
Version: 20200520
|
||||
Version: 20200828
|
||||
Release: 0
|
||||
Source: obs-build-%{version}.tar.gz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
@ -1,4 +1,4 @@
|
||||
build (20200520) unstable; urgency=low
|
||||
build (20200828) unstable; urgency=low
|
||||
|
||||
* Update to current git trunk
|
||||
- add sles11sp2 build config and adapt autodetection
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a6d55aaec553e144e5fb3bb207e4f1092215bb0a8779b4c13e4bd1a7f36fd41f
|
||||
size 350782
|
3
obs-build-20200828.tar.gz
Normal file
3
obs-build-20200828.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:09119347c72e16af3a3ee485f7c4b9e2ce9cf65af53edb112d4b50cdb6eceac8
|
||||
size 350935
|
Loading…
Reference in New Issue
Block a user