Skip to content

Commit

Permalink
Release 3.5.1 (#218)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
bassosimone authored Feb 3, 2021
1 parent cb6aa1f commit 6062b65
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/debian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion cmd/ooniprobe/internal/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ package version

const (
// Version is the software version
Version = "3.5.0"
Version = "3.5.1"
)
3 changes: 1 addition & 2 deletions debian/ooniprobe-cli.templates
Original file line number Diff line number Diff line change
Expand Up @@ -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!
.
Expand Down

0 comments on commit 6062b65

Please sign in to comment.