Merge pull request #4868 from agh1/smtp-help
[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
8c70cd69 7DM_NPM= <Set this to your npm binary>
6a488035
TO
8DM_PHP= <Set this to your php binary>
9DM_RSYNC= <set this to your rsync binary>
6a488035 10DM_ZIP= <set this to your zip binary>
bed96570
TO
11
12DM_VERSION= <Set this to whatever the version number should be>
13
14## Git banch/tag name
15DM_REF_CORE=master
0054c1da
KJ
16DM_REF_DRUPAL=7.x-${DM_REF_CORE}
17DM_REF_DRUPAL6=6.x-${DM_REF_CORE}
bed96570
TO
18DM_REF_JOOMLA=${DM_REF_CORE}
19DM_REF_WORDPRESS=${DM_REF_CORE}
20DM_REF_PACKAGES=${DM_REF_CORE}