You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I'm trying to follow the muon collider software setup instructions here: https://confluence.infn.it/display/muoncollider/Installation#Installation-Simulation
But when the command ./ilcsoft-install releases/development/release-ilcsoft.cfg --install-prefix=/opt/ilcsoft -v -i
is run it eventually terminates with
Executing command: git clone -b mc https://github.com/MuonColliderSoft/ConformalTracking.git v01-11-MC
/opt/ilcsoft/muonc/ConformalTracking
Cloning into 'v01-11-MC'...
fatal: Remote branch mc not found in upstream origin
Did the git repo get out of sync with the instructions?
Thanks!
The text was updated successfully, but these errors were encountered:
Sorry for the late answer.
We're arranging the github repositories in order to be compliant with the new policies.
With the next release of the framework the issue will be completely solved. The release will be delivered in a couple of weeks.
At the moment you can try a simple work-around: removing any references to mc branches from releases/development/release-ilcsoft.cfg, basically any line with ilcsoft.module("******").download.branch = "mc"
Hello,
I'm trying to follow the muon collider software setup instructions here:
https://confluence.infn.it/display/muoncollider/Installation#Installation-Simulation
But when the command
./ilcsoft-install releases/development/release-ilcsoft.cfg --install-prefix=/opt/ilcsoft -v -i
is run it eventually terminates with
Did the git repo get out of sync with the instructions?
Thanks!
The text was updated successfully, but these errors were encountered: