Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
tails
tails
Commits
5434f2df
Commit
5434f2df
authored
Oct 14, 2018
by
segfault
Browse files
VeraCrypt release docs: Fix distribution name (refs:
#15524
)
parent
e845ef1c
Changes
1
Hide whitespace changes
Inline
Side-by-side
wiki/src/contribute/release_process/veracrypt.mdwn
View file @
5434f2df
...
...
@@ -30,6 +30,9 @@ If any of these have a new version in stretch or stretch-security:
NEW_VERSION=2.1.8-2
# Release the updated package should go in (stable, testing or devel)
RELEASE=stable
# The topic branch for this update
BRANCH=feature/update-udisks
SUITE=$(echo ${BRANCH} | sed -e 's,[^.a-z0-9-],-,ig' | tr '[A-Z]' '[a-z]')
sudo tee /etc/apt/sources.list.d/tails.list <<EOF
deb-src tor+http://jenw7xbd6tf7vfhp.onion/ ${RELEASE} main
...
...
@@ -54,9 +57,7 @@ If any of these have a new version in stretch or stretch-security:
in a Stretch/amd64 chroot:
cd ${PACKAGE_NAME}*/
# Set the distribution field to the name of the branch that will bring
# the update (without "bugfix/" or "feature/")
debchange -i
debchange -i --distribution=${SUITE} --force-distribution
pdebuild
1. Install the newly built package in the build environment and rebuild all
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment