1
0
mirror of https://github.com/openSUSE/osc.git synced 2025-09-07 21:58:41 +02:00

Fix 'branch' command to allow using '--new-package' option on packages that do not exist

This commit is contained in:
2024-04-12 16:49:49 +02:00
parent d42383551c
commit abec6e5eb5
10 changed files with 184 additions and 8 deletions

View File

@@ -0,0 +1,25 @@
<project name="test:factory:update">
<title/>
<description/>
<link project="test:factory"/>
<person userid="Admin" role="maintainer"/>
<lock>
<disable/>
</lock>
<build>
<disable/>
</build>
<repository name="standard">
<path project="test:factory" repository="standard"/>
<arch>x86_64</arch>
<arch>i586</arch>
</repository>
</project>

View File

@@ -0,0 +1,24 @@
<project name="test:leap:15.6">
<title/>
<description/>
<person userid="Admin" role="maintainer"/>
<lock>
<disable/>
</lock>
<build>
<disable/>
</build>
<repository name="standard">
<!-- it's only for test purposes, let's use the same repo as test:factory -->
<path project="openSUSE.org:openSUSE:Tumbleweed" repository="standard"/>
<arch>x86_64</arch>
<arch>i586</arch>
</repository>
</project>

View File

@@ -0,0 +1,25 @@
<project name="test:leap:15.6:update">
<title/>
<description/>
<link project="test:leap:15.6"/>
<person userid="Admin" role="maintainer"/>
<lock>
<disable/>
</lock>
<build>
<disable/>
</build>
<repository name="standard">
<path project="test:leap:15.6" repository="standard"/>
<arch>x86_64</arch>
<arch>i586</arch>
</repository>
</project>