From 65b2505d5d1822d3bc52fe567b3decc86de4ec43 Mon Sep 17 00:00:00 2001 From: Daniel Kirchner Date: Mon, 14 Sep 2020 13:52:08 +0200 Subject: [PATCH 1/2] Remove obsolete eoan from the PPA release script. --- scripts/release_ppa.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/release_ppa.sh b/scripts/release_ppa.sh index 965dace68..845df7516 100755 --- a/scripts/release_ppa.sh +++ b/scripts/release_ppa.sh @@ -57,7 +57,7 @@ packagename=solc static_build_distribution=focal -DISTRIBUTIONS="bionic eoan focal" +DISTRIBUTIONS="bionic focal" if is_release then From b4fbbf88e0f638867ce13eeae9eaa359ef98dcbe Mon Sep 17 00:00:00 2001 From: Daniel Kirchner Date: Mon, 14 Sep 2020 16:33:16 +0200 Subject: [PATCH 2/2] Add groovy to PPA release script. --- scripts/release_ppa.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/release_ppa.sh b/scripts/release_ppa.sh index 845df7516..ebe8c316b 100755 --- a/scripts/release_ppa.sh +++ b/scripts/release_ppa.sh @@ -57,7 +57,7 @@ packagename=solc static_build_distribution=focal -DISTRIBUTIONS="bionic focal" +DISTRIBUTIONS="bionic focal groovy" if is_release then