official
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/obs-service-tar_scm?expand=0&rev=112
This commit is contained in:
parent
418eebce5c
commit
1dbaf87c43
4
_service
4
_service
@ -1,10 +1,10 @@
|
||||
<services>
|
||||
<service name="tar_scm" mode="disabled">
|
||||
<param name="url">git://github.com/adrianschroeter/obs-service-tar_scm.git</param>
|
||||
<param name="url">git://github.com/openSUSE/obs-service-tar_scm.git</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="exclude">.git</param>
|
||||
<param name="version">git-master</param>
|
||||
<param name="versionformat">0.6.0~pre.%ct.%h</param>
|
||||
<param name="versionformat">0.6.0.%ct.%h</param>
|
||||
<param name="revision">master</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
</service>
|
||||
|
@ -1,4 +1,6 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">git://github.com/adrianschroeter/obs-service-tar_scm.git</param>
|
||||
<param name="changesrevision">f4aaf50fd98105daf0405a0d0f7824fbb723e1ac</param></service></servicedata>
|
||||
<param name="changesrevision">f4aaf50fd98105daf0405a0d0f7824fbb723e1ac</param></service><service name="tar_scm">
|
||||
<param name="url">git://github.com/openSUSE/obs-service-tar_scm.git</param>
|
||||
<param name="changesrevision">49c9462599650ab6a6d122b9156c732187cf99ea</param></service></servicedata>
|
3
obs-service-tar_scm-0.6.0.1467889501.49c9462.tar.gz
Normal file
3
obs-service-tar_scm-0.6.0.1467889501.49c9462.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:54325b838b99adbd35aadcbb32cba4a7c8f3a198c62ed8a8e7755fa636614085
|
||||
size 37157
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:18191808ad2616384eb124ea8fb41c08208658c993b8f4afcf30a698f96ba830
|
||||
size 37048
|
@ -1,3 +1,29 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 7 11:32:29 UTC 2016 - adrian@suse.de
|
||||
|
||||
- update to official version 0.6.0
|
||||
(latest package became official)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 07 11:32:21 UTC 2016 - adrian@suse.de
|
||||
|
||||
- Update to version 0.6.0.1467889501.49c9462:
|
||||
+ very first obs_scm implementation
|
||||
+ allow extracting of (spec) files
|
||||
+ allow to include local changes when using "obs_scm" service via local osc commands.
|
||||
+ make obsinfo parameter for tar service optional
|
||||
+ support filtering on creation of cpio archives
|
||||
+ - add debian provides
|
||||
+ - make cleaning message a debug message
|
||||
+ report error when specified revision got not found
|
||||
+ add snapcraft.yaml support
|
||||
+ merge upstream
|
||||
+ minor cleanup
|
||||
+ fix typo, wrong file name of new snapcraft.yaml
|
||||
+ fix some more merge regressions
|
||||
+ pep8 fixes/workarounds
|
||||
+ make yaml dependency optional for travis
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 01 08:12:40 UTC 2016 - adrian@suse.de
|
||||
|
||||
|
@ -31,7 +31,7 @@ Name: obs-service-%{service}
|
||||
Provides: obs-service-obs_scm = %version-%release
|
||||
%endif
|
||||
Provides: obs-service-tar = %version-%release
|
||||
Version: 0.6.0~pre.1467360725.f4aaf50
|
||||
Version: 0.6.0.1467889501.49c9462
|
||||
Release: 0
|
||||
Summary: An OBS source service: checkout or update a tar ball from svn/git/hg
|
||||
License: GPL-2.0+
|
||||
|
Loading…
x
Reference in New Issue
Block a user