Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Package Riverlea theme extension during CiviCRM build #31324

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions distmaker/dists/backdrop_php5.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ 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 com.iatspayments.civicrm "$TRG/ext/iatspayments"
dm_install_cvext riverlea "$TRG/ext/riverlea"

dm_h1 "Generate archive (civicrm-*-backdrop.tar.gz)"
cd $TRG/..
Expand Down
1 change: 1 addition & 0 deletions distmaker/dists/drupal7_dir_php5.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ 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 com.iatspayments.civicrm "$TRG/ext/iatspayments"
dm_install_cvext riverlea "$TRG/ext/riverlea"

dm_h1 "Generate archive (civicrm-*-drupal dir)"
cd $TRG
Expand Down
1 change: 1 addition & 0 deletions distmaker/dists/drupal_php5.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ 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 com.iatspayments.civicrm "$TRG/ext/iatspayments"
dm_install_cvext riverlea "$TRG/ext/riverlea"

dm_h1 "Generate archive (civicrm-*-drupal.tar.gz)"
cd $TRG/..
Expand Down
1 change: 1 addition & 0 deletions distmaker/dists/drupal_sk_php5.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ 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 com.iatspayments.civicrm "$TRG/ext/iatspayments"
dm_install_cvext riverlea "$TRG/ext/riverlea"

dm_h1 "Prune packages"
# delete packages that distributions on Drupal.org repalce if present
Expand Down
1 change: 1 addition & 0 deletions distmaker/dists/joomla5_php.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ dm_install_vendor "$SRC/vendor" "$TRG/vendor"
rm -rf "$TRG/vendor/psr/log"
dm_install_bower "$SRC/bower_components" "$TRG/bower_components"
dm_install_cvext com.iatspayments.civicrm "$TRG/ext/iatspayments"
dm_install_cvext riverlea "$TRG/ext/riverlea"

## WTF: It's so good we'll install it twice!
## (The first is probably extraneous, but there could be bugs dependent on it.)
Expand Down
1 change: 1 addition & 0 deletions distmaker/dists/joomla_php5.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ 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 com.iatspayments.civicrm "$TRG/ext/iatspayments"
dm_install_cvext riverlea "$TRG/ext/riverlea"

## WTF: It's so good we'll install it twice!
## (The first is probably extraneous, but there could be bugs dependent on it.)
Expand Down
1 change: 1 addition & 0 deletions distmaker/dists/standalone.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ dm_install_packages "$SRC/packages" "$TRG/core/packages"
dm_install_vendor "$SRC/vendor" "$TRG/core/vendor"
dm_install_bower "$SRC/bower_components" "$TRG/core/bower_components"
dm_install_cvext com.iatspayments.civicrm "$TRG/core/ext/iatspayments"
dm_install_cvext riverlea "$TRG/core/ext/riverlea"
"$SRC/tools/standalone/bin/scaffold" "$TRG"

dm_h1 "Generate archive (civicrm-*-standalone.tar.gz)"
Expand Down
1 change: 1 addition & 0 deletions distmaker/dists/wordpress_php5.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ 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 com.iatspayments.civicrm "$TRG/civicrm/civicrm/ext/iatspayments"
dm_install_cvext riverlea "$TRG/civicrm/civicrm/ext/riverlea"

dm_h1 "Generate archive (civicrm-*-wordpress.zip)"
cd $TRG
Expand Down