Re: [opensource-dev] Closing on SG2.0 : Releasing Snowglobe 2.0.2 (RC2)

2010-07-29 Thread Ricky
Ok, I don't yet fully understand the properties of the installer
template Thickbrick added to the Snowglobe wiki page... :/   Could
someone update it who does?

(and maybe explain how to help maintain this.  Or a link to somewhere
that explains it!  I'm used to regular wiki editing, but functions and
variables in a wiki page are rather unusual...)

Thanks,
Ricky
Cron Stardust

On Wed, Jul 28, 2010 at 11:23 PM, Philippe (Merov) Bossut
 wrote:
> Hi,
>
> The binaries for this release are available now:
> - Windows:
> http://secondlife.com/developers/opensource/downloads/2010/2.0/3576/Snowglobe_2-0-2-3576_Setup.exe
> - Mac:
> http://secondlife.com/developers/opensource/downloads/2010/2.0/3576/Snowglobe_2_0_2_3576.dmg
> - Linux:
> http://secondlife.com/developers/opensource/downloads/2010/2.0/3576/Snowglobe-i686-2.0.2.3576.tar.bz2
>
> Please use JIRA to report bugs (use the correct version field) . We will
> only consider show stoppers for immediate fix and punt all other bugs to
> 2.1.
>
> Cheers,
> - Merov
>
> On Wed, Jul 28, 2010 at 6:11 PM, Philippe (Merov) Bossut
>  wrote:
>>
>> Hi,
>>
>> At the last Hippo meeting we reviewed the status of the last outstanding
>> bug (SNOW-669) on this branch and decided to punt to 2.1 and release that
>> branch. That makes sense as Viewer 2.1 is already out anyway so there is
>> little incentive for anyone to play with this anymore. Marking it "released"
>> and cleaning up the JIRA is a good way to put that branch to rest.
>>
>> I therefore changed the version to say "2.0.2" and the channel "Snowglobe
>> Release" so we can easily identify that babby (svn r3576).
>>
>> TeamCity is building now and I'll post the links to the binaries when they
>> become available.
>>
>> Cheers,
>> - Merov
>
>
> ___
> 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] Branching Snowglobe 1.4.1 (RC1)

2010-07-29 Thread Henri Beauchamp
On Wed, 28 Jul 2010 18:54:17 -0700, Philippe (Merov) Bossut wrote:

> Hi,
> 
> Also at the last Hippo meeting, we decided to branch of 1.4 off the 1.x
> branch so we can release that on as well. I did that and the new release
> branch is available at:
> https://svn.secondlife.com/linden/projects/2009/snowglobe/1.4

The correct URL is:
https://svn.secondlife.com/svn/linden/projects/2009/snowglobe/1.4

Henri.
___
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] Closing on SG2.0 : Releasing Snowglobe 2.0.2 (RC2)

2010-07-29 Thread Thickbrick Sleaford
On Thursday 29 July 2010 19:26:24 Ricky wrote:
> Ok, I don't yet fully understand the properties of the installer
> template Thickbrick added to the Snowglobe wiki page... :/   Could
> someone update it who does?
> 
> (and maybe explain how to help maintain this.  Or a link to somewhere
> that explains it!  I'm used to regular wiki editing, but functions and
> variables in a wiki page are rather unusual...)
> 
> Thanks,
> Ricky
> Cron Stardust
> 

I didn't create those templates, I just made copies of the 1.x ones for 2.x 
installers. I think Rob Linden wrote them originally.

Those templates create the three platform links from the build number, and the 
versions numbers. There's an added complication that the trunk templates use 
another template for localization of the description and for the purpose of 
alternating between "Test build (trunk)" and "Release Candidate." (at least I 
think that's the reason.)

I think that the idea is that the Release template always points to a released 
build (i.e. 1.3.2 currently for 1.x). The trunk template should point to trunk 
most of the time, except for during the RC stages, after a release branch is 
branched, but before it is deemed "released,". During that stage it should 
point to the RC builds.

I updated the 2.x trunk and branch and 1.x trunk templates already. I hope 
Merov doesn't object.

The relevant wiki pages for 2.x are:
* https://wiki.secondlife.com/wiki/Template:Snowglobe_2-installers
(which points to 2.0.2 (RC2). This is against the rule I wrote above, but we 
don't have a "released" 2.x build yet.)
* https://wiki.secondlife.com/wiki/Template:Snowglobe_2-installers-trunk
(which point to 2.1.0)
* https://wiki.secondlife.com/wiki/Template:Snowglobe_2-installers-trunk/en

And for 1.x:
https://wiki.secondlife.com/wiki/Template:Snowglobe-installers
(1.3.2, no change here)
https://wiki.secondlife.com/wiki/Template:Snowglobe-installers-trunk
(1.4.1 RC1, this is now tracking release candidates until we release 1.4)
https://wiki.secondlife.com/wiki/Template:Snowglobe-installers-trunk/en

I hope that clears things up (and didn't include false info...)

I also put a mockup of my suggestion on how to clarify prettify the snowglobe 
download links a bit here:
https://wiki.secondlife.com/wiki/User:Thickbrick_Sleaford/Sandbox

-- 
Thickbrick
___
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] Closing on SG2.0 : Releasing Snowglobe 2.0.2 (RC2)

2010-07-29 Thread Ricky
Thanks for clearing that up Thickbrick!

And those fancy links look interesting, and definitely would give that
"end-user" look to it.  However, is that style or color scheme
represented anywhere else on the wiki?  If not, then is there other
places that could benefit from similar styling?  If yes to either,
then you've got my vote for implementation.

Ricky
Cron Stardust

On Thu, Jul 29, 2010 at 1:41 PM, Thickbrick Sleaford
 wrote:
> On Thursday 29 July 2010 19:26:24 Ricky wrote:
>> Ok, I don't yet fully understand the properties of the installer
>> template Thickbrick added to the Snowglobe wiki page... :/   Could
>> someone update it who does?
>>
>> (and maybe explain how to help maintain this.  Or a link to somewhere
>> that explains it!  I'm used to regular wiki editing, but functions and
>> variables in a wiki page are rather unusual...)
>>
>> Thanks,
>> Ricky
>> Cron Stardust
>>
>
> I didn't create those templates, I just made copies of the 1.x ones for 2.x
> installers. I think Rob Linden wrote them originally.
>
> Those templates create the three platform links from the build number, and the
> versions numbers. There's an added complication that the trunk templates use
> another template for localization of the description and for the purpose of
> alternating between "Test build (trunk)" and "Release Candidate." (at least I
> think that's the reason.)
>
> I think that the idea is that the Release template always points to a released
> build (i.e. 1.3.2 currently for 1.x). The trunk template should point to trunk
> most of the time, except for during the RC stages, after a release branch is
> branched, but before it is deemed "released,". During that stage it should
> point to the RC builds.
>
> I updated the 2.x trunk and branch and 1.x trunk templates already. I hope
> Merov doesn't object.
>
> The relevant wiki pages for 2.x are:
> * https://wiki.secondlife.com/wiki/Template:Snowglobe_2-installers
> (which points to 2.0.2 (RC2). This is against the rule I wrote above, but we
> don't have a "released" 2.x build yet.)
> * https://wiki.secondlife.com/wiki/Template:Snowglobe_2-installers-trunk
> (which point to 2.1.0)
> * https://wiki.secondlife.com/wiki/Template:Snowglobe_2-installers-trunk/en
>
> And for 1.x:
> https://wiki.secondlife.com/wiki/Template:Snowglobe-installers
> (1.3.2, no change here)
> https://wiki.secondlife.com/wiki/Template:Snowglobe-installers-trunk
> (1.4.1 RC1, this is now tracking release candidates until we release 1.4)
> https://wiki.secondlife.com/wiki/Template:Snowglobe-installers-trunk/en
>
> I hope that clears things up (and didn't include false info...)
>
> I also put a mockup of my suggestion on how to clarify prettify the snowglobe
> download links a bit here:
> https://wiki.secondlife.com/wiki/User:Thickbrick_Sleaford/Sandbox
>
> --
> Thickbrick
>
___
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