Fix sysbuild
https://git.m-labs.hk/M-Labs/nix-scripts/commit/596f4cf4b9832e90c8f4e5fb07c5e8046126d3ca
This commit is contained in:
@@ -608,6 +608,7 @@ makeQueries('', "");
|
||||
makeQueries('ForProject', "and project = ?");
|
||||
makeQueries('ForJobset', "and jobset_id = ?");
|
||||
makeQueries('ForJob', "and jobset_id = ? and job = ?");
|
||||
makeQueries('ForJobName', "and jobset_id = (select id from jobsets j where j.name = ?) and job = ?");
|
||||
|
||||
|
||||
my %hint = (
|
||||
|
||||
Reference in New Issue
Block a user