Skip to content
This repository has been archived by the owner on Jan 5, 2024. It is now read-only.

[wip] update pip mirror update policy, build deb package on each PR to verify policy is adhered to #36

Closed
wants to merge 2 commits into from

Conversation

redshiftzero
Copy link
Contributor

@redshiftzero redshiftzero commented Jun 17, 2019

Description

Changes in this repo for freedomofpress/securedrop-builder#48

Test Plan

CI/dev only so read the diff, make sure all makes sense, and make sure CI passes

Note that we'll need to modify the required checks for merge for the new job and renamed job, will do when this is approved

@redshiftzero redshiftzero changed the title [wip] update pip mirror update policy, build deb package on each PR to verify policy is adhered to update pip mirror update policy, build deb package on each PR to verify policy is adhered to Jun 17, 2019
@redshiftzero redshiftzero changed the title update pip mirror update policy, build deb package on each PR to verify policy is adhered to [wip] update pip mirror update policy, build deb package on each PR to verify policy is adhered to Jun 17, 2019
command: |
cd ~/project
git tag 1000.0 # Dummy version number, doesn't matter what we put here
python3 setup.py sdist
Copy link
Contributor

Choose a reason for hiding this comment

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

This will build a tarball the version mentioned in the setup.py, not with the git tag.

command: |
cd ~/packaging/securedrop-debian-packaging
export PKG_VERSION=1000.0
export PKG_PATH=~/packaging/securedrop-proxy/dist/securedrop-proxy-$PKG_VERSION.tar.gz
Copy link
Contributor

Choose a reason for hiding this comment

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

This will be affected based on the comment above.

@redshiftzero
Copy link
Contributor Author

i'm closing this to make clear that freedomofpress/securedrop-client#422 should be merged first

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants