Merge "Placing file in the right place + pushing for 127 nodes"
[releng/builder.git] / jenkins-scripts / builder.sh
index 65d1b97c733abfc0cbad952855c8e4de1683d20f..e2f5f13535cdc5bf6dae49d76ff39873d2a6f59e 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/bash
 
 yum clean all
-yum install -y python-{tox,virtualenv}
+yum install -y python-{tox,virtualenv} xmlstarlet
 
 # vim: sw=2 ts=2 sts=2 et :