Create Jenkins spin-up scripts
[releng/builder.git] / jenkins-scripts / robot.sh
1 #!/bin/bash
2
3 yum clean all
4 yum install -y unzip
5
6 # disable firewall rules
7 service iptables stop
8
9 # vim: sw=2 ts=2 sts=2 et :