Kaydet (Commit) fff1a706 authored tarafından Faik Uygur's avatar Faik Uygur

reset command for interrupted builds

üst fb4c7945
......@@ -110,6 +110,8 @@ cmd = sys.argv[1]
if cmd == "create":
create_sandbox("base", "http://192.168.3.110/pardus-2009/pisi-index.xml.bz2")
elif cmd == "reset":
umount_sandbox()
elif cmd == "build":
pspec = sys.argv[2]
mount_sandbox()
......
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