This repository was 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
redshiftzero wants to merge 2 commits intomasterfrom
Closed
[wip] update pip mirror update policy, build deb package on each PR to verify policy is adhered to#36redshiftzero wants to merge 2 commits intomasterfrom
redshiftzero wants to merge 2 commits intomasterfrom
Conversation
kushaldas
reviewed
Jun 18, 2019
| command: | | ||
| cd ~/project | ||
| git tag 1000.0 # Dummy version number, doesn't matter what we put here | ||
| python3 setup.py sdist |
Contributor
There was a problem hiding this comment.
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 |
Contributor
There was a problem hiding this comment.
This will be affected based on the comment above.
Contributor
Author
|
i'm closing this to make clear that freedomofpress/securedrop-client#422 should be merged first |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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