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:
25
behave/fixtures/prj/test_factory_update.xml
Normal file
25
behave/fixtures/prj/test_factory_update.xml
Normal 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>
|
||||
|
24
behave/fixtures/prj/test_leap_15.6.xml
Normal file
24
behave/fixtures/prj/test_leap_15.6.xml
Normal 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>
|
||||
|
25
behave/fixtures/prj/test_leap_15.6_update.xml
Normal file
25
behave/fixtures/prj/test_leap_15.6_update.xml
Normal 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>
|
||||
|
Reference in New Issue
Block a user