Re: Nighly builds and releases

2013-09-05 Thread Justin Mclean
Hi, We can fix things in release (vi hotfixs or directly) but the changes need to be tested, develop is the best place to do that as that's what the CI runs off. Last release we made changes in release and merge back to develop frequently. Even if we didn't do this at some point you need to mer

RE: Nighly builds and releases

2013-09-05 Thread Frédéric THOMAS
ly let the dev branch unmerged as it represents already what is released and the build version will keep its 0 value unchanged too. -Message d'origine- De : Alex Harui [mailto:aha...@adobe.com] Envoyé : jeudi 5 septembre 2013 18:14 À : dev@flex.apache.org Objet : Re: Nighly builds and

Re: Nighly builds and releases

2013-09-05 Thread Alex Harui
i [mailto:aha...@adobe.com] >Envoyé : jeudi 5 septembre 2013 18:14 >À : dev@flex.apache.org >Objet : Re: Nighly builds and releases > > > >On 9/5/13 3:23 AM, "Frédéric THOMAS" wrote: > >>After running sdk/ant, git status report only " flex-sdk-description.xm

RE: Nighly builds and releases

2013-09-05 Thread Frédéric THOMAS
2013 18:48 À : dev@flex.apache.org Objet : Re: Nighly builds and releases Maybe I'm not understanding the diagram on their page. To me there is a line back from release branch to develop. It shouldn't have anything to do with hotfixes, just bug fixes found and fixed after the release br

Re: Nighly builds and releases

2013-09-05 Thread Alex Harui
On 9/5/13 3:23 AM, "Frédéric THOMAS" wrote: >After running sdk/ant, git status report only " flex-sdk-description.xml" >as >modified file, that's 5 months or so I didn't have a look in the SDK, >could >you tell me what should be done in order the build number be created only >on >the release bu

RE: Nighly builds and releases

2013-09-05 Thread Frédéric THOMAS
t it could introduce ? -Fred -Message d'origine- De : Frédéric THOMAS [mailto:webdoubl...@hotmail.com] Envoyé : jeudi 5 septembre 2013 11:47 À : dev@flex.apache.org Objet : RE: Nighly builds and releases Sorry for the delay, I was reading this before to go to sleep, it was more than 5am so,

RE: Nighly builds and releases

2013-09-05 Thread Frédéric THOMAS
essage d'origine- De : Justin Mclean [mailto:jus...@classsoftware.com] Envoyé : jeudi 5 septembre 2013 05:10 À : dev@flex.apache.org Objet : Re: Nighly builds and releases Hi, > That's here there is something I don't know, what should be merged > back to the develop br

Re: Nighly builds and releases

2013-09-04 Thread Justin Mclean
Hi, > That's here there is something I don't know, what should be merged back to > the develop branch ? Changes would be made in the release branch and merged into develop, otherwise the two branches would diverge and develop would no longer be a representation of the last release. All of the CI

Re: Nighly builds and releases

2013-09-04 Thread Alex Harui
On 9/4/13 3:44 PM, "Justin Mclean" wrote: >HI, > >> Are you sure this assertion is true for branches under development (dev >>/ >> features or bugs). >As part of the current release process, the release is tagged and then >develop is merged into trunk, otherwise it would not be a true reflexion

RE: Nighly builds and releases

2013-09-04 Thread Frédéric THOMAS
e would fix on the RC, only this fix should be merged back or I'm wrong ? What else ? -Fred -Message d'origine- De : Justin Mclean [mailto:jus...@classsoftware.com] Envoyé : jeudi 5 septembre 2013 04:05 À : dev@flex.apache.org Objet : Re: Nighly builds and releases HI, > Wha

Re: Nighly builds and releases

2013-09-04 Thread Justin Mclean
HI, > What was the problem exactly ? One of the RCs had a build number of 0. The file in question was in gitignore so the difference wasn't picked up until a RC had been made and several people had tested it. > why attributing a build number only at release time would make it harder How do you

RE: Nighly builds and releases

2013-09-04 Thread Frédéric THOMAS
gine- De : Justin Mclean [mailto:jus...@classsoftware.com] Envoyé : jeudi 5 septembre 2013 03:15 À : dev@flex.apache.org Objet : Re: Nighly builds and releases Hi, > I haven't look at how and when the date is added yet but can't we > decide to add this date from the release ta

Re: Nighly builds and releases

2013-09-04 Thread OmPrakash Muppirala
On Wed, Sep 4, 2013 at 11:15 AM, Erik de Bruin wrote: > The job that creates the artifacts is simply running "ant super-clean > release create-md5". It is not explicitly changing the filenames. I > guess there is still something/somewhere left to update to "4.11.0"? > > EdB > > I see that in flex

