This is an automated email from the git hooks/post-receive script.
dgoulet pushed a change to branch main in repository tor.
from 7ce17c2b00 relay: Reconfigure libevent options only on DNS params change new 6ef6d36296 Add CI triggers for Debian package builds new 3dee8a597f Merge branch 'tor-gitlab/mr/533' into maint-0.4.5 new 4e6e2aa05d Merge branch 'maint-0.4.5' into maint-0.4.6 new a91bdca1a4 Merge branch 'maint-0.4.6'
The 4 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference.
Summary of changes: .gitlab-ci.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+)
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@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"
This is an automated email from the git hooks/post-receive script.
dgoulet pushed a commit to branch main in repository tor.
commit 3dee8a597f0639cc2f388103af3cdb12633fb575 Merge: 254b23ab9d 6ef6d36296 Author: David Goulet dgoulet@torproject.org AuthorDate: Wed Mar 16 13:27:27 2022 -0400
Merge branch 'tor-gitlab/mr/533' into maint-0.4.5
.gitlab-ci.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+)
This is an automated email from the git hooks/post-receive script.
dgoulet pushed a commit to branch main in repository tor.
commit 4e6e2aa05d9848494c9f8159eb969c8f9266b957 Merge: be80383a7c 3dee8a597f Author: David Goulet dgoulet@torproject.org AuthorDate: Wed Mar 16 13:27:31 2022 -0400
Merge branch 'maint-0.4.5' into maint-0.4.6
.gitlab-ci.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+)
This is an automated email from the git hooks/post-receive script.
dgoulet pushed a commit to branch main in repository tor.
commit a91bdca1a41960b3857847fd87ef0bbea4c6e45e Merge: 7ce17c2b00 4e6e2aa05d Author: David Goulet dgoulet@torproject.org AuthorDate: Wed Mar 16 13:27:31 2022 -0400
Merge branch 'maint-0.4.6'
.gitlab-ci.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+)
tor-commits@lists.torproject.org