reset command for interrupted builds

This commit is contained in:
Faik Uygur
2009-09-02 06:29:09 +00:00
parent fb4c794593
commit fff1a706ee
+2
View File
@@ -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()