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
Jonathan Rudenberg
6e0f171514
Remove ftools requirement (deprecated in 1.9)
2010-03-09 09:12:02 -08:00
Mitchell Hashimoto
6a3b7370aa
Load action runner before all other files
2010-03-09 08:45:14 -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
1856d56431
Box downloading works (Actions::Box::Download)
2010-02-22 17:34:44 -08:00
John Bender
c644cfad1a
package and unpackage moved to tar, tarruby added
2010-02-19 00:54:49 -08:00
Mitchell Hashimoto
2cdd3f35fc
Removed "tarruby" dependency
2010-02-15 15:27:47 -08:00
Mitchell Hashimoto
e77c780e0d
Add defined? check for defining PROJECT_ROOT to suppress warnings
2010-02-13 11:50:01 -08:00
Mitchell Hashimoto
1288b229d1
Require action base before everything else as well
2010-02-13 11:48:13 -08:00
Mitchell Hashimoto
8f63272403
Cleaned up the requiring of files in vagrant.rb
2010-02-13 11:43:58 -08:00
John Bender
1316a9ac17
packaging working
2010-02-12 00:13:24 -08:00
Mitchell Hashimoto
119d91eafb
Move all commands to the Vagrant::Command class. Document all commands.
2010-02-12 00:07:39 -08:00
Mitchell Hashimoto
03079d9fa6
Get rid of "VAGRANT_ENV" since that was just a hack. Log output location configurable now.
2010-02-10 13:59:25 -08:00
Mitchell Hashimoto
6c9c09c1b1
Move all commands to the Vagrant::Command class. Document all commands.
2010-02-10 13:46:22 -08:00
Mitchell Hashimoto
ba77944d67
Removed some unnecessary requires
2010-02-10 01:53:05 -08:00
Mitchell Hashimoto
c1998d2127
And then God said unto thee, "You shall be named Vagrant."
2010-02-09 23:08:23 -08:00