- service: Remove unnecessary auth token from github URL

OBS-URL: https://build.opensuse.org/package/show/Virtualization/libvirt?expand=0&rev=977
This commit is contained in:
James Fehlig 2023-04-10 14:14:31 +00:00 committed by Git OBS Bridge
parent 63b57ac3f0
commit dc2a769bb6
2 changed files with 6 additions and 1 deletions

View File

@ -1,7 +1,7 @@
<services>
<service name="tar_scm" mode="manual">
<param name="scm">git</param>
<param name="url">https://oauth2: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@github.com/openSUSE/libvirt.git</param>
<param name="url">https://github.com/openSUSE/libvirt.git</param>
<param name="revision">factory</param>
<param name="extract">libvirt.spec</param>
<param name="extract">README.packaging.txt</param>

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Apr 10 14:11:42 UTC 2023 - James Fehlig <jfehlig@suse.com>
- service: Remove unnecessary auth token from github URL
-------------------------------------------------------------------
Mon Apr 3 20:38:30 UTC 2023 - James Fehlig <jfehlig@suse.com>