19 | | If it did not work, you will have to go back and check everything you have changed, fix it, recompile, rerun, and recheck. If everything works and you have committed your changes, it is time to test the rest of the code with the test suite. |
| 19 | If it did not work, you will have to go back and check everything you have changed, fix it, recompile, rerun, and recheck. If everything works and you have committed your changes, you can push those updates to the development repo |
| 20 | {{{ |
| 21 | hg push -f ssh://<username>@botwin.pas.rochester.edu//data/repositories/astrobear_dev |
| 22 | }}} |
| 23 | [[BR]] |
22 | | == Notify the Administrator to check in Run the Test Suite == |
23 | | If you have code to check in, please first contact the administrator (Baowei or Eddie) and tell the administrator the location of the repository (and the revision number) you want to check in. Make sure you pull and possibly merge any new changesets from /data/repositories/scrambler. |
24 | | |
25 | | [[BR]] |
26 | | == The Administrator Run the Test Suite == |
27 | | 1) If everything passes the administrator would update the tests repository with the test results for visual verification - and after visually inspecting the results update the official code repository at /data/repository/scrambler |
| 26 | == The Administrator(s) Run the Test Suite == |
| 27 | 1) If everything passes the administrator would update the tests repository with the test results for visual verification - and after visually inspecting the results update the official code repository at /data/repository/astrobear |