1 |
85ad3d82
|
Assos Assos
|
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][url] = git://github.com/developmentseed/tao.git
|
8 |
|
|
projects[tao][download][tag] = drupal-6--1-9
|
9 |
|
|
|
10 |
|
|
; Test that a branch can be pulled. We use a super-old "stale" branch in the
|
11 |
|
|
; Aegir project that we expect not to change.
|
12 |
|
|
projects[hostmaster][type] = profile
|
13 |
|
|
projects[hostmaster][download][type] = git
|
14 |
|
|
projects[hostmaster][download][url] = git://git.aegirproject.org/hostmaster.git
|
15 |
|
|
projects[hostmaster][download][branch] = DRUPAL-5
|
16 |
|
|
|
17 |
|
|
; Test that a specific revision can be pulled. Note that provision is not
|
18 |
|
|
; actually a module.
|
19 |
|
|
projects[provision][type] = module
|
20 |
|
|
projects[provision][download][type] = git
|
21 |
|
|
projects[provision][download][url] = git://git.aegirproject.org/provision.git
|
22 |
|
|
projects[provision][download][revision] = 017345defebaa6214a8962522e0e9a94889d0020 |