Skip to content

Commit 4494553

Browse files
committed
Remove old distributions in release_ppa script
1 parent 53bd682 commit 4494553

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/release_ppa.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,9 @@ fi
7171
packagename=solc
7272

7373
# This needs to be a still active release
74-
static_build_distribution=impish
74+
static_build_distribution=focal
7575

76-
DISTRIBUTIONS="focal impish jammy kinetic"
76+
DISTRIBUTIONS="focal jammy kinetic"
7777

7878
function checkDputEntries () {
7979
local pattern="$1"

0 commit comments

Comments
 (0)