-
Notifications
You must be signed in to change notification settings - Fork 56
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #379 from totten/master-civimix
(dev/core#5365) Update civimix-schema
- Loading branch information
Showing
2 changed files
with
20 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# civix: Mixin Libraries | ||
|
||
## Generate an update | ||
|
||
Consider `[email protected]`, which is generated from `civicrm-core:mixin/lib/civimix-schema`. | ||
|
||
Suppose a new version (`Y.Y.Y`) is available upstream. | ||
|
||
Here's how to update the version civix: | ||
|
||
```bash | ||
## Export new lib | ||
cd CIVICRM_REPO | ||
./tools/mixin/bin/build-lib /tmp/civimix | ||
|
||
## Update civix: Remove old lib. Add new lib. | ||
cd CIVIX_REPO | ||
rm lib/[email protected] | ||
cp /tmp/civimix/[email protected] lib/ | ||
``` |
Binary file not shown.