Skip to content
GitLab
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
98578d2a
Commit
98578d2a
authored
Jan 16, 2019
by
sajolida
Browse files
Merge remote-tracking branch 'origin/devel' into devel
parents
4bb74508
d1f11e9b
Changes
2
Hide whitespace changes
Inline
Side-by-side
wiki/src/contribute/release_process/persistence-setup.mdwn
View file @
98578d2a
...
...
@@ -16,7 +16,9 @@ Install build and test dependencies
sudo apt install \
devscripts \
dh-make-perl \
libdist-zilla-app-command-authordebs-perl && \
libdist-zilla-app-command-authordebs-perl \
libfunction-parameters-perl \
libuuid-tiny-perl && \
dzil authordebs --install && \
git checkout debian && \
mk-build-deps -i -r --root-cmd sudo
...
...
@@ -75,7 +77,7 @@ Update `debian/changelog`:
Commit `debian/changelog`:
git commit debian/changelog \
-m "$(echo "$(dpkg-parsechangelog -SSource) ($(dpkg-parsechangelog -SVersion))\n\nGit-Dch: Ignore\n")"
-m "$(echo
-e
"$(dpkg-parsechangelog -SSource) ($(dpkg-parsechangelog -SVersion))\n\nGit-Dch: Ignore\n")"
Build a Debian package (use a Stretch/amd64 chroot, that has
`stretch-backports` enabled and on top of that: either tails-perl5lib
...
...
wiki/src/contribute/release_process/tails-iuk.mdwn
View file @
98578d2a
...
...
@@ -31,8 +31,8 @@ Update POT and PO files
=======================
git checkout master && \
"${
RELEASE
_CHECKOUT:?}"/import-translations && \
"${
RELEASE
_CHECKOUT:?}"/submodules/jenkins-tools/slaves/check_po && \
"${
TAILS_GIT
_CHECKOUT:?}"/import-translations && \
"${
TAILS_GIT
_CHECKOUT:?}"/submodules/jenkins-tools/slaves/check_po && \
git add po && \
git commit -m 'Update POT and PO files, pull updated translations from Transifex.'
...
...
@@ -100,7 +100,7 @@ and then update `debian/changelog` again if needed.
Commit `debian/changelog`:
git commit debian/changelog \
-m "$(echo "$(dpkg-parsechangelog -SSource) ($(dpkg-parsechangelog -SVersion))\n\nGit-Dch: Ignore\n")"
-m "$(echo
-e
"$(dpkg-parsechangelog -SSource) ($(dpkg-parsechangelog -SVersion))\n\nGit-Dch: Ignore\n")"
Build a Debian package (use a Stretch/amd64 chroot, that has
`stretch-backports` enabled and on top of that: either tails-perl5lib
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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