forked from pool/obs-service-tar_scm
Accepting request 786001 from openSUSE:Tools
- Update to version 0.10.14.1584435160.d912143: * [dist] don't install gbp files by default * [dist] remove python-keyring* from dependcies * [dist] make gbp switchable in spec file - Update to version 0.10.14.1583853599.ccbb399: * support server side credentials for SCM repos - Update to version 0.10.12.1582901608.a1c02c1: * simplify osc git update case a lot * fixing revision usage on a commit hash - Update to version 0.10.12.1582709176.d82a692: * fix lost commits on local run * fix breakage when working on a specific tag/commit * git-lfs should not be mandatory as tar_scm will never use it * Allow use of git-lfs only when running obs_scm * Document _none_ special version in .service * Version cleanup: don't strip hyphen when building Debian packages * Add new archive option for Debian: git-buildpackage * call git stash with LANG=C * improved comment for method get_changesrevision * Add debian package dep to git-lfs * Implement git LFS blobs retrieval OBS-URL: https://build.opensuse.org/request/show/786001 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/obs-service-tar_scm?expand=0&rev=58
This commit is contained in:
commit
bf9e79674d
2
PKGBUILD
2
PKGBUILD
@ -1,5 +1,5 @@
|
|||||||
pkgname=obs-service-tar_scm
|
pkgname=obs-service-tar_scm
|
||||||
pkgver=0.10.11.1579870213.888e79c
|
pkgver=0.10.14.1584463383.06b0455
|
||||||
pkgrel=0
|
pkgrel=0
|
||||||
pkgdesc="Source Service for the OpenSUSE Build Service (OBS)"
|
pkgdesc="Source Service for the OpenSUSE Build Service (OBS)"
|
||||||
arch=('any')
|
arch=('any')
|
||||||
|
@ -1,8 +1,10 @@
|
|||||||
<servicedata>
|
<servicedata>
|
||||||
<service name="tar_scm">
|
<service name="tar_scm">
|
||||||
<param name="url">git://github.com/adrianschroeter/obs-service-tar_scm.git</param>
|
<param name="url">git://github.com/adrianschroeter/obs-service-tar_scm.git</param>
|
||||||
<param name="changesrevision">d44d677cf006d48b261f5e2054ba2126bed64ae1</param></service><service name="tar_scm">
|
<param name="changesrevision">d44d677cf006d48b261f5e2054ba2126bed64ae1</param></service>
|
||||||
|
<service name="tar_scm">
|
||||||
<param name="url">git://github.com/M0ses/obs-service-tar_scm.git</param>
|
<param name="url">git://github.com/M0ses/obs-service-tar_scm.git</param>
|
||||||
<param name="changesrevision">b742dfc0e12755cf306a95439494b5bdde7c0c61</param></service><service name="tar_scm">
|
<param name="changesrevision">9e8b88b088778c44db56781e6a908a0e82e27cf2</param></service>
|
||||||
|
<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">888e79c03fa4a8b3aef514176ae77c3dcdcba991</param></service></servicedata>
|
<param name="changesrevision">d912143a87161e3c306c021f8e122140068a1dc6</param></service></servicedata>
|
@ -1,6 +1,6 @@
|
|||||||
Format: 1.0
|
Format: 1.0
|
||||||
Source: obs-service-tar-scm
|
Source: obs-service-tar-scm
|
||||||
Version: 0.10.11.1579870213.888e79c
|
Version: 0.10.14.1584463383.06b0455
|
||||||
Provides: obs-service-obs_scm, obs-service-tar
|
Provides: obs-service-obs_scm, obs-service-tar
|
||||||
Binary: obs-service-tar_scm
|
Binary: obs-service-tar_scm
|
||||||
Maintainer: Adrian Schroeter <adrian@suse.de>
|
Maintainer: Adrian Schroeter <adrian@suse.de>
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:54dd4d51002a97b290e59fea8b96dcd6ad87cda03510eb77c4b0062a7c9c956b
|
|
||||||
size 68792
|
|
3
obs-service-tar_scm-0.10.14.1584463383.06b0455.tar.gz
Normal file
3
obs-service-tar_scm-0.10.14.1584463383.06b0455.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:956ee7ba6d057abe8ae869d9dc43700353856da5ac95cdda1043affe07d0a025
|
||||||
|
size 72864
|
@ -1,3 +1,40 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Mar 17 16:44:31 UTC 2020 - FSchreiner@suse.com
|
||||||
|
|
||||||
|
- Update to version 0.10.14.1584435160.d912143:
|
||||||
|
* [dist] don't install gbp files by default
|
||||||
|
* [dist] remove python-keyring* from dependcies
|
||||||
|
* [dist] make gbp switchable in spec file
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Mar 10 15:22:18 UTC 2020 - FSchreiner@suse.com
|
||||||
|
|
||||||
|
- Update to version 0.10.14.1583853599.ccbb399:
|
||||||
|
* support server side credentials for SCM repos
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Feb 28 14:50:17 UTC 2020 - adrian@suse.de
|
||||||
|
|
||||||
|
- Update to version 0.10.12.1582901608.a1c02c1:
|
||||||
|
* simplify osc git update case a lot
|
||||||
|
* fixing revision usage on a commit hash
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Feb 26 09:45:28 UTC 2020 - FSchreiner@suse.com
|
||||||
|
|
||||||
|
- Update to version 0.10.12.1582709176.d82a692:
|
||||||
|
* fix lost commits on local run
|
||||||
|
* fix breakage when working on a specific tag/commit
|
||||||
|
* git-lfs should not be mandatory as tar_scm will never use it
|
||||||
|
* Allow use of git-lfs only when running obs_scm
|
||||||
|
* Document _none_ special version in .service
|
||||||
|
* Version cleanup: don't strip hyphen when building Debian packages
|
||||||
|
* Add new archive option for Debian: git-buildpackage
|
||||||
|
* call git stash with LANG=C
|
||||||
|
* improved comment for method get_changesrevision
|
||||||
|
* Add debian package dep to git-lfs
|
||||||
|
* Implement git LFS blobs retrieval
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Jan 24 15:46:08 UTC 2020 - FSchreiner@suse.com
|
Fri Jan 24 15:46:08 UTC 2020 - FSchreiner@suse.com
|
||||||
|
|
||||||
|
@ -90,8 +90,8 @@ Recommends: obs-service-download_files \
|
|||||||
######## END OF MACROS AND FUN ###################################
|
######## END OF MACROS AND FUN ###################################
|
||||||
|
|
||||||
Name: obs-service-tar_scm
|
Name: obs-service-tar_scm
|
||||||
%define version_unconverted 0.10.11.1579870213.888e79c
|
%define version_unconverted 0.10.14.1584463383.06b0455
|
||||||
Version: 0.10.11.1579870213.888e79c
|
Version: 0.10.14.1584463383.06b0455
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: An OBS source service: create tar ball from svn/git/hg
|
Summary: An OBS source service: create tar ball from svn/git/hg
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
@ -203,6 +203,18 @@ Provides: obs-service-tar_scm:/usr/lib/obs/service/snapcraft.service
|
|||||||
Experimental snapcraft support: This parses snapcraft.yaml files for SCM
|
Experimental snapcraft support: This parses snapcraft.yaml files for SCM
|
||||||
resources and packages them.
|
resources and packages them.
|
||||||
|
|
||||||
|
%if 0%{?enable_gbp}
|
||||||
|
%package -n obs-service-gbp
|
||||||
|
Summary: Creates Debian source artefacts from a Git repository
|
||||||
|
Group: Development/Tools/Building
|
||||||
|
Requires: git-buildpackage >= 0.6.0
|
||||||
|
Requires: obs-service-obs_scm-common = %version-%release
|
||||||
|
Provides: obs-service-tar_scm:/usr/lib/obs/service/obs_gbp.service
|
||||||
|
|
||||||
|
%description -n obs-service-gbp
|
||||||
|
Debian git-buildpackage workflow support: uses gbp to create Debian
|
||||||
|
source artefacts (.dsc, .origin.tar.gz and .debian.tar.gz if non-native).
|
||||||
|
%endif
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n obs-service-tar_scm-%version
|
%setup -q -n obs-service-tar_scm-%version
|
||||||
@ -233,6 +245,7 @@ make %{use_test}
|
|||||||
%{_prefix}/lib/obs/service/tar_scm
|
%{_prefix}/lib/obs/service/tar_scm
|
||||||
%dir %{_sysconfdir}/obs
|
%dir %{_sysconfdir}/obs
|
||||||
%dir %{_sysconfdir}/obs/services
|
%dir %{_sysconfdir}/obs/services
|
||||||
|
%attr(-,obsservicerun,obsrun) %dir %{_sysconfdir}/obs/services/tar_scm.d
|
||||||
%config(noreplace) %{_sysconfdir}/obs/services/*
|
%config(noreplace) %{_sysconfdir}/obs/services/*
|
||||||
|
|
||||||
%files -n obs-service-tar
|
%files -n obs-service-tar
|
||||||
@ -253,4 +266,10 @@ make %{use_test}
|
|||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_prefix}/lib/obs/service/snapcraft*
|
%{_prefix}/lib/obs/service/snapcraft*
|
||||||
|
|
||||||
|
%if 0%{?enable_gbp}
|
||||||
|
%files -n obs-service-gbp
|
||||||
|
%defattr(-,root,root)
|
||||||
|
%{_prefix}/lib/obs/service/obs_gbp*
|
||||||
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
x
Reference in New Issue
Block a user