Re: SDK Nightly builds?

2013-06-06 Thread OmPrakash Muppirala
In the interest of getting nightly builds of SDK available soon, asking this question again: Is there any way to generate a .MD5 hash of the artifacts after the release build is done? Or should we have a switch in the installer to disable MD5 checks for nightlies? Is that even a safe option?

Re: SDK Nightly builds?

2013-06-06 Thread Justin Mclean
HI, Is there any way to generate a .MD5 hash of the artifacts after the release build is done? Should be straightforward. On OSX/Linux it's just md5 filename. On windows it may be more complex and you may need to use this: http://support.microsoft.com/kb/841290 Jenkins could be set up to run

SDK Nightly builds?

2013-06-03 Thread Justin Mclean
Hi, Question just came up on JIRA. Do we want to publish nightly builds? We have Jenkins already creating a release build so it wouldn't be much work - only having Jenkins copying the compile release somewhere and documenting where it is. Thanks, Justin

Re: SDK Nightly builds?

2013-06-03 Thread Justin Mclean
Hi, My thinking was the more people that use it the more likely we are to pick up any issues before making an official release. Justin

Re: SDK Nightly builds?

2013-06-03 Thread Erik de Bruin
I can do that, where would we want to 'publish' the nightly builds and what would we include in them? EdB On Mon, Jun 3, 2013 at 10:47 AM, Justin Mclean jus...@classsoftware.com wrote: Hi, My thinking was the more people that use it the more likely we are to pick up any issues before

RE: SDK Nightly builds?

2013-06-03 Thread Glenn Williams
@flex.apache.org Subject: Re: SDK Nightly builds? I can do that, where would we want to 'publish' the nightly builds and what would we include in them? EdB On Mon, Jun 3, 2013 at 10:47 AM, Justin Mclean jus...@classsoftware.com wrote: Hi, My thinking was the more people that use it the more likely we

Re: SDK Nightly builds?

2013-06-03 Thread Alex Harui
See [1] [1] http://www.apache.org/dev/release.html#host-rc I wonder if we should add some functionality to the installer to make it find nightly and rc builds. -Alex On 6/3/13 6:09 AM, Erik de Bruin e...@ixsoftware.nl wrote: Ah, it seems Jenkins can archive build 'artifacts' with the proper

Re: SDK Nightly builds?

2013-06-03 Thread Erik de Bruin
The nightly build is available through this URL: https://builds.apache.org/job/flex-sdk_release/lastSuccessfulBuild/artifact/out/ The files at that URL always represent the last successful build using the 'release' target. If someone can figure out a way to either upload these files somewhere

Re: SDK Nightly builds?

2013-06-03 Thread Alex Harui
I'll ask Infra if that location is sufficient. On 6/3/13 8:53 AM, Erik de Bruin e...@ixsoftware.nl wrote: The nightly build is available through this URL: https://builds.apache.org/job/flex-sdk_release/lastSuccessfulBuild/artifac t/out/ The files at that URL always represent the last

Re: SDK Nightly builds?

2013-06-03 Thread Justin Mclean
Hi, I can do that, where would we want to 'publish' the nightly builds That I'm not sure about I'll see what other Apache projects do. and what would we include in them? IMO The 2 source and 2 binary releases and a huge warning that these are untested, not official releases, use at own risk,

Re: SDK Nightly builds?

2013-06-03 Thread Justin Mclean
Hi, I can do that, where would we want to 'publish' the nightly builds and what would we include in them? The projects I found link directly to the builds machine. http://directory.apache.org/studio/nightly-builds.html http://nutch.apache.org/nightly.html http://ant.apache.org/nightlies.html

Re: SDK Nightly builds?

2013-06-03 Thread OmPrakash Muppirala
On Mon, Jun 3, 2013 at 12:47 PM, Erik de Bruin e...@ixsoftware.nl wrote: I took those links as examples and I spied on their settings to come to the URL I posted earlier. That URL doesn't simple point to the 'out' directories, it provides a permanent link to a continually update (on every

Re: SDK Nightly builds?

2013-06-03 Thread OmPrakash Muppirala
I am playing around with the installer to see how best we can support nightlies. Is there any way to generate a .MD5 hash of the artifacts after the release build is done? Or should we have a switch in the installer to disable MD5 checks for nightlies? Is that even a safe option? Thanks, Om

Re: SDK Nightly builds?

2013-06-03 Thread Erik de Bruin
I can't tell if you're kidding or not... As far as I can tell I just enabled that URL by adding the Archive the artifact Post-build Action this afternoon. EdB On Mon, Jun 3, 2013 at 9:49 PM, OmPrakash Muppirala bigosma...@gmail.com wrote: On Mon, Jun 3, 2013 at 12:47 PM, Erik de Bruin

Re: SDK Nightly builds?

2013-06-03 Thread OmPrakash Muppirala
No I am not kidding. I used the url for build 27 in the Installer at which point I thought hmm... it would be good if I dint have to hardcode the build number and had a canonical url for the last build I started typing that in an email and I thought I would check if Jenkins indeed had a feature

Re: SDK Nightly builds?

2013-06-03 Thread Erik de Bruin
I love it when a plan comes together ;-) EdB On Mon, Jun 3, 2013 at 10:32 PM, OmPrakash Muppirala bigosma...@gmail.com wrote: No I am not kidding. I used the url for build 27 in the Installer at which point I thought hmm... it would be good if I dint have to hardcode the build number and