Skip to content

Commit 0fab970

Browse files
committed
Remove old distributions in release_ppa script
1 parent 351efae commit 0fab970

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
@@ -75,9 +75,9 @@ fi
7575
packagename=solc
7676

7777
# This needs to be a still active release
78-
static_build_distribution=impish
78+
static_build_distribution=focal
7979

80-
DISTRIBUTIONS="focal impish jammy kinetic"
80+
DISTRIBUTIONS="focal jammy kinetic"
8181

8282
function checkDputEntries {
8383
local pattern="$1"

0 commit comments

Comments
 (0)