Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add cookbook submodules. #2

Merged
merged 2 commits into from Feb 26, 2014
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
15 changes: 15 additions & 0 deletions .gitmodules
@@ -0,0 +1,15 @@
[submodule "cookbooks/apt"]
path = cookbooks/apt
url = https://github.com/opscode-cookbooks/apt.git
[submodule "cookbooks/build-essential"]
path = cookbooks/build-essential
url = https://github.com/opscode-cookbooks/build-essential.git
[submodule "cookbooks/git"]
path = cookbooks/git
url = https://github.com/opscode-cookbooks/git.git
[submodule "cookbooks/vim"]
path = cookbooks/vim
url = https://github.com/opscode-cookbooks/vim.git
[submodule "cookbooks/java"]
path = cookbooks/java
url = https://github.com/opscode-cookbooks/java.git
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -68,7 +68,7 @@ _Note: All the software needed is automatically downloaded as it is needed. Sev

1. From the newly created working directory, e.g.

$ cd /csci65/android-vm
$ cd /csci65/android-vm && git submodule init

2. Run the following to start Vagrant and kick-off the process to build an Android VM,

Expand Down
2 changes: 1 addition & 1 deletion cookbooks/apt
Submodule apt updated from b58c75 to 8ef28b
2 changes: 1 addition & 1 deletion cookbooks/build-essential
2 changes: 1 addition & 1 deletion cookbooks/git
Submodule git updated from 575a3e to fe2713
2 changes: 1 addition & 1 deletion cookbooks/java
Submodule java updated from c6ef8a to 325835
1 change: 1 addition & 0 deletions cookbooks/vim
Submodule vim added at 858a24
50 changes: 0 additions & 50 deletions cookbooks/vim/README.md

This file was deleted.

20 changes: 0 additions & 20 deletions cookbooks/vim/attributes/default.rb

This file was deleted.

36 changes: 0 additions & 36 deletions cookbooks/vim/metadata.json

This file was deleted.

11 changes: 0 additions & 11 deletions cookbooks/vim/metadata.rb

This file was deleted.

35 changes: 0 additions & 35 deletions cookbooks/vim/recipes/default.rb

This file was deleted.