change git protocol in _service to https
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=355
This commit is contained in:
parent
aa1a6b35a9
commit
eda1e5c926
2
_service
2
_service
@ -2,7 +2,7 @@
|
|||||||
<service name="tar_scm" mode="disabled">
|
<service name="tar_scm" mode="disabled">
|
||||||
<param name="version">0.175.0</param>
|
<param name="version">0.175.0</param>
|
||||||
<param name="revision">0.175.0</param>
|
<param name="revision">0.175.0</param>
|
||||||
<param name="url">git://github.com/openSUSE/osc.git</param>
|
<param name="url">https://github.com/openSUSE/osc.git</param>
|
||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
</service>
|
</service>
|
||||||
<service name="recompress" mode="disabled">
|
<service name="recompress" mode="disabled">
|
||||||
|
2
osc.spec
2
osc.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package osc
|
# spec file for package osc
|
||||||
#
|
#
|
||||||
# Copyright (c) 2021 SUSE LLC
|
# Copyright (c) 2022 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
|
Loading…
Reference in New Issue
Block a user