1
0
mirror of https://github.com/openSUSE/osc.git synced 2025-09-07 13:48:43 +02:00

behave: Rename test projects, consistently use the 'test:' prefix

This commit is contained in:
2022-12-08 09:52:50 +01:00
parent 074abb400c
commit e3a9c3d60a
16 changed files with 117 additions and 116 deletions

View File

@@ -17,8 +17,7 @@
<disable/>
</useforbuild>
<repository name="openSUSE_Tumbleweed">
<path project="openSUSE.org:openSUSE:Tumbleweed" repository="standard"/>
<repository name="standard">
<arch>x86_64</arch>
<arch>i586</arch>
</repository>

View File

@@ -1,6 +1,6 @@
<project name="devel">
<project name="test:devel">
<title>Devel project</title>
<title>Packages in development</title>
<description/>
<person userid="Admin" role="maintainer"/>

View File

@@ -1,6 +1,6 @@
<project name="openSUSE:Factory">
<project name="test:factory">
<title>The next openSUSE distribution</title>
<title>The next version of distribution</title>
<description/>
<person userid="Admin" role="maintainer"/>

View File

@@ -1,6 +1,6 @@
<project name="release">
<project name="test:release">
<title>Release project</title>
<title>Released packages</title>
<description/>
<person userid="Admin" role="maintainer"/>
@@ -17,10 +17,12 @@
<disable/>
</useforbuild>
<repository name="openSUSE_Tumbleweed">
<!--
<path project="openSUSE.org:openSUSE:Tumbleweed" repository="standard"/>
-->
<repository name="distro-1-ga">
<arch>x86_64</arch>
<arch>i586</arch>
</repository>
<repository name="distro-1-updates">
<arch>x86_64</arch>
<arch>i586</arch>
</repository>