X Tutup
Skip to content

Commit 2d704ba

Browse files
committed
bonus: support sid
1 parent 320ab8a commit 2d704ba

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

.github/workflows/releases.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
popd
8181
- name: Run reprepro
8282
env:
83-
RELEASES: "cosmic eoan disco groovy focal stable oldstable testing unstable buster bullseye stretch jessie bionic trusty precise xenial hirsute impish kali-rolling"
83+
RELEASES: "cosmic eoan disco groovy focal stable oldstable testing sid unstable buster bullseye stretch jessie bionic trusty precise xenial hirsute impish kali-rolling"
8484
run: |
8585
mkdir -p upload
8686
for release in $RELEASES; do

script/distributions

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,14 @@ Components: main
3030
Description: The GitHub CLI - debian unstable repo
3131
SignWith: C99B11DEB97541F0
3232

33+
Origin: gh
34+
Label: gh
35+
Codename: sid
36+
Architectures: i386 amd64 armhf arm64
37+
Components: main
38+
Description: The GitHub CLI - debian unstable repo
39+
SignWith: C99B11DEB97541F0
40+
3341
Origin: gh
3442
Label: gh
3543
Codename: buster

0 commit comments

Comments
 (0)
X Tutup