Accepting request 210731 from openSUSE:Tools
- Update to version 0.3.2.1386694317.b85b342: + Fix adding to already existing _servicedata case + Don't reverse changes lines with 'tac' + Fix Python FutureWarning about comparison with None + Improve description of the versionformat parameter. - Enable changes generation (forwarded request 210486 from saschpe) OBS-URL: https://build.opensuse.org/request/show/210731 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/obs-service-tar_scm?expand=0&rev=20
This commit is contained in:
commit
5e6487b59d
3
_service
3
_service
@ -6,13 +6,12 @@
|
||||
<param name="version">git-master</param>
|
||||
<param name="versionformat">0.3.2.%ct.%h</param>
|
||||
<param name="revision">master</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
</service>
|
||||
|
||||
<service name="recompress" mode="disabled">
|
||||
<param name="file">*.tar</param>
|
||||
<param name="compression">gz</param>
|
||||
</service>
|
||||
|
||||
<service name="set_version" mode="disabled">
|
||||
<param name="basename">obs-service-tar_scm</param>
|
||||
</service>
|
||||
|
6
_servicedata
Normal file
6
_servicedata
Normal file
@ -0,0 +1,6 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">git://github.com/openSUSE/obs-service-tar_scm.git</param>
|
||||
<param name="changesrevision">b85b342f80</param>
|
||||
</service>
|
||||
</servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:84c42fd45cd389d8f035708108819ac7eaef08f59f91bc68ef214afecb47b061
|
||||
size 20233
|
3
obs-service-tar_scm-0.3.2.1386694317.b85b342.tar.gz
Normal file
3
obs-service-tar_scm-0.3.2.1386694317.b85b342.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:be716f13b7bcbc40460f2c0ef7dec83b56bd6483b52285cd2804e561226b8237
|
||||
size 20326
|
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 11 09:24:30 UTC 2013 - speilicke@suse.com
|
||||
|
||||
- Update to version 0.3.2.1386694317.b85b342:
|
||||
+ Fix adding to already existing _servicedata case
|
||||
+ Don't reverse changes lines with 'tac'
|
||||
+ Fix Python FutureWarning about comparison with None
|
||||
+ Improve description of the versionformat parameter.
|
||||
- Enable changes generation
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 19 10:15:53 UTC 2013 - adrian@suse.de
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
%define service tar_scm
|
||||
|
||||
Name: obs-service-%{service}
|
||||
Version: 0.3.2.1384855776.cc62c54
|
||||
Version: 0.3.2.1386694317.b85b342
|
||||
Release: 0
|
||||
Summary: An OBS source service: checkout or update a tar ball from svn/git/hg
|
||||
License: GPL-2.0+
|
||||
|
Loading…
Reference in New Issue
Block a user