-
Notifications
You must be signed in to change notification settings - Fork 14
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
Conversation
dbf1623
to
232d503
Compare
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" |
There was a problem hiding this comment.
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?
There was a problem hiding this 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?
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