Handle the JeOS multibuild package for Factory:ARM:Live

Handle the JeOS builds alongside the normal openqa images
and publish them together with the ftp trees.
This commit is contained in:
Dirk Mueller 2018-04-17 21:31:05 +02:00
parent 3dcaf5cd66
commit fbb47c58b7

View File

@ -713,7 +713,7 @@ class ToTestFactoryARM(ToTestFactory):
'000product:openSUSE-ftp-ftp-armv7hl',
'000product:openSUSE-ftp-ftp-armv6hl']
livecd_products = []
livecd_products = ['JeOS']
def __init__(self, *args, **kwargs):
ToTestFactory.__init__(self, *args, **kwargs)