jenkins-bot has submitted this change and it was merged.

Change subject: debian-glue: do not alter changelog on CR+2
......................................................................


debian-glue: do not alter changelog on CR+2

When one +2 a change on a debian repo, he would probably expect to grab
the artifact directly from Jenkins.  Avoid altering the changelog when
debian-glue is run in gate-and-submit.

Change-Id: I7145812cd51461b35b72ed9ae6d98eb666a7358f
---
M jjb/operations-debs.yaml
1 file changed, 3 insertions(+), 0 deletions(-)

Approvals:
  Hashar: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/jjb/operations-debs.yaml b/jjb/operations-debs.yaml
index 91e6f03..e668dcb 100644
--- a/jjb/operations-debs.yaml
+++ b/jjb/operations-debs.yaml
@@ -111,6 +111,9 @@
         - shell: |
             # GIT_BRANCH is set to 'detached' :-(
             export GIT_BRANCH="$ZUUL_REF"
+            if [ "$ZUUL_PIPELINE" == "gate-and-submit" ]; then
+                export SKIP_DCH=true
+            fi
             /usr/bin/generate-git-snapshot
         - shell: |
             # Skip repository setup

-- 
To view, visit https://gerrit.wikimedia.org/r/251511
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I7145812cd51461b35b72ed9ae6d98eb666a7358f
Gerrit-PatchSet: 1
Gerrit-Project: integration/config
Gerrit-Branch: master
Gerrit-Owner: Hashar <[email protected]>
Gerrit-Reviewer: Hashar <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to