Merge pull request #16639 from seamuslee001/dev_core_1621
[civicrm-core.git] / distmaker / distmaker.conf.dist
CommitLineData
bed96570 1#!/bin/bash
6a488035
TO
2DM_SOURCEDIR= <Set this to your repository checkout root>
3DM_GENFILESDIR= <Set this to directory where generated files should reside>
4DM_TMPDIR= <Set this to temporary directory>
5DM_TARGETDIR= <Set this to directory where tarballs should land>
bed96570 6
1446640b 7## Optional
e00b8b13
TO
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]
1446640b
TO
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
bed96570
TO
15DM_VERSION= <Set this to whatever the version number should be>
16
17## Git banch/tag name
18DM_REF_CORE=master
f07f92fa 19DM_REF_BACKDROP=1.x-${DM_REF_CORE}
0054c1da
KJ
20DM_REF_DRUPAL=7.x-${DM_REF_CORE}
21DM_REF_DRUPAL6=6.x-${DM_REF_CORE}
3476a08c 22DM_REF_DRUPAL8=${DM_REF_CORE}
bed96570
TO
23DM_REF_JOOMLA=${DM_REF_CORE}
24DM_REF_WORDPRESS=${DM_REF_CORE}
25DM_REF_PACKAGES=${DM_REF_CORE}