1 |
85ad3d82
|
Assos Assos
|
core = 6.x
|
2 |
|
|
api = 2
|
3 |
|
|
|
4 |
|
|
; Test that an alternative CVSROOT specification works.
|
5 |
|
|
projects[drupal][type] = core
|
6 |
|
|
projects[drupal][download][type] = cvs
|
7 |
|
|
projects[drupal][download][root] = :pserver:anonymous:anonymous@cvs.drupal.org:/cvs/drupal
|
8 |
|
|
projects[drupal][download][module] = drupal
|
9 |
|
|
projects[drupal][download][revision] = DRUPAL-6-17
|
10 |
|
|
|
11 |
|
|
; Test that no CVSROOT specification falls back to Drupal contrib.
|
12 |
|
|
projects[votingapi][type] = module
|
13 |
|
|
projects[votingapi][download][type] = cvs
|
14 |
|
|
projects[votingapi][download][module] = contributions/modules/votingapi
|
15 |
|
|
projects[votingapi][download][revision] = DRUPAL-6--2-0
|
16 |
|
|
|
17 |
|
|
; Test that a revision pinned to a date works.
|
18 |
|
|
projects[token][type] = module
|
19 |
|
|
projects[token][download][type] = cvs
|
20 |
|
|
projects[token][download][module] = contributions/modules/token
|
21 |
|
|
projects[token][download][revision] = DRUPAL-6--1:2010-02-17 |