Update revamped autounstall script by DE, EC and FU
1 unresolved thread
1 unresolved thread
Merge request reports
Activity
Filter activity
added 48 commits
-
0c82b585...175d0c20 - 47 commits from branch
computing:master
- 75fb83ad - Update revamped autounstall script by DE, EC and FU
-
0c82b585...175d0c20 - 47 commits from branch
- Resolved by Florian Uhlig
@d.emschermann How did you get the changes from computing/master in your branch. Looking to the lines above I see
0c82b585...175d0c20 - 47 commits from branch
computing:master
This is something which shouldn't show up. If you do a
svn fetch origin svn rebase origin/master
this is not expected.
- Resolved by David Emschermann
@d.emschermann Can you please check the merge request settings in your cbmroot fork. You will find them in the menu on the left side (Settings->General->Merge requests). The chosen merge method should be Fast-forward merge. I think in your case it is merge. If you did the synchronization of your branch with the origin in GitLab by clicking on the button you probably did a merge instead of a rebase which is what we want.
- Resolved by David Emschermann
1 1 #!/bin/bash 2 2 # 3 ## semi-automated script installing FairSoft, FairRoot and CbmRoot 3 ## semi-automated script installing of FairSoft, FairRoot and CbmRoot 4 4 # 5 5 # usage: 6 # $ ./autoinstall_framework.sh 7 # for installation of all three or 8 # $ ./autoinstall_framework.sh --help
Please register or sign in to reply