Skip to content

Commit

Permalink
Merge pull request #15 from mlutfy/issue1-distmaker
Browse files Browse the repository at this point in the history
Fix unix file permissions on distmaker.sh, and set unix file format on distmaker.conf.dist
  • Loading branch information
mlutfy committed Jun 7, 2013
2 parents beac6cc + ece8b09 commit 296374b
Show file tree
Hide file tree
Showing 2 changed files 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}
Empty file modified distmaker/distmaker.sh
100644 → 100755
Empty file.

0 comments on commit 296374b

Please sign in to comment.