put createLiveCD tasks in their own channel

This commit is contained in:
Mike Bonnet 2009-09-28 14:53:44 -04:00
parent e04395e7f3
commit 445edc2018
2 changed files with 2 additions and 1 deletions

View file

@ -170,6 +170,7 @@ CREATE TABLE channels (
-- create default channel
INSERT INTO channels (name) VALUES ('default');
INSERT INTO channels (name) VALUES ('createrepo');
INSERT INTO channels (name) VALUES ('livecd');
-- Here we track the build machines
-- each host has an entry in the users table also

View file

@ -4709,7 +4709,7 @@ class RootExports(object):
context.session.assertPerm('livecd')
taskOpts = {}
taskOpts = {'channel': 'livecd'}
taskOpts['arch'] = arch
if priority:
if priority < 0: