From: Tim Otten Date: Wed, 18 Sep 2019 23:59:47 +0000 (-0400) Subject: distmaker - Remove steps to download api4 as extension X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=d20bb067f5c4a2c6e6773df7d76c190dd0be1657;p=civicrm-core.git distmaker - Remove steps to download api4 as extension This is no longer necessary since it's part of core! --- diff --git a/distmaker/dists/backdrop_php5.sh b/distmaker/dists/backdrop_php5.sh index 2987c9d27d..4288253c8f 100644 --- a/distmaker/dists/backdrop_php5.sh +++ b/distmaker/dists/backdrop_php5.sh @@ -23,7 +23,6 @@ dm_install_packages "$SRC/packages" "$TRG/packages" dm_install_vendor "$SRC/vendor" "$TRG/vendor" dm_install_bower "$SRC/bower_components" "$TRG/bower_components" dm_install_drupal "$SRC/backdrop" "$TRG/backdrop" -dm_install_cvext org.civicrm.api4 "$TRG/ext/api4" dm_install_cvext com.iatspayments.civicrm "$TRG/ext/iatspayments" # gen tarball diff --git a/distmaker/dists/drupal6_php5.sh b/distmaker/dists/drupal6_php5.sh index 7616d3f665..f3d4ba33a5 100755 --- a/distmaker/dists/drupal6_php5.sh +++ b/distmaker/dists/drupal6_php5.sh @@ -23,7 +23,6 @@ dm_install_packages "$SRC/packages" "$TRG/packages" dm_install_vendor "$SRC/vendor" "$TRG/vendor" dm_install_bower "$SRC/bower_components" "$TRG/bower_components" dm_install_drupal "$SRC/drupal" "$TRG/drupal" -dm_install_cvext org.civicrm.api4 "$TRG/ext/api4" dm_install_cvext com.iatspayments.civicrm "$TRG/ext/iatspayments" # gen tarball diff --git a/distmaker/dists/drupal7_dir_php5.sh b/distmaker/dists/drupal7_dir_php5.sh index b753330028..8d50524a32 100644 --- a/distmaker/dists/drupal7_dir_php5.sh +++ b/distmaker/dists/drupal7_dir_php5.sh @@ -30,7 +30,6 @@ dm_install_packages $DM_PACKAGESDIR "$TRG/packages" dm_install_vendor "$SRC/vendor" "$TRG/vendor" dm_install_bower "$SRC/bower_components" "$TRG/bower_components" dm_install_drupal "$DM_DRUPALDIR" "$TRG/drupal" -dm_install_cvext org.civicrm.api4 "$TRG/ext/api4" dm_install_cvext com.iatspayments.civicrm "$TRG/ext/iatspayments" # gen tarball diff --git a/distmaker/dists/drupal_php5.sh b/distmaker/dists/drupal_php5.sh index 62433e5485..f34db2803a 100755 --- a/distmaker/dists/drupal_php5.sh +++ b/distmaker/dists/drupal_php5.sh @@ -23,7 +23,6 @@ dm_install_packages "$SRC/packages" "$TRG/packages" dm_install_vendor "$SRC/vendor" "$TRG/vendor" dm_install_bower "$SRC/bower_components" "$TRG/bower_components" dm_install_drupal "$SRC/drupal" "$TRG/drupal" -dm_install_cvext org.civicrm.api4 "$TRG/ext/api4" dm_install_cvext com.iatspayments.civicrm "$TRG/ext/iatspayments" # gen tarball diff --git a/distmaker/dists/drupal_sk_php5.sh b/distmaker/dists/drupal_sk_php5.sh index 0056b00a6c..3fb36905fd 100755 --- a/distmaker/dists/drupal_sk_php5.sh +++ b/distmaker/dists/drupal_sk_php5.sh @@ -23,7 +23,6 @@ dm_install_packages "$SRC/packages" "$TRG/packages" dm_install_vendor "$SRC/vendor" "$TRG/vendor" dm_install_bower "$SRC/bower_components" "$TRG/bower_components" dm_install_drupal "$SRC/drupal" "$TRG/drupal" -dm_install_cvext org.civicrm.api4 "$TRG/ext/api4" dm_install_cvext com.iatspayments.civicrm "$TRG/ext/iatspayments" # delete packages that distributions on Drupal.org repalce if present diff --git a/distmaker/dists/joomla_php5.sh b/distmaker/dists/joomla_php5.sh index cfab023287..65b342cefa 100755 --- a/distmaker/dists/joomla_php5.sh +++ b/distmaker/dists/joomla_php5.sh @@ -22,7 +22,6 @@ dm_install_core "$SRC" "$TRG" dm_install_packages "$SRC/packages" "$TRG/packages" dm_install_vendor "$SRC/vendor" "$TRG/vendor" dm_install_bower "$SRC/bower_components" "$TRG/bower_components" -dm_install_cvext org.civicrm.api4 "$TRG/ext/api4" dm_install_cvext com.iatspayments.civicrm "$TRG/ext/iatspayments" ## WTF: It's so good we'll install it twice! diff --git a/distmaker/dists/wordpress_php5.sh b/distmaker/dists/wordpress_php5.sh index c588745bd9..ee0628e376 100644 --- a/distmaker/dists/wordpress_php5.sh +++ b/distmaker/dists/wordpress_php5.sh @@ -23,7 +23,6 @@ dm_install_packages "$SRC/packages" "$TRG/civicrm/civicrm/packages" dm_install_vendor "$SRC/vendor" "$TRG/civicrm/civicrm/vendor" dm_install_bower "$SRC/bower_components" "$TRG/civicrm/civicrm/bower_components" dm_install_wordpress "$SRC/WordPress" "$TRG/civicrm" -dm_install_cvext org.civicrm.api4 "$TRG/civicrm/civicrm/ext/api4" dm_install_cvext com.iatspayments.civicrm "$TRG/civicrm/civicrm/ext/iatspayments" # gen tarball