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
1=== modified file 'utils/mangle-jobs/push-artifacts-set.mangle'
2--- utils/mangle-jobs/push-artifacts-set.mangle 2012-10-18 14:07:03 +0000
3+++ utils/mangle-jobs/push-artifacts-set.mangle 2012-10-19 14:36:23 +0000
4@@ -12,7 +12,7 @@
5 "build/out/linaro_android_build_cmds.sh," \
6 "build/out/**/*EULA*," \
7 "build/out/**/BUILD-INFO.txt," \
8- "build/out/**/HOWTO*.txt"
9+ "build/out/target/**/howto/HOWTO_*.txt"
10
11 def mangle(tree):
12 nodes = tree.xpath('//jenkins.plugins.publish__over__ssh.BapSshTransfer/sourceFiles')

Subscribers

People subscribed via source and target branches