X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=distmaker%2Fdistmaker.sh;h=e648d9e14747b6f84cc73e43bdd8df3411d38797;hb=a6f7900058533fd877488fec0ff321c446398aee;hp=e1d3541292df91fd203c4ef6aecaf994b22eda54;hpb=13c8d370b0943f3e0550cf41fd3f3ca3570cc8d4;p=civicrm-core.git diff --git a/distmaker/distmaker.sh b/distmaker/distmaker.sh index e1d3541292..e648d9e147 100755 --- a/distmaker/distmaker.sh +++ b/distmaker/distmaker.sh @@ -41,6 +41,7 @@ D56PACK=0 D7DIR=0 J5PACK=0 WP5PACK=0 +PATCHPACK=0 SK5PACK=0 L10NPACK=0 REPOREPORT=0 @@ -61,6 +62,7 @@ display_usage() echo " d7_dir - generate Drupal7 PHP5 module, but output to a directory, no tarball" echo " Joomla|j5 - generate Joomla PHP5 module" echo " WordPress|wp5 - generate Wordpress PHP5 module" + echo " patchset - generate a tarball with patch files" echo " sk - generate Drupal StarterKit module" echo echo "You also need to have distmaker.conf file in place." @@ -193,6 +195,12 @@ case $1 in WP5PACK=1 ;; + ## PATCHSET export + patchset) + echo; echo "Generating patchset"; echo; + PATCHPACK=1 + ;; + # REPO REPORT PHP5 report) echo; echo "Generating repo report module"; echo; @@ -207,6 +215,7 @@ case $1 in D56PACK=1 J5PACK=1 WP5PACK=1 + PATCHPACK=1 SKPACK=1 L10NPACK=1 REPOREPORT=1 @@ -297,6 +306,11 @@ if [ "$WP5PACK" = 1 ]; then bash $P/dists/wordpress_php5.sh fi +if [ "$PATCHPACK" = 1 ]; then + echo; echo "Packaging for patchset tarball"; echo; + bash $P/dists/patchset.sh +fi + if [ "$REPOREPORT" = 1 ]; then echo; echo "Preparing repository report"; echo; env \