Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
CiviCRM Core
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container registry
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Development
CiviCRM Core
Commits
cc058df6
Commit
cc058df6
authored
3 years ago
by
totten
Browse files
Options
Downloads
Patches
Plain Diff
(REF,
release#17
) Move list of core-exts to separate file
parent
fe7aaff1
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
distmaker/core-ext.txt
+19
-0
19 additions, 0 deletions
distmaker/core-ext.txt
distmaker/dists/common.sh
+2
-13
2 additions, 13 deletions
distmaker/dists/common.sh
with
21 additions
and
13 deletions
distmaker/core-ext.txt
0 → 100644
+
19
−
0
View file @
cc058df6
## This is a list of core-extensions stored in the 'ext' folder. These should be included in release
## workflows, e.g. flagging new versions and building tarballs.
## Note: This file should only be consumed internally (by release/distribution tools).
## Future versions may change or obsolete the file without notice.
afform
authx
contributioncancelactions
eventcart
ewaysingle
financialacls
flexmailer
greenwich
oauth-client
payflowpro
recaptcha
search_kit
sequentialcreditnotes
This diff is collapsed.
Click to expand it.
distmaker/dists/common.sh
+
2
−
13
View file @
cc058df6
...
...
@@ -118,19 +118,8 @@ function dm_install_coreext() {
## Get a list of default/core extension directories (space-delimited)
## reldirs=$(dm_core_exts)
function
dm_core_exts
()
{
echo
ext/search_kit
echo
ext/sequentialcreditnotes
echo
ext/flexmailer
echo
ext/eventcart
echo
ext/ewaysingle
echo
ext/financialacls
echo
ext/afform
echo
ext/authx
echo
ext/greenwich
echo
ext/contributioncancelactions
echo
ext/payflowpro
echo
ext/oauth-client
echo
ext/recaptcha
## grep to exclude comments and blank lines
grep
'^[a-zA-Z]'
"
$DM_SOURCEDIR
"
/distmaker/core-ext.txt
}
## Copy all packages
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment