Re: [opensource-dev] Is the build machine stuck?
The most likely reason why the build shows as "in progress" is because there is a disparity between the state of the build scripts or other local dependencies on the mac vs windows vs linux build machines. If the dependencies differ, then a different build number will be generated, and since that is what the build system is tracking, it will wait forever for all three platforms to complete a build with the same build number. Someone needs to ensure that all build machines have the same version of all the build support repos sync'ed. This needs to be fixed if only to ensure that all viewer builds have the same version number. As for the "changes since last build", the data indeed went missing - I believe you might be able to get the changeset ids to display at least, but it won't be very helpful because it will be missing the info about which hg repo actually holds those ids. -- cg On Sun, Nov 20, 2011 at 9:10 PM, Ricky wrote: > Yep. Haven't heard any response about it though. > > Ricky > Cron Stardust > > On Sat, Nov 19, 2011 at 10:55 PM, Dave Booth wrote: >> On 11/20/2011 12:41 AM, Hitomi Tiponi wrote: >>> It does appear to be stuck still - it's not the first time this has >>> happened. Also the problem with not showing changes in the builds has >>> still not been solved when it does complete. >>> >> >> Ricky found the issue with the latter of those.. posted it here >> >>> Turns out that the reason why it isn't displaying >>> changesets or JIRA entries is because the JSON format was changed >>> without correcting the Javascript. What's more, the JSON information >>> doesn't have the needed data anymore. >> >> He even mocked up a fix... >> ___ >> Policies and (un)subscribe information available here: >> http://wiki.secondlife.com/wiki/OpenSource-Dev >> Please read the policies before posting to keep unmoderated posting >> privileges >> > ___ > Policies and (un)subscribe information available here: > http://wiki.secondlife.com/wiki/OpenSource-Dev > Please read the policies before posting to keep unmoderated posting privileges > ___ Policies and (un)subscribe information available here: http://wiki.secondlife.com/wiki/OpenSource-Dev Please read the policies before posting to keep unmoderated posting privileges
Re: [opensource-dev] VD Build Page Hacking
Nice, but it will fail for changesets referring to 3p repos and build script changes, but I suppose that's still better than nothing. It would be nice if the query to retrieve the expected info could be restored server side, but... -- cg On Sun, Nov 13, 2011 at 12:46 AM, Ricky wrote: > I finally got so annoyed with the build page that I decided to do some > hacking on it. Turns out that the reason why it isn't displaying > changesets or JIRA entries is because the JSON format was changed > without correcting the Javascript. What's more, the JSON information > doesn't have the needed data anymore. > > So. I dug and I hacked, and I hacked and I dug, and voila, I'd mashed > up a facsimile of what I think it did in the past. And yes, I used > the phrase "mashed up" on purpose: the page I built taps into > BitBucket's REST API to get the missing data. It's not all that > pretty to go that route, but it works. > > Here's a demonstration: http://rwcproductions.com/~ricky/snowstorm/ > And here's the patch: > http://rwcproductions.com/~ricky/snowstorm/index.js.patch.txt > > Yes, there are some whitespace changes, and render_description() could > be cleaned up further, but I tried to not affect more than the areas > needed to make it "workable." > > Suggestions, thoughts, etc. welcome. > > Ricky > Cron Stardust > ___ > Policies and (un)subscribe information available here: > http://wiki.secondlife.com/wiki/OpenSource-Dev > Please read the policies before posting to keep unmoderated posting privileges > ___ Policies and (un)subscribe information available here: http://wiki.secondlife.com/wiki/OpenSource-Dev Please read the policies before posting to keep unmoderated posting privileges
Re: [opensource-dev] Linux toolchain update... testers needed.
I believe the main challenge is to rebuild all the third party dependencies in 64bit ... ___ Policies and (un)subscribe information available here: http://wiki.secondlife.com/wiki/OpenSource-Dev Please read the policies before posting to keep unmoderated posting privileges