put createLiveCD tasks in their own channel
This commit is contained in:
parent
e04395e7f3
commit
445edc2018
2 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue