-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Modify update_version.sh to support rc version strings
Preserving the SecureDrop Core scheme, this will allow us to support release canadidates for the workstation provisioning code. Pre-release separators for RPMs[1] are `~`, while not supported in Python (per PEP440)[2], and overwriting them to `-`. We should modify the RPM spec to specify the source folder and tarballs to take into account this path change. Thanks to @kushaldas for recommending the use of `%prep` and `%setup -n <path>` here. [1]: https://docs.fedoraproject.org/en-US/packaging-guidelines/Versioning/#_versioning_prereleases_with_tilde [2]: https://www.python.org/dev/peps/pep-0440/#pre-release-separators
- Loading branch information
Showing
2 changed files
with
13 additions
and
3 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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