forked from pool/obs-service-tar_scm
Accepting request 425337 from openSUSE:Tools
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/425337 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/obs-service-tar_scm?expand=0&rev=33
This commit is contained in:
commit
eeaa9df921
@ -14,19 +14,6 @@ building the package.
|
||||
tests/test.py | 2 +-
|
||||
2 files changed, 2 insertions(+), 2 deletions(-)
|
||||
|
||||
diff --git a/debian/control b/debian/control
|
||||
index a45fa04..6f3551d 100644
|
||||
--- a/debian/control
|
||||
+++ b/debian/control
|
||||
@@ -2,7 +2,7 @@ Source: obs-service-tar-scm
|
||||
Section: devel
|
||||
Priority: extra
|
||||
Maintainer: Daniel Gollub <dgollub@brocade.com>
|
||||
-Build-Depends: debhelper (>= 8.0.0), bzr, git, mercurial, pep8, python (>= 2.6), python-argparse | python (>= 2.7), python-unittest2, subversion
|
||||
+Build-Depends: debhelper (>= 8.0.0), bzr, git, pep8, python (>= 2.6), python-argparse | python (>= 2.7), python-unittest2, subversion
|
||||
Standards-Version: 3.9.3
|
||||
Homepage: https://github.com/openSUSE/obs-service-tar_scm
|
||||
X-Python-Version: >= 2.6
|
||||
diff --git a/tests/test.py b/tests/test.py
|
||||
index 3814e71..ca480b7 100755
|
||||
--- a/tests/test.py
|
||||
|
@ -1,6 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">git://github.com/adrianschroeter/obs-service-tar_scm.git</param>
|
||||
<param name="changesrevision">309b68f96203645af093c0c2285655f2cf8f1aee</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>
|
||||
<param name="changesrevision">ff9a5ca9d38691524048733ec6d070bfba6d4747</param></service></servicedata>
|
16
debian.dsc
16
debian.dsc
@ -1,9 +1,19 @@
|
||||
Format: 1.0
|
||||
Source: obs-service-tar_scm
|
||||
Version: 0.5.0
|
||||
Source: obs-service-tar-scm
|
||||
Version: 0.6.1
|
||||
Provides: obs-service-obs_scm, obs-service-tar
|
||||
Binary: obs-service-tar_scm
|
||||
Maintainer: Adrian Schroeter <adrian@suse.de>
|
||||
Architecture: all
|
||||
Standards-Version: 3.7.2
|
||||
Build-Depends: debhelper (>= 7), bzr, git, python (>= 2.6), python-argparse | python (>= 2.7), subversion, python-unittest2, pep8, python-lxml
|
||||
Build-Depends: debhelper (>= 8.0.0), python (>= 2.6), python-argparse | python (>= 2.7), python-dateutil
|
||||
|
||||
Package: obs-service-tar-scm
|
||||
Architecture: all
|
||||
Provides: obs-service-obs-scm, obs-service-tar
|
||||
Depends: ${misc:Depends}, ${python:Depends}, bzr, git, subversion, cpio, python-dateutil
|
||||
Recommends: mercurial
|
||||
Description: An OBS source service: fetches SCM tarballs
|
||||
This is a source service for openSUSE Build Service.
|
||||
It supports downloading from svn, git, hg and bzr repositories.
|
||||
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:56a6d0ea834cdc5b28e56deadb7e929997eba9a291ade0d8857ef7c26d8a9ca4
|
||||
size 37650
|
3
obs-service-tar_scm-0.6.1.1472657181.ff9a5ca.tar.gz
Normal file
3
obs-service-tar_scm-0.6.1.1472657181.ff9a5ca.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a1c0528c6e38781138a3026eba90ab893094a93ed584d62118a298e3a4a4fb2e
|
||||
size 37014
|
@ -1,3 +1,60 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 31 15:26:51 UTC 2016 - adrian@suse.de
|
||||
|
||||
- Update to version 0.6.1.1472657181.ff9a5ca:
|
||||
* make yaml dependency optional for travis
|
||||
* Add an option 'master' to submodules to fetch the latest mater branch.
|
||||
* tar_scm.py: Always use an absolute path for the 'output' directory
|
||||
* do not set files back to 1970...
|
||||
* transfer mtime via obsinfo
|
||||
* create needed sub directories for cache handling
|
||||
* prefer local cache directory
|
||||
* - weak dependency to mercurial for debian
|
||||
* add python-dateutil require for debian
|
||||
* testing on debian is broken atm
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 31 15:10:37 UTC 2016 - adrian@suse.de
|
||||
|
||||
- Update to version 0.6.1.1472656157.58c52d8:
|
||||
* make yaml dependency optional for travis
|
||||
* Add an option 'master' to submodules to fetch the latest mater branch.
|
||||
* tar_scm.py: Always use an absolute path for the 'output' directory
|
||||
* do not set files back to 1970...
|
||||
* transfer mtime via obsinfo
|
||||
* create needed sub directories for cache handling
|
||||
* prefer local cache directory
|
||||
* - weak dependency to mercurial for debian
|
||||
* add python-dateutil require for debian
|
||||
* testing on debian is broken atm
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 31 14:55:10 UTC 2016 - adrian@suse.de
|
||||
|
||||
- Update to version 0.6.1.1472655284.4930b81:
|
||||
* add python-dateutil require for debian
|
||||
* testing on debian is broken atm
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 31 09:53:37 UTC 2016 - adrian@suse.de
|
||||
|
||||
- fix debian builds
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 31 09:53:23 UTC 2016 - adrian@suse.de
|
||||
|
||||
- Update to version 0.6.1.1472636708.355b59a:
|
||||
* fix some more merge regressions
|
||||
* pep8 fixes/workarounds
|
||||
* make yaml dependency optional for travis
|
||||
* Add an option 'master' to submodules to fetch the latest mater branch.
|
||||
* tar_scm.py: Always use an absolute path for the 'output' directory
|
||||
* do not set files back to 1970...
|
||||
* transfer mtime via obsinfo
|
||||
* create needed sub directories for cache handling
|
||||
* prefer local cache directory
|
||||
* - weak dependency to mercurial for debian
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 19 08:11:24 UTC 2016 - adrian@suse.de
|
||||
|
||||
|
@ -20,18 +20,18 @@
|
||||
%define seperate_build 0
|
||||
|
||||
%if "%seperate_build" == "1"
|
||||
%define version_unconverted 0.6.1.1471594222.d257927
|
||||
%define version_unconverted 0.6.1.1472657181.ff9a5ca
|
||||
|
||||
Name: obs-service-obs_scm
|
||||
%else
|
||||
%define version_unconverted 0.6.1.1471594222.d257927
|
||||
%define version_unconverted 0.6.1.1472657181.ff9a5ca
|
||||
|
||||
Name: obs-service-%{service}
|
||||
#Obsoletes: obs-service-obs_scm
|
||||
Provides: obs-service-obs_scm = %version-%release
|
||||
%endif
|
||||
Provides: obs-service-tar = %version-%release
|
||||
Version: 0.6.1.1471594222.d257927
|
||||
Version: 0.6.1.1472657181.ff9a5ca
|
||||
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