X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=vendor%2Fdrush%2Fdrush%2Ftests%2Fmakefiles%2Foptions-project.make;fp=vendor%2Fdrush%2Fdrush%2Ftests%2Fmakefiles%2Foptions-project.make;h=1726f76028a079de44a99330bd3ecd6c7152c035;hp=0000000000000000000000000000000000000000;hb=a2bd1bf0c2c1f1a17d188f4dc0726a45494cefae;hpb=57c063afa3f66b07c4bbddc2d6129a96d90f0aad diff --git a/vendor/drush/drush/tests/makefiles/options-project.make b/vendor/drush/drush/tests/makefiles/options-project.make new file mode 100644 index 000000000..1726f7602 --- /dev/null +++ b/vendor/drush/drush/tests/makefiles/options-project.make @@ -0,0 +1,19 @@ +core = 6.x +api = 2 + +; Test that revision passed in uses git to download project. +projects[context_admin][download][revision] = "eb9f05e" + +; Test that make preserves VCS directories. +projects[context_admin][options][working-copy] = TRUE + +; Test that make defaults to download type of git if any download +; parameters are present. +projects[cck_signup][download][revision] = "2fe932c" + +; When branch is passed in addition to revision, .info file rewriting has better versioning. +projects[caption_filter][subdir] = "contrib" +projects[caption_filter][download][type] = "git" +projects[caption_filter][download][branch] = "7.x-1.x" +projects[caption_filter][download][revision] = "c9794cf" +projects[caption_filter][options][working-copy] = TRUE