forked from pool/obs-service-source_validator
Accepting request 298168 from home:lnussel:branches:openSUSE:Tools
- Update to version 0.5+git20150420.23830c1: + Verify if the packages referenced by baselibs.conf are actually being built. + Check for disallowed services before missing files (#16) + add support for %autosetup and %autopatch - use proper versioning in _service file and generate changes entry OBS-URL: https://build.opensuse.org/request/show/298168 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/obs-service-source_validator?expand=0&rev=58
This commit is contained in:
parent
13b4f24dc0
commit
9ee758dc57
5
_service
5
_service
@ -1,11 +1,12 @@
|
|||||||
<services>
|
<services>
|
||||||
<service name="tar_scm" mode="disabled">
|
<service name="tar_scm" mode="disabled">
|
||||||
<param name="url">git@github.com:openSUSE/obs-service-source_validator.git</param>
|
<param name="url">git://github.com/openSUSE/obs-service-source_validator.git</param>
|
||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
<param name="exclude">.git</param>
|
<param name="exclude">.git</param>
|
||||||
<param name="version">git-master</param>
|
<param name="version">git-master</param>
|
||||||
<param name="versionformat">0.5</param>
|
<param name="versionformat">0.5+git%cd.%h</param>
|
||||||
<param name="revision">master</param>
|
<param name="revision">master</param>
|
||||||
|
<param name="changesgenerate">enable</param>
|
||||||
</service>
|
</service>
|
||||||
|
|
||||||
<service name="recompress" mode="disabled">
|
<service name="recompress" mode="disabled">
|
||||||
|
4
_servicedata
Normal file
4
_servicedata
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
<servicedata>
|
||||||
|
<service name="tar_scm">
|
||||||
|
<param name="url">git://github.com/openSUSE/obs-service-source_validator.git</param>
|
||||||
|
<param name="changesrevision">23830c1e19fac4b2c0972b79cd61b5f0cac796c9</param></service></servicedata>
|
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:8752ff6e1103f22395c1454f4d4af3fd26a1995eb54a31836b6466ff99a2a751
|
||||||
|
size 18872
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:ed5a56898fb3b0b361f0a0b3e4996eadd7af7fdca4fb2ea8dec9d605d83cbf36
|
|
||||||
size 18600
|
|
@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Apr 20 12:17:45 UTC 2015 - lnussel@suse.de
|
||||||
|
|
||||||
|
- Update to version 0.5+git20150420.23830c1:
|
||||||
|
+ Verify if the packages referenced by baselibs.conf are actually being built.
|
||||||
|
+ Check for disallowed services before missing files (#16)
|
||||||
|
+ add support for %autosetup and %autopatch
|
||||||
|
- use proper versioning in _service file and generate changes entry
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Feb 17 12:51:00 CET 2015 - ro@suse.de
|
Tue Feb 17 12:51:00 CET 2015 - ro@suse.de
|
||||||
|
|
||||||
|
@ -20,7 +20,7 @@ Name: obs-service-source_validator
|
|||||||
Summary: An OBS source service: running all the osc source-validator checks
|
Summary: An OBS source service: running all the osc source-validator checks
|
||||||
License: GPL-2.0+
|
License: GPL-2.0+
|
||||||
Group: Development/Tools/Building
|
Group: Development/Tools/Building
|
||||||
Version: 0.5
|
Version: 0.5+git20150420.23830c1
|
||||||
Release: 0
|
Release: 0
|
||||||
# use osc service dr to update
|
# use osc service dr to update
|
||||||
Source: %{name}-%{version}.tar.bz2
|
Source: %{name}-%{version}.tar.bz2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user