1
0
forked from clan/clan-infra

add data-mesher to repo automation

This commit is contained in:
Jörg Thalheim 2024-07-08 17:38:59 +02:00
parent db27f36daf
commit dc5575bf93
4 changed files with 4 additions and 1 deletions

View File

@ -22,7 +22,7 @@
while sleep 10; do
${self.packages.${pkgs.system}.clan-merge}/bin/clan-merge \
--bot-name clan-bot \
--repos clan-infra clan-core clan-homepage
--repos clan-infra clan-core clan-homepage data-mesher
done
'';
};

View File

@ -57,6 +57,7 @@ in
"job-flake-update-clan-core"
"job-flake-update-clan-homepage"
"job-flake-update-clan-infra"
"job-flake-update-data-mesher"
]
);
}

View File

@ -34,6 +34,7 @@
job-flake-update-clan-core
job-flake-update-clan-homepage
job-flake-update-clan-infra
job-flake-update-data-mesher
;
};
};

View File

@ -13,4 +13,5 @@ in
job-flake-update-clan-core = job-flake-update "clan-core";
job-flake-update-clan-homepage = job-flake-update "clan-homepage";
job-flake-update-clan-infra = job-flake-update "clan-infra";
job-flake-update-data-mesher = job-flake-update "data-mesher";
}