Re: Nighly builds and releases

2013-09-04 Thread Justin Mclean
Hi, > I haven't look at how and when the date is added yet but can't we decide to > add this date from the release target only as the release target is supposed > to be run on a release branch only ? That could and has caused errors, one of the 4.10.0 RC had to be redone because of this exact is

RE: Nighly builds and releases

2013-09-04 Thread Frédéric THOMAS
nvoyé : jeudi 5 septembre 2013 02:01 À : dev@flex.apache.org Objet : Re: Nighly builds and releases Hi, If you can work out how to make a release than then do the merge without merging the build number go for it. You need to update this: https://cwiki.apache.org/confluence/display/FLEX/Release+Guide+for+

Re: Nighly builds and releases

2013-09-04 Thread Justin Mclean
Hi, If you can work out how to make a release than then do the merge without merging the build number go for it. You need to update this: https://cwiki.apache.org/confluence/display/FLEX/Release+Guide+for+the+SDK Thanks, Justin

RE: Nighly builds and releases

2013-09-04 Thread Frédéric THOMAS
of doing a release branch, make the release into, so, it means as well adding the build number. -Fred -Message d'origine- De : Justin Mclean [mailto:jus...@classsoftware.com] Envoyé : jeudi 5 septembre 2013 01:48 À : dev@flex.apache.org Objet : Re: Nighly builds and releases Hi, >

Re: Nighly builds and releases

2013-09-04 Thread Justin Mclean
Hi, > Following nvie.com/posts/a-successful-git-branching-model/ the develop > branch is never merged to the trunk but the release branch yes. Yep that right, I've not had my coffee yet :-) Same issue basically as the release branch is branched from develop, worked on, tagged, released and the

RE: Nighly builds and releases

2013-09-04 Thread Frédéric THOMAS
ighly builds and releases HI, > Are you sure this assertion is true for branches under development > (dev / features or bugs). As part of the current release process, the release is tagged and then develop is merged into trunk, otherwise it would not be a true reflexion of what we actual

Re: Nighly builds and releases

2013-09-04 Thread Justin Mclean
HI, > Are you sure this assertion is true for branches under development (dev / > features or bugs). As part of the current release process, the release is tagged and then develop is merged into trunk, otherwise it would not be a true reflexion of what we actually released. Can you see a better

RE: Nighly builds and releases

2013-09-04 Thread Frédéric THOMAS
Hi Justin, Are you sure this assertion is true for branches under development (dev / features or bugs). -Fred -Message d'origine- De : Justin Mclean [mailto:jus...@classsoftware.com] Envoyé : jeudi 5 septembre 2013 00:19 À : dev@flex.apache.org Objet : Re: Nighly builds and rel

Re: Nighly builds and releases

2013-09-04 Thread Justin Mclean
HI, > We could change the build number back to 0 and only set the build number > in the release branches. I assume we talking about the build number in flex-sdk-description.xml? The source code (in GIt) needs to reflect what we actually tag and release and that includes the .xml files IMO. Tha

Re: Nighly builds and releases

2013-09-04 Thread Erik de Bruin
The job that creates the artifacts is simply running "ant super-clean release create-md5". It is not explicitly changing the filenames. I guess there is still something/somewhere left to update to "4.11.0"? EdB On Wed, Sep 4, 2013 at 7:25 PM, OmPrakash Muppirala wrote: > On Wed, Sep 4, 2013 at

Re: Nighly builds and releases

2013-09-04 Thread OmPrakash Muppirala
On Tue, Sep 3, 2013 at 5:54 PM, Justin Mclean wrote: > HI, > > > The tracking is based on the Flex version. We dont make a distinction > > between the nightly vs. released sdk. We should probably bump up the > > version number in our develop branch to start tracking the nightlies. > > Were is it

Re: Nighly builds and releases

2013-09-04 Thread OmPrakash Muppirala
On Wed, Sep 4, 2013 at 10:14 AM, Erik de Bruin wrote: > The artifacts are simple copies of the output files in the workspace. > If needed, we can add a copy and rename action to the 'release' job > and create artifacts that fit your needs... > > EdB > Isn't the filename driven off of a propertie

Re: Nighly builds and releases

2013-09-04 Thread Erik de Bruin
The artifacts are simple copies of the output files in the workspace. If needed, we can add a copy and rename action to the 'release' job and create artifacts that fit your needs... EdB On Wed, Sep 4, 2013 at 7:01 PM, OmPrakash Muppirala wrote: > On Tue, Sep 3, 2013 at 5:54 PM, Justin Mclean w

