Nort TODO: Difference between revisions
Jump to navigation
Jump to search
m (Ovidiu moved page Novaordis-release-tools TODO to Nort TODO without leaving a redirect) |
No edit summary |
||
Line 11: | Line 11: | ||
=TODO= | =TODO= | ||
* 11/26/16 prevent .install to accidentally overwrite the installation it is part of. Probably the best protection is to delete it. | * 11/26/16 prevent the embedded installation script .install to accidentally overwrite the installation it is part of. Probably the best protection is to delete it. | ||
* Replace the bash functionality with a set of commands implemented in Go. Implement the functionality as described in the [[nort#User_Manual]]. | * Replace the bash functionality with a set of commands implemented in Go. Implement the functionality as described in the [[nort#User_Manual]]. |
Revision as of 22:52, 26 November 2016
Internal
Testing
mvn -Dmaven.surefire.debug="-agentlib:jdwp=transport=dt_socket,server=y,suspend=y,address=5005" -Dtest=ReleaseCommandTest clean test
TODO
- 11/26/16 prevent the embedded installation script .install to accidentally overwrite the installation it is part of. Probably the best protection is to delete it.
- Replace the bash functionality with a set of commands implemented in Go. Implement the functionality as described in the nort#User_Manual.