Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(linux): Replace Lunar with Noble #10561

Merged
merged 1 commit into from
Jan 31, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/deb-packaging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ jobs:
strategy:
fail-fast: true
matrix:
dist: [focal, jammy, lunar, mantic]
dist: [focal, jammy, mantic, noble]
arch: [amd64]

runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion linux/.pbuilderrc
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ DEBIAN_SUITES=($UNSTABLE_CODENAME $TESTING_CODENAME $STABLE_CODENAME $STABLE_BAC
"experimental" "unstable" "testing" "stable")

# List of Ubuntu suites. Update these when needed.
UBUNTU_SUITES=("mantic" "lunar" "jammy" "focal")
UBUNTU_SUITES=("noble" "mantic" "jammy" "focal")

# Mirrors to use. Update these to your preferred mirror.
DEBIAN_MIRROR="deb.debian.org"
Expand Down
2 changes: 1 addition & 1 deletion linux/scripts/cow.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# If needed set cowbuilder up for building Keyman Debian packages
# Then cowbuilder update

distributions='focal jammy lunar mantic'
distributions='focal jammy mantic noble'

if ! dpkg-query -l cowbuilder; then
echo "installing pbuilder and cowbuilder"
Expand Down
2 changes: 1 addition & 1 deletion linux/scripts/deb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

set -e

all_distributions="focal jammy lunar mantic"
all_distributions="focal jammy mantic noble"
distributions=""
echo "all_distributions: ${all_distributions}"

Expand Down
2 changes: 1 addition & 1 deletion linux/scripts/launchpad.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ else
fi
echo "ppa: ${ppa}"

distributions="${DIST:-focal jammy lunar mantic}"
distributions="${DIST:-focal jammy mantic noble}"
packageversion="${PACKAGEVERSION:-1~sil1}"

BASEDIR=$(pwd)
Expand Down
Loading