aboutsummaryrefslogtreecommitdiff
path: root/utils/mangle-jobs/shell-status-set.mangle
diff options
context:
space:
mode:
authorPaul Sokolovsky <paul.sokolovsky@linaro.org>2013-12-10 19:07:20 +0200
committerPaul Sokolovsky <paul.sokolovsky@linaro.org>2013-12-10 19:07:20 +0200
commitaee561ce46291ce59297d6b2e3c6f34e0d0db15a (patch)
tree8200bafad7cbeb72eaa14d9526abf2e5254f32ee /utils/mangle-jobs/shell-status-set.mangle
parent05bf96b681912b6caff4a53ef2187f9172a1d616 (diff)
Most of utils migrated to https://git.linaro.org/infrastructure/linaro-jenkins-tools.git
Diffstat (limited to 'utils/mangle-jobs/shell-status-set.mangle')
-rw-r--r--utils/mangle-jobs/shell-status-set.mangle11
1 files changed, 0 insertions, 11 deletions
diff --git a/utils/mangle-jobs/shell-status-set.mangle b/utils/mangle-jobs/shell-status-set.mangle
deleted file mode 100644
index aab05e6..0000000
--- a/utils/mangle-jobs/shell-status-set.mangle
+++ /dev/null
@@ -1,11 +0,0 @@
-# Make 1st of 2 shell scripts we have run using shell-status plugin
-
-#from lxml.etree import Element
-from lxml.etree import fromstring
-
-def mangle(tree):
- tags = tree.xpath('//hudson.tasks.Shell')
- if len(tags) != 2:
- # Already applied
- return
- tags[0].tag = "hudson.plugins.shell.ShellWithStatus"