osc copypac from project:home:adrianSuSE package:obs-service-tar_scm revision:24, using keep-link
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/obs-service-tar_scm?expand=0&rev=92
This commit is contained in:
parent
fe93f763f8
commit
b281f4406c
4
_service
4
_service
@ -1,10 +1,10 @@
|
||||
<services>
|
||||
<service name="tar_scm" mode="disabled">
|
||||
<param name="url">git://github.com/openSUSE/obs-service-tar_scm.git</param>
|
||||
<param name="url">git://github.com/adrianschroeter/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.5.3.%ct.%h</param>
|
||||
<param name="versionformat">0.6.0~pre.%ct.%h</param>
|
||||
<param name="revision">master</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
</service>
|
||||
|
@ -1,6 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">git://github.com/openSUSE/obs-service-tar_scm.git</param>
|
||||
<param name="changesrevision">0b4ce51db91837c27e69912a2e7ec56fb0c863e4</param>
|
||||
</service>
|
||||
</servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">git://github.com/adrianschroeter/obs-service-tar_scm.git</param>
|
||||
<param name="changesrevision">dda541172e20614678d199c737022c643c5e6d7f</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:78e2a89a7f072169ca9eba47a56e86742273c3ed973defb127914845116f2690
|
||||
size 29882
|
3
obs-service-tar_scm-0.6.0~pre.1460098798.dda5411.tar.gz
Normal file
3
obs-service-tar_scm-0.6.0~pre.1460098798.dda5411.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5449718f61ef78ee2b1cb671f53c4282b7f7040da8c6f290849aace2956f4f5d
|
||||
size 32887
|
@ -1,3 +1,23 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 08 07:00:48 UTC 2016 - adrian@suse.de
|
||||
|
||||
- Update to version 0.6.0~pre.1460098798.dda5411:
|
||||
+ make obsinfo parameter for tar service optional
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 07 09:21:55 UTC 2016 - adrian@suse.de
|
||||
|
||||
- Update to version 0.6.0.1460017418.4e4b2d6:
|
||||
+ Correct error message about lack of git tags
|
||||
+ GNUmakefile: Use default python in $PATH unless it is a python 3.
|
||||
+ fix TESTING.md link in CONTRIBUTING.md
|
||||
+ Use correct level 2 bullet point (*)
|
||||
+ very first obs_scm implementation
|
||||
+ allow extracting of (spec) files
|
||||
+ allow to include local changes when using "obs_scm" service via local osc commands.
|
||||
- building this pre-version currently from private branch
|
||||
as discussed with Adam
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 8 14:04:53 UTC 2015 - bwiedemann@suse.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package obs-service-tar_scm
|
||||
# spec file for package obs-service
|
||||
#
|
||||
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -17,15 +17,27 @@
|
||||
|
||||
|
||||
%define service tar_scm
|
||||
%define seperate_build 0
|
||||
|
||||
%if "%seperate_build" == "1"
|
||||
%define version_unconverted 0.6.0~pre.1460098798.dda5411
|
||||
|
||||
Name: obs-service-obs_scm
|
||||
%else
|
||||
%define version_unconverted 0.6.0~pre.1460098798.dda5411
|
||||
|
||||
Name: obs-service-%{service}
|
||||
Version: 0.5.3.1434983686.0b4ce51
|
||||
#Obsoletes: obs-service-obs_scm
|
||||
Provides: obs-service-obs_scm = %version-%release
|
||||
%endif
|
||||
Provides: obs-service-tar = %version-%release
|
||||
Version: 0.6.0~pre.1460098798.dda5411
|
||||
Release: 0
|
||||
Summary: An OBS source service: checkout or update a tar ball from svn/git/hg
|
||||
License: GPL-2.0+
|
||||
Group: Development/Tools/Building
|
||||
Url: https://github.com/openSUSE/obs-service-%{service}
|
||||
Source: %{name}-%{version}.tar.gz
|
||||
Source: obs-service-tar_scm-%{version}.tar.gz
|
||||
BuildRequires: bzr
|
||||
BuildRequires: git-core
|
||||
BuildRequires: mercurial
|
||||
@ -45,13 +57,20 @@ This is a source service for openSUSE Build Service.
|
||||
It supports downloading from svn, git, hg and bzr repositories.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%setup -q -n obs-service-tar_scm-%version
|
||||
|
||||
%build
|
||||
|
||||
%install
|
||||
make install DESTDIR="%{buildroot}" PREFIX="%{_prefix}" SYSCFG="%{_sysconfdir}"
|
||||
|
||||
%if "%seperate_build" == "1"
|
||||
rm %{buildroot}/%{_prefix}/lib/obs/service/tar_scm.service
|
||||
rm %{buildroot}/%{_prefix}/lib/obs/service/obs_scm
|
||||
mv %{buildroot}/%{_prefix}/lib/obs/service/{tar,obs}_scm
|
||||
ln -sf obs_scm %{buildroot}/%{_prefix}/lib/obs/service/tar
|
||||
%endif
|
||||
|
||||
%if 0%{?suse_version} >= 1220
|
||||
%check
|
||||
# No need to run PEP8 tests here; that would require a potentially
|
||||
|
Loading…
Reference in New Issue
Block a user