[tor-commits] [tor] 01/04: Add CI triggers for Debian package builds

gitolite role git at cupani.torproject.org
Wed Mar 16 17:29:32 UTC 2022


This is an automated email from the git hooks/post-receive script.

dgoulet pushed a commit to branch main
in repository tor.

commit 6ef6d36296a1562d77e7cc725db348127f72a081
Author: Jérôme Charaoui <jerome at riseup.net>
AuthorDate: Tue Feb 15 17:07:24 2022 -0500

    Add CI triggers for Debian package builds
    
    This enables on-demand debian packaging CI builds on maintenance
    branches, to replace (often unnecessary) daily scheduled builds.
---
 .gitlab-ci.yml | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index c6bcf38c54..284f7d858c 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -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"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the tor-commits mailing list