Some checks are pending
Checks / Spelling (push) Waiting to run
Checks / Python Linters (push) Waiting to run
Checks / Shell Linters (push) Waiting to run
Checks / 📦 Packit config lint (push) Waiting to run
Checks / 🔍 Check for valid snapshot urls (push) Waiting to run
Checks / 🔍 Check JSON files for formatting consistency (push) Waiting to run
Generate / Documentation (push) Waiting to run
Generate / Test Data (push) Waiting to run
Tests / Unittest (push) Waiting to run
Tests / Assembler test (legacy) (push) Waiting to run
Tests / Smoke run: unittest as normal user on default runner (push) Waiting to run
40 lines
No EOL
830 B
JSON
40 lines
No EOL
830 B
JSON
{
|
|
"environments": [
|
|
{
|
|
"name": "bookworm-amd64",
|
|
"suite": "bookworm",
|
|
"architecture": "amd64",
|
|
"mirror": "http://deb.debian.org/debian",
|
|
"components": [
|
|
"main",
|
|
"contrib",
|
|
"non-free-firmware"
|
|
],
|
|
"extra_repositories": [],
|
|
"build_dependencies": [
|
|
"build-essential",
|
|
"devscripts",
|
|
"debhelper"
|
|
],
|
|
"enabled": true
|
|
},
|
|
{
|
|
"name": "sid-amd64",
|
|
"suite": "sid",
|
|
"architecture": "amd64",
|
|
"mirror": "http://deb.debian.org/debian",
|
|
"components": [
|
|
"main",
|
|
"contrib",
|
|
"non-free-firmware"
|
|
],
|
|
"extra_repositories": [],
|
|
"build_dependencies": [
|
|
"build-essential",
|
|
"devscripts",
|
|
"debhelper"
|
|
],
|
|
"enabled": true
|
|
}
|
|
]
|
|
} |