Rename src dir instead of removing#848
Open
singhd789 wants to merge 24 commits intoNOAA-GFDL:mainfrom
Open
Conversation
added 3 commits
April 8, 2026 15:03
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #848 +/- ##
==========================================
+ Coverage 84.14% 84.34% +0.20%
==========================================
Files 71 71
Lines 4975 4996 +21
==========================================
+ Hits 4186 4214 +28
+ Misses 789 782 -7
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
added 7 commits
April 10, 2026 17:09
- this account for if a component name or source code is updated basically (or misspelled)
uramirez8707
approved these changes
Apr 14, 2026
mlee03
suggested changes
Apr 15, 2026
…to 844.force-checkout-rename
…to 844.force-checkout-rename
added 4 commits
April 16, 2026 14:08
…to 844.force-checkout-rename
…:singhd789/fre-cli into 844.force-checkout-rename
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.
Describe your changes
Previously, the
--force-checkoutoption removed the checkout script and src_dir that was already generated and re-created them. This did not mimic the current--force-checkoutbehavior in Bronx (which is also a bit more safe). If--force-checkoutis used, thesrc_diris renamed (in the same location) tosrc.[timestamp].This was only done for bare-metal builds. THe container build doesn't need this as the src code is INSIDE the container.
osbits toPathIssue ticket number and link (if applicable)
Fixes #844
Checklist before requesting a review
Note: If you are a code maintainer updating the tag or releasing a new fre-cli version, please use the
release_procedure.mdtemplate. To quickly use this template, open a new pull request, choose your branch, and add?template=release_procedure.mdto the end of the url.