Accepting request 1078267 from Virtualization

- service: Remove unnecessary auth token from github URL

OBS-URL: https://build.opensuse.org/request/show/1078267
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libvirt?expand=0&rev=372
This commit is contained in:
Dominique Leuenberger 2023-04-11 11:50:48 +00:00 committed by Git OBS Bridge
commit 89f26306ff
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>