3061d70fcdd4b5d5a0fc68feccf0d769eb030097
[yaffs-website] / vendor / drush / drush / tests / makefiles / git-simple.make
1 core = 6.x
2 api = 2
3
4 ; Test that make defaults to download type of git if any download
5 ; parameters are present.
6 projects[cck_signup][download][revision] = "2fe932c"
7
8 ; Test that make defaults to download type of git if any download
9 ; parameters are present.
10 projects[context_admin][download][revision] = "eb9f05e"
11
12 ; When branch is passed in addition to revision, .info file rewriting has better versioning.
13 projects[caption_filter][subdir] = "contrib"
14 projects[caption_filter][download][type] = "git"
15 projects[caption_filter][download][branch] = "7.x-1.x"
16 projects[caption_filter][download][revision] = "c9794cf"