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