Ilkka Laukkanen
de18f1e4a6
Replace tarruby with archive-tar-minitar.
...
Tarruby seems to not compile on 64-bit, and even its author says to use
another library. Minitar seems to be more active than libarchive so I
used that.
Tests not fixed yet.
2010-03-09 10:38:02 -08:00
Mitchell Hashimoto
20ed284372
Unpackage now has its own rescue implementation
2010-03-04 21:02:59 -08:00
Mitchell Hashimoto
bf738d4db5
Developer documentation for box actions
2010-03-04 20:58:50 -08:00
John Bender
c952fdaa24
check if a box exists before beginning add action
2010-03-03 23:53:46 -08:00
Mitchell Hashimoto
35af1fa02b
Added rescue/cleanup methods to box downloading to cleanup temporary files
2010-03-03 23:00:04 -08:00
Mitchell Hashimoto
3d220ef5c8
HTTP downloader implemented. Boxes can now be added via HTTP!
2010-02-28 22:13:37 -08:00
Mitchell Hashimoto
9913c07ff2
Box download action now uses Vagrant "Downloaders." These are abstractions which will allow me to implement file downloading, http downloading etc. File downloading implemented here.
2010-02-28 21:42:38 -08:00
Mitchell Hashimoto
5b68f3dd10
Box actions clean up the temporary file after unpackaging
2010-02-22 22:42:31 -08:00
Mitchell Hashimoto
c7e21a0c94
Moved the destroy logic out to a re-usable box action.
2010-02-22 21:32:15 -08:00
Mitchell Hashimoto
546db294ca
vagrant box remove functionality is in
2010-02-22 21:27:57 -08:00
Mitchell Hashimoto
f502587931
vagrant box add works completely
2010-02-22 18:57:19 -08:00
Mitchell Hashimoto
28b48929df
Changed box actions and commands to use the Box class instead of passed in params.
2010-02-22 18:17:43 -08:00
Mitchell Hashimoto
1856d56431
Box downloading works (Actions::Box::Download)
2010-02-22 17:34:44 -08:00
Mitchell Hashimoto
6b705cbe42
Change vm attribute to be runner on action base to reflect what it now is.
2010-02-22 16:35:22 -08:00
Mitchell Hashimoto
f60b383b75
vagrant box command with primitive functionality is in. Doesn't do anything productive yet.
2010-02-22 16:13:53 -08:00