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
2f7b6781
Commit
2f7b6781
authored
Aug 20, 2018
by
intrigeri
Browse files
Thunderbird release process: jump through less hoops.
parent
7adc9a7d
Changes
1
Hide whitespace changes
Inline
Side-by-side
wiki/src/contribute/release_process/thunderbird.mdwn
View file @
2f7b6781
...
...
@@ -106,11 +106,10 @@ released:
named tag:
GBP_TAG="debian/$(echo ${TAILS_VERSION:?} | tr '~:' '_%')"
GBP_TAG_COMMIT="$(git rev-list -n 1 "${GBP_TAG}")"
NEW_GBP_TAG="$(echo ${GBP_TAG:?} | sed 's@/1%@/@')" && \
git tag -s "${NEW_GBP_TAG:?}" \
-m "thunderbird Debian release 1:${TAILS_VERSION:?}" \
"${GBP_TAG
_COMMIT
:?}"
"${GBP_TAG:?}"
1. Git push and upload packages:
...
...
Write
Preview
Markdown
is supported
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