forked from pool/build
Accepting request 312428: fix test suite call
Rev openSUSE:Factory/90 Md5 95d34e443dbeee2db43fdd1c9bf5e9c6 2015-06-23 09:54:43 dimstar_suse 312428
This commit is contained in:
commit
8e6fefc5d2
4
PKGBUILD
4
PKGBUILD
@ -1,5 +1,5 @@
|
||||
pkgname=build
|
||||
pkgver=20150317
|
||||
pkgver=20150615
|
||||
pkgrel=0
|
||||
pkgdesc="Build packages in sandbox"
|
||||
arch=('i686' 'x86_64')
|
||||
@ -8,7 +8,7 @@ license=('GPL-2.0+' 'GPL-2.0')
|
||||
groups=('base-devel')
|
||||
depends=('perl')
|
||||
source=(obs-build-${pkgver}.tar.gz)
|
||||
md5sums=('deaeff7a854cb1668560813f55980587')
|
||||
md5sums=('fa2ad796c1407587342ac2a6339a1659')
|
||||
|
||||
package() {
|
||||
msg "Installing build ..."
|
||||
|
@ -1,8 +0,0 @@
|
||||
arch i386 targets x86_64:i386
|
||||
arch i586 targets x86_64:i586
|
||||
build-initvm
|
||||
targetname <name>-<targettype>
|
||||
targettype i386 provides "build-initvm"
|
||||
targettype i586 provides "build-initvm"
|
||||
targettype i386 +/usr
|
||||
targettype i586 +/usr
|
@ -1,3 +1,23 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 17 15:01:43 UTC 2015 - adrian@suse.de
|
||||
|
||||
- fixing test suite call
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 15 11:41:12 UTC 2015 - adrian@suse.de
|
||||
|
||||
- support build time source services
|
||||
- docker VM support
|
||||
- Simple image creation support
|
||||
- vc: create changelog file only in case of a change
|
||||
- get hostarch based on preinstalled kernel image
|
||||
- architecture CanDo updates
|
||||
- avoid endless loops during in binfmt misc registration
|
||||
- debian debootstrap fixes
|
||||
- added support of debbuild build engine
|
||||
- optional support of network inside of KVM
|
||||
- allow lintian to break the build
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 17 07:20:36 UTC 2015 - adrian@suse.de
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
Format: 1.0
|
||||
Source: build
|
||||
Version: 20150317
|
||||
Version: 20150615
|
||||
Binary: build
|
||||
Maintainer: Adrian Schroeter <adrian@suse.de>
|
||||
Architecture: all
|
||||
|
13
build.spec
13
build.spec
@ -22,11 +22,9 @@ Name: build
|
||||
Summary: A Script to Build SUSE Linux RPMs
|
||||
License: GPL-2.0+ and GPL-2.0
|
||||
Group: Development/Tools/Building
|
||||
Version: 20150317
|
||||
Version: 20150615
|
||||
Release: 0
|
||||
Source: obs-build-%{version}.tar.gz
|
||||
#!BuildIgnore: build-mkbaselibs
|
||||
Source1: baselibs.conf
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildArch: noarch
|
||||
# Manual requires to avoid hard require to bash-static
|
||||
@ -153,6 +151,15 @@ if [ `whoami` != "root" ]; then
|
||||
echo "WARNING: Not building as root, tests did not run!"
|
||||
exit 0
|
||||
fi
|
||||
if [ ! -e $RPM_BUILD_ROOT/usr/lib/build/configs/default.conf ]; then
|
||||
%if 0%{?suse_version}
|
||||
echo "ERROR: No default build conf, tests did not run!"
|
||||
exit 1
|
||||
%else
|
||||
echo "WARNING: No default build conf, tests did not run!"
|
||||
exit 0
|
||||
%endif
|
||||
fi
|
||||
# get back the default.conf link
|
||||
cp -av $RPM_BUILD_ROOT/usr/lib/build/configs/default.conf configs/
|
||||
# do not get confused when building this already with build:
|
||||
|
@ -1,4 +1,4 @@
|
||||
build (20150317) unstable; urgency=low
|
||||
build (20150615) 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:58b11594a94071019410bc8350703baaea8760de83a4f05d9021413257258d18
|
||||
size 210590
|
3
obs-build-20150615.tar.gz
Normal file
3
obs-build-20150615.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:29f269e5cbd5b884867404ee855fd4bb7386b4947be31ea7e6ab00a45877485b
|
||||
size 214755
|
Loading…
Reference in New Issue
Block a user