Ian province abbreviation patch - issue 724
[civicrm-core.git] / distmaker / distmaker.conf.dist
1 #!/bin/bash
2 DM_SOURCEDIR= <Set this to your repository checkout root>
3 DM_GENFILESDIR= <Set this to directory where generated files should reside>
4 DM_TMPDIR= <Set this to temporary directory>
5 DM_TARGETDIR= <Set this to directory where tarballs should land>
6
7 ## Optional
8 # DM_PHP= <Set this to your php binary> [default: php]
9 # DM_RSYNC= <set this to your rsync binary> [default: rsync]
10 # DM_ZIP= <set this to your zip binary> [default: zip]
11 # DM_NPM= <Set this to your npm binary> [default: npm]
12 # DM_NODE= <Set this to your node binary> [default: node]
13 # DM_COMPOSER= <Set this to your composer binary> [default: composer]
14
15 DM_VERSION= <Set this to whatever the version number should be>
16
17 ## Git banch/tag name
18 DM_REF_CORE=master
19 DM_REF_DRUPAL=7.x-${DM_REF_CORE}
20 DM_REF_DRUPAL6=6.x-${DM_REF_CORE}
21 DM_REF_JOOMLA=${DM_REF_CORE}
22 DM_REF_WORDPRESS=${DM_REF_CORE}
23 DM_REF_PACKAGES=${DM_REF_CORE}