Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Georg Koppen
Tor
Commits
5dcc2322
Commit
5dcc2322
authored
Mar 16, 2022
by
David Goulet
🐼
Browse files
Merge branch 'maint-0.4.6' into release-0.4.6
parents
58136884
4e6e2aa0
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
5dcc2322
...
...
@@ -242,3 +242,22 @@ debian-nss:
NSS
:
"
yes"
script
:
-
./scripts/ci/ci-driver.sh
#####
# Debian packaging triggers for maintenance branches
debian-packaging-0.4.5
:
stage
:
deploy
trigger
:
project
:
tpo/core/debian/tor
branch
:
debian-0.4.5
rules
:
-
if
:
$CI_PROJECT_NAMESPACE == "tpo/core" &&
$CI_COMMIT_BRANCH == "maint-0.4.5"
debian-packaging-0.4.6
:
stage
:
deploy
trigger
:
project
:
tpo/core/debian/tor
branch
:
debian-0.4.6
rules
:
-
if
:
$CI_PROJECT_NAMESPACE == "tpo/core" &&
$CI_COMMIT_BRANCH == "maint-0.4.6"
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