Nort TODO: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
No edit summary
No edit summary
Line 2: Line 2:


* [[novaordis-release-tools#Development|novaordis-release-tools]]
* [[novaordis-release-tools#Development|novaordis-release-tools]]
=Testing=
<pre>
mvn -Dmaven.surefire.debug="-agentlib:jdwp=transport=dt_socket,server=y,suspend=y,address=5005" -Dtest=ReleaseCommandTest clean test
</pre>


=TODO=
=TODO=


* Replace the bash functionality with a set of commands implemented in Go. Implement the functionality as described in the [[novaordis-release-tools#User_Manual]].
* Replace the bash functionality with a set of commands implemented in Go. Implement the functionality as described in the [[novaordis-release-tools#User_Manual]].

Revision as of 20:58, 8 November 2016

Internal

Testing

mvn -Dmaven.surefire.debug="-agentlib:jdwp=transport=dt_socket,server=y,suspend=y,address=5005" -Dtest=ReleaseCommandTest clean test

TODO