ANTS and UG-ANTS: potential trunk breakages #306
Locked
Harold Dyson (hdyson)
started this conversation in
ANTS
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
The upcoming ANTS 2.1 and UG-ANTS 0.2 releases are driven by porting requirements. One consequence of this is that we may need to break the trunks at various points between now and the releases. If you're creating a new core ANTS or core UG-ANTS branch for development, please either wait for the releases (expected early February) or branch from revision 17420 of the trunk, e.g.:
For ANTS:
fcm bc -k NNNN NNNN_branch_name fcm:ancil_ants.x_tr@17420For UGANTS:
fcm bc -k NNNN NNNN_branch_name fcm:ancil_ugants.x_tr@17420(Where
NNNNis the ticket number). Similarly, for branches in contrib or ug-contrib, you may need to update theinstall_coldtask in the rose stem test suite to checkout revision 17420 of core ANTS/UG-ANTS trunk. For ANTS contrib branches, updaterose-stem/app/install_cold/rose-app.confto replace:with:
For UGANTS ug-contrib branches, replace all references to
source=fcm:ancil_ugants.xm/trunkinrose-stem/app/install_cold/rose-app.confwithsource=fcm:ancil_ugants.xm_tr@17420.All reactions