Skip to content

Commit

Permalink
Hydra settings tweaks.
Browse files Browse the repository at this point in the history
  • Loading branch information
dalaing committed Jul 26, 2017
1 parent 6925f63 commit 05bf21f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ci/jobsets.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"emailoverride": "",
"keepnr": 5,
"inputs": {
"papa": { "type": "git", "value": "https://github.com/data61/papa.git qfpl", "emailresponsible": false },
"papa": { "type": "git", "value": "https://github.com/qfpl/papa.git master", "emailresponsible": false },
"nixpkgs": { "type": "git", "value": "https://github.com/NixOS/nixpkgs.git release-17.03", "emailresponsible": false }
}
}
4 changes: 2 additions & 2 deletions ci/jobsets.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
EOF
cat > $out <<EOF
{
"fp-course": {
"papa": {
"enabled": 1,
"hidden": false,
"description": "Papa",
Expand All @@ -17,7 +17,7 @@
"emailoverride": "",
"keepnr": 5,
"inputs": {
"papa": { "type": "git", "value": "https://github.com/data61/papa.git qfpl", "emailresponsible": false },
"papa": { "type": "git", "value": "https://github.com/qfpl/papa.git master", "emailresponsible": false },
"nixpkgs": { "type": "git", "value": "https://github.com/NixOS/nixpkgs.git release-17.03", "emailresponsible": false }
}
}
Expand Down

0 comments on commit 05bf21f

Please sign in to comment.