Merge pull request #3330 from monishdeb/CRM-14724
[civicrm-core.git] / distmaker / distmaker.conf.dist
index 98ec430433154138de57c1f7f2203803d1f55b50..9b63873ecc24e0351932bb76ca7ba1421fd684c4 100644 (file)
@@ -1,8 +1,19 @@
+#!/bin/bash
 DM_SOURCEDIR= <Set this to your repository checkout root>
 DM_GENFILESDIR= <Set this to directory where generated files should reside>
 DM_TMPDIR= <Set this to temporary directory>
 DM_TARGETDIR= <Set this to directory where tarballs should land>
+
 DM_PHP= <Set this to your php binary>
 DM_RSYNC= <set this to your rsync binary>
-DM_VERSION= <Set this to whatever the version number should be>
 DM_ZIP= <set this to your zip binary>
+
+DM_VERSION= <Set this to whatever the version number should be>
+
+## Git banch/tag name
+DM_REF_CORE=master
+DM_REF_DRUPAL=7.x-${DM_REF_CORE}
+DM_REF_DRUPAL6=6.x-${DM_REF_CORE}
+DM_REF_JOOMLA=${DM_REF_CORE}
+DM_REF_WORDPRESS=${DM_REF_CORE}
+DM_REF_PACKAGES=${DM_REF_CORE}