Patched to Drupal 8.4.8 level. See https://www.drupal.org/sa-core-2018-004 and patch...
[yaffs-website] / vendor / drush / drush / tests / makefiles / git.make
1 core = 6.x
2 api = 2
3
4 ; Test that a specific tag can be pulled.
5 projects[tao][type] = theme
6 projects[tao][download][type] = git
7 projects[tao][download][tag] = 6.x-3.2
8
9 ; Test that a branch can be pulled. We use a super-old "stale" branch in the
10 ; Drupalbin project that we expect not to change.
11 projects[drupalbin][type] = profile
12 projects[drupalbin][download][type] = git
13 projects[drupalbin][download][branch] = 5.x-1.x
14
15 ; Test that a specific revision can be pulled. Note that provision is not
16 ; actually a module.
17 projects[visitor][type] = module
18 projects[visitor][download][type] = git
19 projects[visitor][download][revision] = 5f256032cd4bcc2db45c962306d12c85131388ef
20
21 ; Test a non-Drupal.org repository.
22 projects[os_lightbox][type] = "module"
23 projects[os_lightbox][download][type] = "git"
24 projects[os_lightbox][download][url] = "https://github.com/opensourcery/os_lightbox.git"
25 projects[os_lightbox][download][revision] = "8d60090f2"
26
27 ; Test a refspec fetch.
28 projects[storypal][type] = module
29 projects[storypal][download][type] = git
30 projects[storypal][download][url] = http://git.drupal.org/project/storypal.git
31 projects[storypal][download][refspec] = refs/tags/7.x-1.0