Skip to content

Commit

Permalink
3.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pookmish committed Sep 20, 2023
1 parent e0f64d9 commit 85998e8
Show file tree
Hide file tree
Showing 12 changed files with 36 additions and 1,836 deletions.
1 change: 0 additions & 1 deletion blt/blt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ modules:
dev: {}
test: {}
prod: {}
simplesamlphp: true
cm:
strategy: config-split
allow-overrides: true
Expand Down
15 changes: 0 additions & 15 deletions blt/src/Blt/Plugin/Commands/GryphonHooksCommands.php
Original file line number Diff line number Diff line change
Expand Up @@ -54,21 +54,6 @@ public function postMultiSiteInit() {
}
}

/**
* Deletes any local related file from artifact after BLT copies them over.
*
* @hook post-command artifact:build:simplesamlphp-config
*/
public function postArtifactSamlConfigCopy() {
$deploy_dir = $this->getConfigValue('deploy.dir');
$files = glob("$deploy_dir/vendor/simplesamlphp/simplesamlphp/config/*local.*");
$task = $this->taskFileSystemStack();
foreach ($files as $file) {
$task->remove($file);
}
$task->run();
}

/**
* Copy the default global settings for local settings.
*
Expand Down
5 changes: 1 addition & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@
"require": {
"php": ">=8.0",
"acquia/blt": "^13.5",
"acquia/blt-simplesamlphp": "^1.0",
"composer/installers": "^1.9",
"cweagans/composer-patches": "^1.6",
"drupal/acquia_connector": "dev-4.x",
Expand All @@ -51,10 +50,8 @@
"drupal/mysql56": "^1.1",
"drupal/paranoia": "^1.9",
"drush/drush": "^11.1",
"simplesamlphp/simplesamlphp": "^1.19",
"su-sws/caw_profile": "^9.3",
"su-sws/stanford_profile": "^10.1",
"su-sws/stanford_ssp": "^8.3"
"su-sws/stanford_profile": "^10.1"
},
"require-dev": {
"acquia/blt-drupal-test": "^1.0",
Expand Down
70 changes: 35 additions & 35 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion docroot/simplesaml

This file was deleted.

122 changes: 0 additions & 122 deletions simplesamlphp/config/acquia.config.php

This file was deleted.

Loading

0 comments on commit 85998e8

Please sign in to comment.