Dear devs, as I have pre-announced I just merged the experimental branch with the old head branch. The new repo can be found here: http://repo.nitroproject.org I also implemented the other major pre-announced update (ie, use .html, .css etc for template extensions instead of .htmlx, .cssx etc) -g.
on 2007-11-25 12:50
on 2007-11-25 14:20
On Nov 25, 6:49 am, "George Moschovitis" <george.moschovi...@gmail.com> wrote: > Dear devs, > > as I have pre-announced I just merged the experimental branch with the old > head branch. The new repo can be found > here: > > http://repo.nitroproject.org > > I also implemented the other major pre-announced update (ie, use .html, .css > etc for template extensions instead of .htmlx, .cssx etc) So we should check out head now and work from that I take it? T.
on 2007-11-26 01:27
Hi Devs, On Nov 26, 2007 12:19 AM, Trans <transfire@gmail.com> wrote: > > http://repo.nitroproject.org > > > > I also implemented the other major pre-announced update (ie, use .html, .css > > etc for template extensions instead of .htmlx, .cssx etc) > > So we should check out head now and work from that I take it? Any hints about how long a darcs pull on the head repo might take? I saw 41 patches foreshadowed, and so far the cpu (2Ghz @ 80-90%) time is 36 min and counting... Mark
on 2007-11-26 06:16
Mark Van De Vyver schreef: > Hi Devs, > Any hints about how long a darcs pull on the head repo might take? > I saw 41 patches foreshadowed, and so far the cpu (2Ghz @ 80-90%) time > is 36 min and counting... > That's too long, here it takes a minute and a half. plexus@plexus-laptop:~/tmp$ time darcs get http://repo.nitroproject.org Copying patch 41 of 41... done! Applying patch 41 of 41... done. Finished getting. real 1m28.734s user 0m1.140s sys 0m0.320s plexus@plexus-laptop:~/tmp$ cat /proc/cpuinfo processor : 0 vendor_id : GenuineIntel cpu family : 6 model : 13 model name : Intel(R) Pentium(R) M processor 1.73GHz (ab) -- Arne Brasseur http://www.arnebrasseur.net http://www.zhongwiki.com http://www.bankske.org arne@arnebrasseur.net
on 2007-11-26 06:32
On Nov 26, 2007 4:16 PM, Arne Brasseur <arne@arnebrasseur.net> wrote: > Applying patch 41 of 41... done. > Finished getting. > > real 1m28.734s > user 0m1.140s > sys 0m0.320s OK, so 'darcs get' into a fresh dir and don't 'darcs pull' A related Question: Will og get it's own repo or is this it for the 0.50 release? TIA Mark