Merge "jobs to check if openflowplugin can collect 100k flows"
[releng/builder.git] / jenkins-scripts / autorelease.sh
1 #!/bin/bash
2
3 # Format and mount rackspace data disk
4 mkfs -t ext3 /dev/xvde1
5 mkdir /opt/jenkins/workspace
6 mount /dev/xvde1 /opt/jenkins/workspace
7 chown jenkins:jenkins /opt/jenkins/workspace