Skip to content

Commit

Permalink
Remove devel (few more flavors)
Browse files Browse the repository at this point in the history
  • Loading branch information
totten committed Jul 26, 2023
1 parent 4b7a2c4 commit 7f99a7a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
1 change: 0 additions & 1 deletion app/config/caches.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ git_cache_setup "https://github.com/civicrm/civicrm-packages.git" "$C
git_cache_setup "https://github.com/civicrm/civicrm-joomla.git" "$CACHE_DIR/civicrm/civicrm-joomla.git"
git_cache_setup "https://github.com/civicrm/civicrm-wordpress.git" "$CACHE_DIR/civicrm/civicrm-wordpress.git"
git_cache_setup "https://github.com/civicrm/civicrm-demo-wp.git" "$CACHE_DIR/civicrm/civicrm-demo-wp.git"
git_cache_setup "https://github.com/eileenmcnaughton/civicrm_developer.git" "$CACHE_DIR/eileenmcnaughton/civicrm_developer.git"
git_cache_setup "https://github.com/civicrm/api4.git" "$CACHE_DIR/civicrm/api4.git"

git_cache_setup "https://lab.civicrm.org/extensions/civirules.git" "$CACHE_DIR/civicrm/org.civicoop.civirules.git"
Expand Down
3 changes: 1 addition & 2 deletions app/config/drupal10-clean/download.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ composer create-project drupal/recommended-project:"$CMS_VERSION" "$WEB_ROOT" --
pushd "$WEB_ROOT" >> /dev/null
composer_allow_common_plugins
composer require drupal/userprotect
composer require drupal/devel
composer require drush/drush
## Some D8 builds include a specific revision of phpunit, but Civi uses standalone phpunit (PHAR)
if composer info | grep -q ^phpunit/phpunit\ ; then
Expand All @@ -22,6 +21,6 @@ pushd "$WEB_ROOT" >> /dev/null
composer remove phpunit/phpunit
composer install --no-dev --no-interaction
fi
drupal8_po_download "${CIVICRM_LOCALES:-de_DE}" "drupal-$( _drupalx_version x.y ).x" devel-5.1.x
drupal8_po_download "${CIVICRM_LOCALES:-de_DE}" "drupal-$( _drupalx_version x.y ).x"
civicrm_download_composer_d8
popd >> /dev/null
3 changes: 1 addition & 2 deletions app/config/drupal10-empty/download.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ composer create-project drupal/recommended-project:"$CMS_VERSION" "$WEB_ROOT" --

pushd "$WEB_ROOT" >> /dev/null
composer_allow_common_plugins
composer require drupal/devel
composer require drush/drush
drupal8_po_download "${CIVICRM_LOCALES:-de_DE}" "drupal-$( _drupalx_version x.y ).x" devel-5.1.x
drupal8_po_download "${CIVICRM_LOCALES:-de_DE}" "drupal-$( _drupalx_version x.y ).x"
popd >> /dev/null

0 comments on commit 7f99a7a

Please sign in to comment.