Commit 30c82d3c authored by Luhan Wang's avatar Luhan Wang

purge ustb repo

parent fe7990f3
...@@ -9,6 +9,7 @@ echo $result ...@@ -9,6 +9,7 @@ echo $result
if [ "$result" != "" ];then if [ "$result" != "" ];then
uvt-kvm destroy $VM_NAME ## if exist testing vm, then remove it uvt-kvm destroy $VM_NAME ## if exist testing vm, then remove it
fi fi
uvt-simplestreams-libvirt purge
uvt-simplestreams-libvirt sync arch=amd64 release=bionic --source=https://mirrors.tuna.tsinghua.edu.cn/ubuntu-cloud-images/daily uvt-simplestreams-libvirt sync arch=amd64 release=bionic --source=https://mirrors.tuna.tsinghua.edu.cn/ubuntu-cloud-images/daily
##创建一个虚拟机用于承载测试; ##创建一个虚拟机用于承载测试;
uvt-kvm create vmtest release=bionic --memory 8192 --disk 80 --cpu 4 --ssh-public-key-file ~/.ssh/id_rsa.pub uvt-kvm create vmtest release=bionic --memory 8192 --disk 80 --cpu 4 --ssh-public-key-file ~/.ssh/id_rsa.pub
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment