build staging prjs against a common prjconf

This commit is contained in:
Stephan Kulow 2014-09-01 07:41:00 +02:00
parent 31bc7af23f
commit 01a8509b63
2 changed files with 3 additions and 1 deletions

View File

@ -89,6 +89,8 @@ def tt_overall_result(self, snapshot):
'opensuse-FTT-Rescue-CD-x86_64-Build-rescue@64bit',
'opensuse-FTT-DVD-x86_64-Build-uefi@64bit', # broken in 20140828
'opensuse-FTT-NET-x86_64-Build-uefi@64bit', # broken in 20140828
'opensuse-FTT-KDE-Live-x86_64-Build-kde-live@USBboot_64', # broken in 20140828
'opensuse-FTT-GNOME-Live-x86_64-Build-gnome-live@USBboot_64', # broken in 20140828
]
if len(jobs) < 80: # not yet scheduled

View File

@ -140,7 +140,7 @@ class FreezeCommand(object):
ET.SubElement(f, 'enable')
r = ET.SubElement(root, 'repository', {'name': 'bootstrap_copy'})
ET.SubElement(r, 'path', {'project': 'openSUSE:{}'.format(self.api.opensuse), 'repository': 'ports'})
ET.SubElement(r, 'path', {'project': 'openSUSE:{}:Staging'.format(self.api.opensuse), 'repository': 'standard'})
a = ET.SubElement(r, 'arch')
a.text = 'i586'
a = ET.SubElement(r, 'arch')