Accepting request 240226 from openSUSE:Tools
1 OBS-URL: https://build.opensuse.org/request/show/240226 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/obs-service-tar_scm?expand=0&rev=21
This commit is contained in:
commit
e85a8e0676
1
_service
1
_service
@ -14,5 +14,6 @@
|
|||||||
</service>
|
</service>
|
||||||
<service name="set_version" mode="disabled">
|
<service name="set_version" mode="disabled">
|
||||||
<param name="basename">obs-service-tar_scm</param>
|
<param name="basename">obs-service-tar_scm</param>
|
||||||
|
<param name="file">obs-service-tar_scm.spec</param>
|
||||||
</service>
|
</service>
|
||||||
</services>
|
</services>
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
<servicedata>
|
<servicedata>
|
||||||
<service name="tar_scm">
|
<service name="tar_scm">
|
||||||
<param name="url">git://github.com/openSUSE/obs-service-tar_scm.git</param>
|
<param name="url">git://github.com/openSUSE/obs-service-tar_scm.git</param>
|
||||||
<param name="changesrevision">b85b342f80</param>
|
<param name="changesrevision">745a470cfb</param>
|
||||||
</service>
|
</service>
|
||||||
</servicedata>
|
</servicedata>
|
13
debian.dsc
Normal file
13
debian.dsc
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
Format: 1.0
|
||||||
|
Source: obs-service-tar-scm
|
||||||
|
Version: 0.2.3
|
||||||
|
Binary: obs-service-tar-scm
|
||||||
|
Maintainer: Adrian Schroeter <adrian@suse.de>
|
||||||
|
Architecture: all
|
||||||
|
Standards-Version: 3.7.2
|
||||||
|
Build-Depends: debhelper (>= 7),
|
||||||
|
bzr,
|
||||||
|
git,
|
||||||
|
mercurial,
|
||||||
|
subversion,
|
||||||
|
python-unittest2
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:be716f13b7bcbc40460f2c0ef7dec83b56bd6483b52285cd2804e561226b8237
|
|
||||||
size 20326
|
|
3
obs-service-tar_scm-0.3.2.1404723797.745a470.tar.gz
Normal file
3
obs-service-tar_scm-0.3.2.1404723797.745a470.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:d9092df374d96cd3ed0f43dc195d2d32477e8dbc1688f1d706be3ee972627c86
|
||||||
|
size 22927
|
@ -1,3 +1,17 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jul 9 08:43:06 UTC 2014 - jblunck@infradead.org
|
||||||
|
|
||||||
|
- Update to version 0.3.2.1404723797.745a470:
|
||||||
|
+ Initial debianization
|
||||||
|
+ switch git submodule versions correctly
|
||||||
|
+ add some basic documentation to the tests
|
||||||
|
+ split off info into TESTING.md
|
||||||
|
+ add CONTRIBUTING.md
|
||||||
|
+ improve formatting
|
||||||
|
+ whitelist accepted chars in arguments.
|
||||||
|
+ Correct/update install information
|
||||||
|
+ Reverse changes lines again with tac
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Dec 11 09:24:30 UTC 2013 - speilicke@suse.com
|
Wed Dec 11 09:24:30 UTC 2013 - speilicke@suse.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package obs-service-tar_scm
|
# spec file for package obs-service-tar_scm
|
||||||
#
|
#
|
||||||
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -19,7 +19,7 @@
|
|||||||
%define service tar_scm
|
%define service tar_scm
|
||||||
|
|
||||||
Name: obs-service-%{service}
|
Name: obs-service-%{service}
|
||||||
Version: 0.3.2.1386694317.b85b342
|
Version: 0.3.2.1404723797.745a470
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: An OBS source service: checkout or update a tar ball from svn/git/hg
|
Summary: An OBS source service: checkout or update a tar ball from svn/git/hg
|
||||||
License: GPL-2.0+
|
License: GPL-2.0+
|
||||||
|
Loading…
Reference in New Issue
Block a user