Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add CircleCI based package build #253

Merged
merged 11 commits into from
Nov 22, 2019
Merged

Add CircleCI based package build #253

merged 11 commits into from
Nov 22, 2019

Conversation

FedericoCeratto
Copy link
Contributor

@FedericoCeratto FedericoCeratto commented Nov 20, 2019

Package built and published at https://dl.bintray.com/ooni/internal-pull-requests/

This is an experiment related to https://github.com/ooni/sysadmin/issues/381

The package build + upload into bintray takes approx 1 minute

mv ../*.deb /tmp/debs/
pname="fastpath"
fn=${pname}_${ver}_all.deb
curl --show-error -f -T /tmp/debs/$fn -u$BTUSER:$BINTRAY_API_KEY "https://api.bintray.com/content/ooni/internal-pull-requests/${pname}/${ver}/${fn};deb_distribution=unstable;deb_component=main;deb_architecture=amd64;publish=1"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe we can split this long line to be a bit more readable?

Copy link
Member

@hellais hellais left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I just left a minor comment, but this looks good to merge to me.

Once you land it can you also update https://github.com/ooni/sysadmin/pull/380/files to do the required setup to install the deb package?

@hellais hellais merged commit 56d0ac6 into master Nov 22, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants