jenkins-bot has submitted this change and it was merged. ( 
https://gerrit.wikimedia.org/r/338760 )

Change subject: debian-glue: add debc to dump packages content
......................................................................


debian-glue: add debc to dump packages content

debc - view contents of a generated Debian package

Rather helpful to quickly checks that everything is properly set in the
.deb package.

Use the jenkins-debian-glue wrapper jdg-debc
Capture output to debc.txt so it can be attached to the build result.

Update:
    debian-glue
    debian-glue-non-voting

Bug: T158553
Change-Id: I54e5cfc3861aa883a517f8b53e99f2d7a9398267
---
M jjb/operations-debs.yaml
1 file changed, 4 insertions(+), 1 deletion(-)

Approvals:
  Hashar: Looks good to me, approved
  jenkins-bot: Verified
  Volans: Looks good to me, but someone else must approve



diff --git a/jjb/operations-debs.yaml b/jjb/operations-debs.yaml
index aaeaf07..7b1496e 100644
--- a/jjb/operations-debs.yaml
+++ b/jjb/operations-debs.yaml
@@ -162,6 +162,9 @@
         # positives, specially when the tar.gz is severly outdated
         # T141454 T148664
         #- debian-glue-piuparts
+        - shell: |
+            set -o pipefail
+            jdg-debc | tee debc.txt
     publishers:
       - xunit:
           thresholdsmode: 'number'
@@ -177,7 +180,7 @@
       #- tap:
       #    results: piuparts.tap
       - archive:
-          artifacts: 
'*.gz,*.bz2,*.xz,*.deb,*.dsc,*.changes,lintian.txt,lintian.xml,piuparts.txt,piuparts.tap'
+          artifacts: 
'*.gz,*.bz2,*.xz,*.deb,*.dsc,*.changes,debc.txt,lintian.txt,lintian.xml,piuparts.txt,piuparts.tap'
 
 - job-template:
     !!merge : *job_template_debian_glue

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

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

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

Reply via email to