Accepting request 1061230 from openSUSE:Tools
- update to 0.3.0 * optimize cloning when combining subdir parameter * solve release number handling when using multiple spec files * Require git-lfs to be always present and allow to opt out of lfs fetching * support local symlinks to git submodules * support recursive submodule cloning * Fix the scmsync entry for relative submodule urls OBS-URL: https://build.opensuse.org/request/show/1061230 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/obs-scm-bridge?expand=0&rev=4
This commit is contained in:
commit
704906ab11
4
_service
4
_service
@ -2,8 +2,8 @@
|
||||
<service name="obs_scm" mode="manual">
|
||||
<param name="url">https://github.com/openSUSE/obs-scm-bridge</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="revision">0.2.1</param>
|
||||
<param name="version">0.2.1</param>
|
||||
<param name="revision">0.3.0</param>
|
||||
<param name="version">0.3.0</param>
|
||||
</service>
|
||||
<service mode="manual" name="set_version" />
|
||||
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b59757f2a80be3cc2c001bd4da346912ba82343bdf716a024af5f82b1256bc94
|
||||
size 19978
|
3
obs-scm-bridge-0.3.0.obscpio
Normal file
3
obs-scm-bridge-0.3.0.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bf5677c89c7e287d0c6b69a282477a9ac46ed623d2c932313adceb6f27499fdd
|
||||
size 64523
|
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 26 14:52:54 UTC 2023 - Adrian Schröter <adrian@suse.de>
|
||||
|
||||
- update to 0.3.0
|
||||
* optimize cloning when combining subdir parameter
|
||||
* solve release number handling when using multiple spec files
|
||||
* Require git-lfs to be always present and allow to opt out of lfs fetching
|
||||
* support local symlinks to git submodules
|
||||
* support recursive submodule cloning
|
||||
* Fix the scmsync entry for relative submodule urls
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 8 12:44:07 UTC 2022 - Adrian Schröter <adrian@suse.de>
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: obs-scm-bridge
|
||||
version: 0.2.1
|
||||
mtime: 1667911285
|
||||
commit: 4ac1b2d9ce256a79aa5475521c5e6b48d15d931d
|
||||
version: 0.3.0
|
||||
mtime: 1674741797
|
||||
commit: 9907826c17ca7b650c4040e9c2b45bfef4d9821f
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package obs-scm-bridge
|
||||
#
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -23,7 +23,7 @@
|
||||
%endif
|
||||
|
||||
Name: obs-scm-bridge
|
||||
Version: 0.2.1
|
||||
Version: 0.3.0
|
||||
Release: 0
|
||||
Summary: A help service to work with git repositories in OBS
|
||||
License: GPL-2.0-or-later
|
||||
|
Loading…
x
Reference in New Issue
Block a user