Skip to content

Commit

Permalink
add noble packages
Browse files Browse the repository at this point in the history
  • Loading branch information
tillkruss committed Nov 8, 2024
1 parent 5a8aa9f commit 25d105b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build/deb-repo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

gpg --batch --import key-private.asc

# 16.04 18.04 20.04 22.04 9 10 11 12
dists="xenial bionic focal jammy stretch buster bullseye bookworm"
# 16.04 18.04 20.04 22.04 24.04 9 10 11 12
dists="xenial bionic focal jammy noble stretch buster bullseye bookworm"
architectures="amd64 arm64"

symlink_pkg='pkg=${0/pool/$1}; mkdir -p $(dirname $pkg); [ ! -L $pkg ] && ln -sr $0 $pkg'
Expand All @@ -13,7 +13,7 @@ cd deb
for dist in $dists; do

case "$dist" in
jammy | bookworm)
jammy | noble | bookworm)
find pool -name "*.deb" -name '*+libssl*' -exec bash -c "$symlink_pkg" {} pools/$dist \; ;;
*)
find pool -name "*.deb" ! -name '*+*' -exec bash -c "$symlink_pkg" {} pools/$dist \; ;;
Expand Down
1 change: 1 addition & 0 deletions deb/sources.list
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ deb https://repos.r2.relay.so/deb xenial main
deb https://repos.r2.relay.so/deb bionic main
deb https://repos.r2.relay.so/deb focal main
deb https://repos.r2.relay.so/deb jammy main
deb https://repos.r2.relay.so/deb noble main
deb https://repos.r2.relay.so/deb stretch main
deb https://repos.r2.relay.so/deb buster main
deb https://repos.r2.relay.so/deb bullseye main
Expand Down

0 comments on commit 25d105b

Please sign in to comment.