Skip to content
Snippets Groups Projects
Commit 3d4bacf9 authored by colemanw's avatar colemanw
Browse files

Merge pull request #302 from totten/releaser-fixes

CRM-12264 - Set branch names in distmaker.conf
parents a2449fbb 665d689d
No related branches found
No related tags found
No related merge requests found
......@@ -116,6 +116,12 @@ function do_distmaker() {
DM_VERSION=$version
DM_REVISION=$rev
DM_ZIP=$cmd_zip
DM_REF_CORE=${start_point}
DM_REF_DRUPAL=7.x-${start_point}
DM_REF_DRUPAL6=6.x-${start_point}
DM_REF_JOOMLA=${start_point}
DM_REF_WORDPRESS=${start_point}
DM_REF_PACKAGES=${start_point}
" > $workdir/$version/export/distmaker/distmaker.conf
# create a minimal civicrm.settings.php file
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment