mirror of
https://github.com/Misterio77/Foundry.git
synced 2026-08-24 10:04:09 -05:00
Prep for renaming the GitHub repo to Foundry: update the Hydra jobset flakes (.hydra.json), the auto-upgrade project name (must match the Hydra project), the README status badge, the hydra-auto-upgrade example, the website CV link, and the flake description. Hydra project/jobset becomes 'foundry'. Assisted-by: pi (opus-4.8)
27 lines
655 B
JSON
27 lines
655 B
JSON
{
|
|
"main": {
|
|
"enabled": 1,
|
|
"type": 1,
|
|
"hidden": false,
|
|
"description": "Build main branch",
|
|
"flake": "github:misterio77/Foundry/main",
|
|
"checkinterval": 60,
|
|
"schedulingshares": 100,
|
|
"enableemail": false,
|
|
"emailoverride": "",
|
|
"keepnr": 1
|
|
},
|
|
"staging": {
|
|
"enabled": 1,
|
|
"type": 1,
|
|
"hidden": false,
|
|
"description": "Build staging branch",
|
|
"flake": "github:misterio77/Foundry/staging",
|
|
"checkinterval": 60,
|
|
"schedulingshares": 10,
|
|
"enableemail": false,
|
|
"emailoverride": "",
|
|
"keepnr": 0
|
|
}
|
|
}
|