Skip to content

Commit

Permalink
Set fileformat to unix (not DOS).
Browse files Browse the repository at this point in the history
  • Loading branch information
mlutfy committed Jun 7, 2013
1 parent dcd30b5 commit ece8b09
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions distmaker/distmaker.conf.dist
Original file line number Diff line number Diff line change
@@ -1,19 +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_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=4.2
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}
#!/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_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=4.2
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}

0 comments on commit ece8b09

Please sign in to comment.