From 6062b652f64ff61355c99f92249c3b61d5bbdeee Mon Sep 17 00:00:00 2001 From: Simone Basso Date: Wed, 3 Feb 2021 21:32:45 +0100 Subject: [PATCH] Release 3.5.1 (#218) * chore: bless 3.5.1 * fix(debian): there is an unexpected empty line in template * fix: make sure we can install the package We notice that the package was broken only when installing. Apparently, the debian script do not check for errors during the build. * fix(debian): nice that the build breaks now let's see if it fixes --- .github/workflows/debian.yml | 1 + cmd/ooniprobe/internal/version/version.go | 2 +- debian/ooniprobe-cli.templates | 3 +-- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/debian.yml b/.github/workflows/debian.yml index 309b6d1..24d662f 100644 --- a/.github/workflows/debian.yml +++ b/.github/workflows/debian.yml @@ -34,6 +34,7 @@ jobs: dpkg-buildpackage -us -uc -b find ../ -name "*.deb" -type f DEB="../ooniprobe-cli_${VER}_amd64.deb" + echo no | sudo dpkg -i $DEB BT_FNAME="ooniprobe-cli_${VER}_amd64.deb" curl --upload-file "${DEB}" -u "${BT_APIUSER}:${BT_APIKEY}" \ "https://api.bintray.com/content/${BT_ORG}/${BT_REPO}/${BT_PKGNAME}/${VER}/${BT_FNAME};deb_distribution=${DEBDIST};deb_component=main;deb_architecture=amd64;publish=1" diff --git a/cmd/ooniprobe/internal/version/version.go b/cmd/ooniprobe/internal/version/version.go index 7126ac8..c79c858 100644 --- a/cmd/ooniprobe/internal/version/version.go +++ b/cmd/ooniprobe/internal/version/version.go @@ -3,5 +3,5 @@ package version const ( // Version is the software version - Version = "3.5.0" + Version = "3.5.1" ) diff --git a/debian/ooniprobe-cli.templates b/debian/ooniprobe-cli.templates index 3fb7f43..d799424 100644 --- a/debian/ooniprobe-cli.templates +++ b/debian/ooniprobe-cli.templates @@ -2,8 +2,7 @@ Template: ooniprobe-cli/ask-consent Type: boolean Default: true Description: Can we automatically publish your OONI Probe test results? - -OONI Probe measures internet censorship and network performance. + OONI Probe measures internet censorship and network performance. . Heads-up! .