Re: Nighly builds and releases

2013-09-04 Thread Alex Harui
ot git >ignored today would not hassles any more at commit time after a build. > >-Message d'origine- >De : Alex Harui [mailto:aha...@adobe.com] >Envoyé : mercredi 4 septembre 2013 18:02 >À : dev@flex.apache.org >Objet : Re: Nighly builds and releases > >We cou

RE: Nighly builds and releases

2013-09-04 Thread Frédéric THOMAS
escription.xml which is not git >ignored today would not hassles any more at commit time after a build. > >-Message d'origine- >De : Alex Harui [mailto:aha...@adobe.com] Envoyé : mercredi 4 septembre >2013 18:02 À : dev@flex.apache.org Objet : Re: Nighly builds and >

RE: Nighly builds and releases

2013-09-04 Thread Frédéric THOMAS
nvoyé : mercredi 4 septembre 2013 18:02 À : dev@flex.apache.org Objet : Re: Nighly builds and releases We could change the build number back to 0 and only set the build number in the release branches. On 9/4/13 5:01 AM, "Frédéric THOMAS" wrote: >An option could be to add a checkbox label

Re: Nighly builds and releases

2013-09-04 Thread Alex Harui
feature, there will be a way to make a >SNAPSHOT based on the user choice. > >-Fred > >-Message d'origine----- >De : Justin Mclean [mailto:jus...@classsoftware.com] >Envoyé : mercredi 4 septembre 2013 02:54 >À : dev@flex.apache.org >Objet : Re: Nighly builds a

RE: Nighly builds and releases

2013-09-04 Thread Frédéric THOMAS
nd indeed it is not documented. Happily with the installer maven feature, there will be a way to make a SNAPSHOT based on the user choice. -Fred -Message d'origine- De : Justin Mclean [mailto:jus...@classsoftware.com] Envoyé : mercredi 4 septembre 2013 02:54 À : dev@flex.apache.org Objet

Re: Nighly builds and releases

2013-09-03 Thread Justin Mclean
HI, > The tracking is based on the Flex version. We dont make a distinction > between the nightly vs. released sdk. We should probably bump up the > version number in our develop branch to start tracking the nightlies. Were is it pickup up the version from? The develop branch should have all v

Re: Nighly builds and releases

2013-09-03 Thread Justin Mclean
HI, > I think it's too beneficial to everyone who wants to the bleeding edge to > not have nightlies for testing and development. Agree but we can't be providing it to SDK users as the latest release - it's for development use only. Justin

Re: Nighly builds and releases

2013-09-03 Thread Mark Kessler
I think it's too beneficial to everyone who wants to the bleeding edge to not have nightlies for testing and development. I'll agree we should just post a "Here be Dragons" type caveat emptor. -Mark On Tue, Sep 3, 2013 at 8:25 PM, OmPrakash Muppirala wrote: > A google search for "apache nightl

Re: Nighly builds and releases

2013-09-03 Thread OmPrakash Muppirala
On Tue, Sep 3, 2013 at 5:30 PM, Justin Mclean wrote: > Hi, > > Also noticed we don't seem to be tracking nightly build installs either? > > Justin > The tracking is based on the Flex version. We dont make a distinction between the nightly vs. released sdk. We should probably bump up the version

Re: Nighly builds and releases

2013-09-03 Thread Justin Mclean
Hi, Also noticed we don't seem to be tracking nightly build installs either? Justin

Re: Nighly builds and releases

2013-09-03 Thread OmPrakash Muppirala
A google search for "apache nightly build" shows me quite a few Apache projects providing public links to nightly builds: 1. Solr: http://wiki.apache.org/solr/NightlyBuilds 2. JMeter: http://jmeter.apache.org/nightly.html 3. Direcory: http://directory.apache.org/studio/nightly-builds.html 4. N

Re: Nighly builds and releases

2013-09-03 Thread Alex Harui
On 9/3/13 5:09 PM, "Justin Mclean" wrote: >Hi, > >An issue just come up on the incubator general list about nightly builds. >[1] > >The installer lets you download the nightly build, and while convenient >it looks like it's actually against Apache release guidelines [2]: >"If the general public

Nighly builds and releases

2013-09-03 Thread Justin Mclean
Hi, An issue just come up on the incubator general list about nightly builds. [1] The installer lets you download the nightly build, and while convenient it looks like it's actually against Apache release guidelines [2]: "If the general public is being instructed to download a package, then that