l git: add reaktor2 & workadventure-nix
This commit is contained in:
parent
0718e51e35
commit
33dbc0c0ae
@ -97,6 +97,10 @@ let
|
|||||||
populate = {
|
populate = {
|
||||||
cgit.section = "software";
|
cgit.section = "software";
|
||||||
};
|
};
|
||||||
|
reaktor2 = {
|
||||||
|
cgit.desc = "irc bot";
|
||||||
|
cgit.section = "software";
|
||||||
|
};
|
||||||
stockholm = {
|
stockholm = {
|
||||||
cgit.desc = "take all the computers hostage, they'll love you!";
|
cgit.desc = "take all the computers hostage, they'll love you!";
|
||||||
cgit.section = "configuration";
|
cgit.section = "configuration";
|
||||||
@ -109,6 +113,10 @@ let
|
|||||||
cgit.desc = "Good Music collection + tools";
|
cgit.desc = "Good Music collection + tools";
|
||||||
cgit.section = "art";
|
cgit.section = "art";
|
||||||
};
|
};
|
||||||
|
workadventure-nix = {
|
||||||
|
cgit.desc = "Nix packaging for workadventure";
|
||||||
|
cgit.section = "deployment";
|
||||||
|
};
|
||||||
xmonad-stockholm = {
|
xmonad-stockholm = {
|
||||||
cgit.desc = "krebs xmonad modules";
|
cgit.desc = "krebs xmonad modules";
|
||||||
cgit.section = "configuration";
|
cgit.section = "configuration";
|
||||||
@ -142,9 +150,6 @@ let
|
|||||||
nick = config.krebs.build.host.name;
|
nick = config.krebs.build.host.name;
|
||||||
channel = "#xxx";
|
channel = "#xxx";
|
||||||
# TODO define refs in some kind of option per repo
|
# TODO define refs in some kind of option per repo
|
||||||
refs = [
|
|
||||||
"refs/heads/master"
|
|
||||||
];
|
|
||||||
server = "irc.r";
|
server = "irc.r";
|
||||||
verbose = config.krebs.build.host.name == "prism";
|
verbose = config.krebs.build.host.name == "prism";
|
||||||
}}
|
}}
|
||||||
|
Loading…
Reference in New Issue
Block a user