Accepting request 1219368 from openSUSE:Tools
- 0.5.1 * Don't generate _scmsync.obsinfo outside of OBS source server import use case (eg. no more for osc co) * Enforce python 3.11 requirement * Fix export of _scmsync.obsinfo in project mode * Fix submodule detection * EXPERIMENTAL: support multiple package subdirs via _subdirs file. This syntax will change! (not documented on purpose therefore atm) * Using git credential manager * Report some errors as transient, so that OBS can re-try OBS-URL: https://build.opensuse.org/request/show/1219368 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/obs-scm-bridge?expand=0&rev=10
This commit is contained in:
commit
e70108a87b
4
_service
4
_service
@ -2,8 +2,8 @@
|
|||||||
<service name="obs_scm" mode="manual">
|
<service name="obs_scm" mode="manual">
|
||||||
<param name="url">https://github.com/openSUSE/obs-scm-bridge</param>
|
<param name="url">https://github.com/openSUSE/obs-scm-bridge</param>
|
||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
<param name="revision">0.5.0</param>
|
<param name="revision">0.5.1</param>
|
||||||
<param name="version">0.5.0</param>
|
<param name="version">0.5.1</param>
|
||||||
</service>
|
</service>
|
||||||
<service mode="manual" name="set_version" />
|
<service mode="manual" name="set_version" />
|
||||||
|
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:d38350094f54f4e5db5c19d817fee388ed63f0dcd777ad19b7c78fd417d3c408
|
|
||||||
size 69643
|
|
3
obs-scm-bridge-0.5.1.obscpio
Normal file
3
obs-scm-bridge-0.5.1.obscpio
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:9eb674d600b05f5935dc19a32a3d74eda0af5160b43c819a7970e3e161a21fb2
|
||||||
|
size 84491
|
@ -1,3 +1,18 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Oct 30 09:10:41 UTC 2024 - Adrian Schröter <adrian@suse.de>
|
||||||
|
|
||||||
|
- 0.5.1
|
||||||
|
* Don't generate _scmsync.obsinfo outside of OBS source server
|
||||||
|
import use case (eg. no more for osc co)
|
||||||
|
* Enforce python 3.11 requirement
|
||||||
|
* Fix export of _scmsync.obsinfo in project mode
|
||||||
|
* Fix submodule detection
|
||||||
|
* EXPERIMENTAL: support multiple package subdirs via _subdirs
|
||||||
|
file. This syntax will change!
|
||||||
|
(not documented on purpose therefore atm)
|
||||||
|
* Using git credential manager
|
||||||
|
* Report some errors as transient, so that OBS can re-try
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue May 7 09:39:21 UTC 2024 - Adrian Schröter <adrian@suse.de>
|
Tue May 7 09:39:21 UTC 2024 - Adrian Schröter <adrian@suse.de>
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
name: obs-scm-bridge
|
name: obs-scm-bridge
|
||||||
version: 0.5.0
|
version: 0.5.1
|
||||||
mtime: 1715075622
|
mtime: 1730279209
|
||||||
commit: 3ee5ecb72ae2f7e55d212ee9adc9e4164d7ef824
|
commit: 3709a0dbd8220350c43732bb0ebd97e98d08af42
|
||||||
|
@ -22,7 +22,7 @@
|
|||||||
%define build_pkg_name build
|
%define build_pkg_name build
|
||||||
%endif
|
%endif
|
||||||
Name: obs-scm-bridge
|
Name: obs-scm-bridge
|
||||||
Version: 0.5.0
|
Version: 0.5.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A help service to work with git repositories in OBS
|
Summary: A help service to work with git repositories in OBS
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
|
Loading…
x
Reference in New Issue
Block a user