X-Git-Url: https://yaffs.net/gitweb/?a=blobdiff_plain;f=vendor%2Fdrush%2Fdrush%2Ftests%2Fmakefiles%2Fgit-simple.make;fp=vendor%2Fdrush%2Fdrush%2Ftests%2Fmakefiles%2Fgit-simple.make;h=0000000000000000000000000000000000000000;hb=af6d1fb995500ae68849458ee10d66abbdcfb252;hp=3061d70fcdd4b5d5a0fc68feccf0d769eb030097;hpb=680c79a86e3ed402f263faeac92e89fb6d9edcc0;p=yaffs-website diff --git a/vendor/drush/drush/tests/makefiles/git-simple.make b/vendor/drush/drush/tests/makefiles/git-simple.make deleted file mode 100644 index 3061d70fc..000000000 --- a/vendor/drush/drush/tests/makefiles/git-simple.make +++ /dev/null @@ -1,16 +0,0 @@ -core = 6.x -api = 2 - -; Test that make defaults to download type of git if any download -; parameters are present. -projects[cck_signup][download][revision] = "2fe932c" - -; Test that make defaults to download type of git if any download -; parameters are present. -projects[context_admin][download][revision] = "eb9f05e" - -; 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"