Re: [Lxde-list] lxqt github repos workflow

2013-11-14 Thread christ...@surlykke.dk
2013/11/11 christ...@surlykke.dk > Den 11/11/2013 10.57 skrev "PCMan" : > > On Mon, Nov 11, 2013 at 5:35 PM, Petr Vanek wrote: >> >>> hi all, >>> >>> can you share your workflow with lxqt repositories, please? I tried to >>> use that "all-in-one" repo with issues. >>> >>> "git pull" behaves stra

Re: [Lxde-list] lxqt github repos workflow

2013-11-12 Thread PCMan
OK, I did the new git setup so now submodules can track the latest master branches.Please use git >= 1.8.2 to get the new features. To clone the lxde-qt repos as a whole: > git clone https://github.com/lxde/lxde-qt.git > git submodule init > git submodule update --remote If you already have the l

Re: [Lxde-list] lxqt github repos workflow

2013-11-11 Thread christ...@surlykke.dk
Den 11/11/2013 10.57 skrev "PCMan" : > On Mon, Nov 11, 2013 at 5:35 PM, Petr Vanek wrote: > >> hi all, >> >> can you share your workflow with lxqt repositories, please? I tried to >> use that "all-in-one" repo with issues. >> >> "git pull" behaves strange there. I found that I pull some older cod

Re: [Lxde-list] lxqt github repos workflow

2013-11-11 Thread PCMan
OK, fonud something exciting. http://www.vogella.com/articles/Git/article.html#submodules_trackbranch With git 1.8.2, the new feature to track branches can fix our broken workflow. I haven't studied how to change our current git setup to adopt the new feature in 1.8.2, but after it's set up, thing

Re: [Lxde-list] lxqt github repos workflow

2013-11-11 Thread PCMan
On Mon, Nov 11, 2013 at 5:35 PM, Petr Vanek wrote: > hi all, > > can you share your workflow with lxqt repositories, please? I tried to > use that "all-in-one" repo with issues. > > "git pull" behaves strange there. I found that I pull some older code > than current one magically. > > Yes, that's