aboutsummaryrefslogtreecommitdiff
path: root/utils/mangle-jobs/shell-status-set.mangle
diff options
context:
space:
mode:
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"