Re: [leaf-devel] LEAF Upgrade

2015-03-08 Thread Yves Blusseau
Hi all, just for your information, i have develop a script to store big binaries in git repository. With this we can have a full filesystem with all the versions like this: 4.1 ├── 4.1/i386 │ └── 4.1/i386/pkg2.lrp └── 4.1/x86_64 ├── 4.1/x86_64/pkg1.lrp └── 4.1/x86_64/pkg3.lrp 5.1.2 ├──

Re: [leaf-devel] Git rebasing

2015-03-08 Thread Yves Blusseau
> Hi Yves > Hi Erich, > I have a question regarding my commit branch which I sync to the repository. > > I would like to rebase this branch to tag 5.1.3 to be able to work with > this release. > > I read about rebase --onto, but to me this does not make sense, since I > did not branch off a ta