staging vs. staging-broken-dec23

2011-12-23 Thread Graham Percival
Hey all, In order to remove the blockage to development, I've made a copy of the previous staging branch: it's now called staging-broken-dec23. I've replaced staging with master+release/unstable, and Patchy is testing that right now. Once that's been accepted to master, people are invited to che

Re: make fails for staging branch

2011-12-23 Thread David Kastrup
Graham Percival writes: > On Thu, Dec 22, 2011 at 10:39:20PM +0100, David Kastrup wrote: >> David Kastrup writes: >> >> > Well, I've not been able to nicely redo the merges (git !@#$!#). So I >> > just threw everything release-related out of staging. If you redo the >> > merge into staging an

Re: Hiding old website /web/install page (issue 5500069)

2011-12-23 Thread Alberto Simões
On Thu, Dec 22, 2011 at 4:50 PM, wrote: > On 2011/12/22 16:26:57, ambs wrote: >> >> Will poke you when needing some more info (sorry, you ended up being >> the mentor :)) > lilypond-extra repository: > https://github.com/gperciva/lilypond-extra Thanks, I really didn't find it anywhere :) --

Re: Hiding old website /web/install page (issue 5500069)

2011-12-23 Thread Alberto Simões
On Thu, Dec 22, 2011 at 4:25 PM, Graham Percival wrote: > On Thu, Dec 22, 2011 at 04:17:23PM +, hashas...@gmail.com wrote: >> >2) I would not accept this solution even if it worked, because it >> involves weird >> >hard-coding for the old website. >> >> Agreed. But solves an issue that is hang

Re: make fails for staging branch

2011-12-23 Thread Michael Welsh Duggan
Michael Welsh Duggan writes: > You want to look in the "Static Usage" node under "Rules". I should have said "Static Usage" under "Static Pattern" under "Rules". -- Michael Welsh Duggan (m...@md5i.com) ___ lilypond-devel mailing list lilypond-devel

Re: make fails for staging branch

2011-12-23 Thread Michael Welsh Duggan
David Kastrup writes: > Graham Percival writes: > >> 229e0282758104ae7fa2efe663d2a76da5a0f96d > > This one has > > +$(OUT_TXT_FILES): $(outdir)/%.txt: $(top-src-dir)/% > + cp -f $< $@ > + > +$(OUT_TXT_FILES:%.txt=%.html): $(outdir)/%.html: $(outdir)/%.txt > + $(PYTHON) $(step-bindir)

Re: PATCH: Countdown to 20111224

2011-12-23 Thread m...@apollinemike.com
On Dec 23, 2011, at 6:42 AM, Colin Campbell wrote: > For 22:00 MST Saturday The Night Before Christmas > > Critical: > Issue 2094: spacing-measure-length.ly regtest has time sig overlaying > rest - R 5498054 > > Enhancement: > Issue 2109: do not tinker with the position of a pitched res

Re: make fails for staging branch

2011-12-23 Thread David Kastrup
Graham Percival writes: > 229e0282758104ae7fa2efe663d2a76da5a0f96d This one has +$(OUT_TXT_FILES): $(outdir)/%.txt: $(top-src-dir)/% + cp -f $< $@ + +$(OUT_TXT_FILES:%.txt=%.html): $(outdir)/%.html: $(outdir)/%.txt + $(PYTHON) $(step-bindir)/text2html.py $< I don't understand those

Re: make fails for staging branch

2011-12-23 Thread David Kastrup
Francisco Vila writes: > 2011/12/23 David Kastrup : >>> Anybody have ideas?  At first glance it seems like somebody used a >>> relative directory instead of doing it with $(top-src-dir). >> >> No idea.  But the symptom would suggest that >> >> commit 77cfd9e80a9792737a8630ba3c3ecfb359950f9d >> Au