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

ci: increment version and build nightly securedrop-client deb package #58

Merged
merged 2 commits into from
Jun 20, 2019

Conversation

redshiftzero
Copy link
Contributor

Closes freedomofpress/securedrop-client#407 (see rationale for versioning scheme here)

Contains securedrop-client side changes for #50

Test build here: observe the built package is in /home/circleci/debbuild/packaging/securedrop-client_0.0.8-dev-20190618-205506_all.deb

This PR also contains some DRYing up so that the securedrop-proxy version of this change will be pretty minimal (to do once freedomofpress/securedrop-proxy#37 is merged)

Copy link
Contributor

@emkll emkll left a comment

Choose a reason for hiding this comment

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

Thanks @redshiftzero changes look great to me.

Reviewed CI output reproduced steps manually locally and inspected artifacts and version strings make sense.

run:
name: Get latest tag for the project and make a source tarball
name: Create nightly version
command: |
cd ~/packaging/securedrop-*
Copy link
Contributor

Choose a reason for hiding this comment

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

This line could be problematic if we will use in the same container for multiple builds, but since we are doing 1 container per deb, this will work as expected

@emkll emkll merged commit 6847500 into master Jun 20, 2019
@emkll emkll deleted the ci-nightly-securedrop-client branch June 20, 2019 17:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add update_version.sh to automate version bumps for nightly builds
2 participants