Skip to content

Commit

Permalink
[4.2] Empty folder (#38516)
Browse files Browse the repository at this point in the history
* [4.2] Empty folder

Removes the empty folder libraries/vendor/symfony/string/Resources/bin from the distributed release.

* speed it up

* alpha

* richards suggested comment
  • Loading branch information
brianteeman committed Aug 18, 2022
1 parent 1ce74dc commit ec2009e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions administrator/components/com_admin/script.php
Original file line number Diff line number Diff line change
Expand Up @@ -7802,6 +7802,8 @@ public function deleteUnexistingFiles($dryRun = false, $suppressOutput = false)
// From 4.2.0-beta2 to 4.2.0-beta3
'/plugins/system/webauthn/src/Helper',
'/plugins/system/webauthn/src/Exception',
// From 4.2.0 to 4.2.1
'/libraries/vendor/symfony/string/Resources/bin',
);

$status['files_checked'] = $files;
Expand Down
1 change: 1 addition & 0 deletions build/build.php
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,7 @@ function clean_checkout(string $dir)
system('rm -rf libraries/vendor/symfony/*/Resources/doc');
system('rm -rf libraries/vendor/symfony/*/Tests');
system('rm -rf libraries/vendor/symfony/console/Resources');
system('rm -rf libraries/vendor/symfony/string/Resources/bin');

// tobscure/json-api
system('rm -rf libraries/vendor/tobscure/json-api/tests');
Expand Down

0 comments on commit ec2009e

Please sign in to comment.