diff --git a/.github/workflows/releases.yml b/.github/workflows/releases.yml index fe7d07b37..ec6dfa428 100644 --- a/.github/workflows/releases.yml +++ b/.github/workflows/releases.yml @@ -78,7 +78,7 @@ jobs: popd - name: Run reprepro env: - RELEASES: "focal stable bionic trusty precise xenial" + RELEASES: "focal stable oldstable testing unstable buster bullseye stretch jessie bionic trusty precise xenial" run: | mkdir -p upload for release in $RELEASES; do diff --git a/script/distributions b/script/distributions index 1f8ec6ddb..df43c5940 100644 --- a/script/distributions +++ b/script/distributions @@ -6,6 +6,62 @@ Components: main Description: The GitHub CLI - debian stable repo SignWith: C99B11DEB97541F0 +Origin: gh +Label: gh +Codename: oldstable +Architectures: i386 amd64 arm64 +Components: main +Description: The GitHub CLI - debian oldstable repo +SignWith: C99B11DEB97541F0 + +Origin: gh +Label: gh +Codename: testing +Architectures: i386 amd64 arm64 +Components: main +Description: The GitHub CLI - debian testing repo +SignWith: C99B11DEB97541F0 + +Origin: gh +Label: gh +Codename: unstable +Architectures: i386 amd64 arm64 +Components: main +Description: The GitHub CLI - debian unstable repo +SignWith: C99B11DEB97541F0 + +Origin: gh +Label: gh +Codename: buster +Architectures: i386 amd64 arm64 +Components: main +Description: The GitHub CLI - debian buster repo +SignWith: C99B11DEB97541F0 + +Origin: gh +Label: gh +Codename: bullseye +Architectures: i386 amd64 arm64 +Components: main +Description: The GitHub CLI - debian bullseye repo +SignWith: C99B11DEB97541F0 + +Origin: gh +Label: gh +Codename: stretch +Architectures: i386 amd64 arm64 +Components: main +Description: The GitHub CLI - debian stretch repo +SignWith: C99B11DEB97541F0 + +Origin: gh +Label: gh +Codename: jessie +Architectures: i386 amd64 arm64 +Components: main +Description: The GitHub CLI - debian jessie repo +SignWith: C99B11DEB97541F0 + Origin: gh Label: gh Codename: focal