Skip to content

Commit

Permalink
fixing broken tests using "git://" protocol
Browse files Browse the repository at this point in the history
  • Loading branch information
M0ses committed Mar 15, 2022
1 parent 02d0a50 commit e315826
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/t/osc/fixtures/obs-testpackage-2.8._service
@@ -1,7 +1,7 @@
<services>
<service name="tar_scm">
<param name="versionformat">%ad</param>
<param name="url">git://github.com/openSUSE/obs-testpackage.git</param>
<param name="url">https://github.com/openSUSE/obs-testpackage.git</param>
<param name="scm">git</param>
<param name="extract">dist/obs-testpackage.spec</param>
</service>
Expand Down
2 changes: 1 addition & 1 deletion dist/t/osc/fixtures/obs-testpackage._service
@@ -1,7 +1,7 @@
<services>
<service name="obs_scm">
<param name="version">0.0.1</param>
<param name="url">git://github.com/openSUSE/obs-testpackage.git</param>
<param name="url">https://github.com/openSUSE/obs-testpackage.git</param>
<param name="scm">git</param>
<param name="extract">dist/obs-testpackage.spec</param>
</service>
Expand Down

0 comments on commit e315826

Please sign in to comment.