Merge lp:~gesha/linaro-android-build-tools/fix-howto-publishing into lp:linaro-android-build-tools

Proposed by Georgy Redkozubov
Status: Merged
Merged at revision: 532
Proposed branch: lp:~gesha/linaro-android-build-tools/fix-howto-publishing
Merge into: lp:linaro-android-build-tools
Diff against target: 12 lines (+1/-1)
1 file modified
utils/mangle-jobs/push-artifacts-set.mangle (+1/-1)
To merge this branch: bzr merge lp:~gesha/linaro-android-build-tools/fix-howto-publishing
Reviewer Review Type Date Requested Status
Paul Sokolovsky Approve
Review via email: mp+130562@code.launchpad.net

Description of the change

Fixes howtos publishing, only howto/HOWTO_*.txt will be published under target/ directory.

To post a comment you must log in.
Revision history for this message
Paul Sokolovsky (pfalcon) wrote :

Looks good.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'utils/mangle-jobs/push-artifacts-set.mangle'
--- utils/mangle-jobs/push-artifacts-set.mangle 2012-10-18 14:07:03 +0000
+++ utils/mangle-jobs/push-artifacts-set.mangle 2012-10-19 14:36:23 +0000
@@ -12,7 +12,7 @@
12 "build/out/linaro_android_build_cmds.sh," \12 "build/out/linaro_android_build_cmds.sh," \
13 "build/out/**/*EULA*," \13 "build/out/**/*EULA*," \
14 "build/out/**/BUILD-INFO.txt," \14 "build/out/**/BUILD-INFO.txt," \
15 "build/out/**/HOWTO*.txt"15 "build/out/target/**/howto/HOWTO_*.txt"
1616
17def mangle(tree):17def mangle(tree):
18 nodes = tree.xpath('//jenkins.plugins.publish__over__ssh.BapSshTransfer/sourceFiles')18 nodes = tree.xpath('//jenkins.plugins.publish__over__ssh.BapSshTransfer/sourceFiles')

Subscribers

People subscribed via source and target branches