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
f2af120c
Commit
f2af120c
authored
Jan 16, 2019
by
anonym
Browse files
Pass -e to echo so it outputs the desired newlines.
parent
7fcde158
Changes
2
Hide whitespace changes
Inline
Side-by-side
wiki/src/contribute/release_process/persistence-setup.mdwn
View file @
f2af120c
...
...
@@ -77,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 @
f2af120c
...
...
@@ -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