Clean up modules and add 2.8.5 distribution with LFS support - #7
Open
pmanko wants to merge 2 commits into
Open
Conversation
- Remove old module directories (openmrs_modules, openmrs_modules-2.8.4, openmrs_modules-legacy) - Add openmrs_modules-2.8.5 with modules from 2.8.5-20251217T181405Z-1-001.zip - Remove broken LFS pointer files - Add init-lfs.sh helper script for Git LFS setup - Update README.md with Git LFS initialization instructions All .omod files are tracked via Git LFS as configured in .gitattributes
Contributor
|
I'm just going to use this to add some notes: One of the main things we did as part of this clean-up is to play with the Tomcat parameters. For Ubuntu, this turned into having a JAVA_OPTS="-Djava.awt.headless=true -XX:+UseG1GC"
CATALINA_OPTS="-Xms8192m"The current OpenMRS Docker images are built on the Tomcat Docker image which doesn't have the same defaults as Ubuntu some of which we needed to work-around. |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Cleans up legacy module directories and adds OpenMRS 2.8.5 module distribution with proper Git LFS tracking.
Changes
openmrs_modulesopenmrs_modules-2.8.4openmrs_modules-legacyopenmrs_modules-2.8.5/with 47 modules from 2.8.5 distributioninit-lfs.shhelper script for Git LFS initializationAll
.omodfiles are tracked via Git LFS as configured in.gitattributes.Testing
After merging, test from a clean clone:
./init-lfs.shto initialize Git LFS