Frappy Framework
current running code at SINQ, with newest changes not yet pushed through the Gerrit workflow at MLZ
Branches
branches:
- mlz: master from forge.frm2.tum.de:29418/sine2020/secop/playground this is not present at git.psi.ch:sinqdev/frappy.git!
- master: keep in sync with above before pushing to psi repo (git.psi.ch:sinqdev/frappy.git)
- work: current working version, usually in use on /home/l_samenv/frappy (and on neutron instruments) this should be a copy of an earlier state of the wip branch
- wip: current test version, usually in use on /home/l_samenv/frappy_wip
- lastsynced: the last synced state between mlz and wip
lastsynced --> master lastsynced --> work --> wip
apply commits from master to work: (rebase ?) or use cherry-pick:
git cherry-pick ..
where sha1 is the last commit already in wip, and sha2 ist the last commit to be applied (for a single commit .. may be omitted)
the wip branch is also present in an other directory (currently zolliker/switchdrive/gitmlz/frappy), where commits may be cherry picked for input to Gerrit. As generally in the review process some additonal changes are done, eventually a sync step should happen:
- make copies of branches work and wip
- pull changes from mlz repo to mlz branch
- merge to master: git checkout master / git merge mlz / git push
- cherry-pick commits (from master) to lastsynced
- copy lastsynced branch to wip with 'git checkout -B wip'. Not sure if this works, as wip is to be pushed to git.psi.ch. We might first remove the remote branch with 'git push origin --delete wip'. And then create again (git push origin wip)?
- in wip: cherry-pick commits not yet feeded into Gerrit from copy in step (1)
- decide from where to take new work branch (probably from wip)
- delete branch copies not needed any more
Procedure to update PPMS
-
git checkout wip (or work, whatever state to copy to ppms)
-
git checkout -B ppms # local branch ?
-
assume PPMSData is mounted on /Volumes/PPMSData
cp -r secop_psi /Volumes/PPMSData/zolliker/frappy/secop_psi cp -r secop /Volumes/PPMSData/zolliker/frappy/secop
it may be that additional folder have to copied ...