-
Type: Bug
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: NXP-6.0, NXP-7.x, NXP-8.x
-
Component/s: Continuous Integration
-
Epic Link:
-
Sprint:nxsupport 10.1.1
-
Story Points:1
After running beginHf.sh and computeHfDiff.sh, git status returns the following:
On branch tmp-6.0-HF41-1.0.0 Changes to be committed: (use "git reset HEAD <file>..." to unstage) modified: src/main/resources/templates/common/nuxeo.defaults modified: src/main/resources/templates/nuxeo.defaults Changes not staged for commit: (use "git add <file>..." to update what will be committed) (use "git checkout -- <file>..." to discard changes in working directory) modified: misc/releaseNotes.md modified: pom.xml modified: src/main/assemble/assembly.xml modified: src/main/resources/install.xml
There should tests added to the existing test suite for double-checking nothing remains in not staged for commit status.
At the end of computHfDiff.sh there should be:
git add src/main/assemble/assembly.xml git add src/main/resources/install.xml
At the end of beginHf.sh there should be:
git add misc/releaseNotes.md git add pom.xml