You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geode.apache.org by Kirk Lund <kl...@apache.org> on 2017/09/18 16:38:17 UTC

Request: Build flag to skip download of previous Geode versions

So my build has been stuck on our favorite download for the last 10 minutes
and is only up to 13% which tells me it could take 20+ minutes this
morning...

Download
https://www.apache.org/dyn/closer.cgi?action=download&filename=geode/1.2.0/apache-geode-1.2.0.tar.gz
<=------------> 13% EXECUTING
> :geode-old-versions:downloadZipFiletest120 > 38.86 MB/87.14 MB downloaded

What's I'd really like is a build flag to SKIP this step. Is anyone's
Gradle-fu good enough to add in a build flag that would accomplish this?

Thanks,
Kirk

Re: Request: Build flag to skip download of previous Geode versions

Posted by Jared Stewart <js...@pivotal.io>.
I think this might do it: 

./gradlew build -x :geode-old-versions:compileJava -x :geode-old-versions:verifyGeodetest120 -x :geode-old-versions:downloadZipFiletest120 -x :geode-old-versions:downloadAndUnzipFiletest120 

> On Sep 18, 2017, at 9:46 AM, Kirk Lund <kl...@apache.org> wrote:
> 
> I filed GEODE-3639: "Request: build flag to skip download of previous Geode
> versions" for this request.
> 
> Thanks,
> Kirk
> 
> On Mon, Sep 18, 2017 at 9:40 AM, Kirk Lund <kl...@apache.org> wrote:
> 
>> Turns out the 13% has nothing to do with the download, but I still think a
>> build flag to skip this would be a good idea.
>> 
>> On Mon, Sep 18, 2017 at 9:38 AM, Kirk Lund <kl...@apache.org> wrote:
>> 
>>> So my build has been stuck on our favorite download for the last 10
>>> minutes and is only up to 13% which tells me it could take 20+ minutes this
>>> morning...
>>> 
>>> Download https://www.apache.org/dyn/closer.cgi?action=download&filena
>>> me=geode/1.2.0/apache-geode-1.2.0.tar.gz
>>> <=------------> 13% EXECUTING
>>>> :geode-old-versions:downloadZipFiletest120 > 38.86 MB/87.14 MB
>>> downloaded
>>> 
>>> What's I'd really like is a build flag to SKIP this step. Is anyone's
>>> Gradle-fu good enough to add in a build flag that would accomplish this?
>>> 
>>> Thanks,
>>> Kirk
>>> 
>> 
>> 


Re: Request: Build flag to skip download of previous Geode versions

Posted by Kirk Lund <kl...@apache.org>.
I filed GEODE-3639: "Request: build flag to skip download of previous Geode
versions" for this request.

Thanks,
Kirk

On Mon, Sep 18, 2017 at 9:40 AM, Kirk Lund <kl...@apache.org> wrote:

> Turns out the 13% has nothing to do with the download, but I still think a
> build flag to skip this would be a good idea.
>
> On Mon, Sep 18, 2017 at 9:38 AM, Kirk Lund <kl...@apache.org> wrote:
>
>> So my build has been stuck on our favorite download for the last 10
>> minutes and is only up to 13% which tells me it could take 20+ minutes this
>> morning...
>>
>> Download https://www.apache.org/dyn/closer.cgi?action=download&filena
>> me=geode/1.2.0/apache-geode-1.2.0.tar.gz
>> <=------------> 13% EXECUTING
>> > :geode-old-versions:downloadZipFiletest120 > 38.86 MB/87.14 MB
>> downloaded
>>
>> What's I'd really like is a build flag to SKIP this step. Is anyone's
>> Gradle-fu good enough to add in a build flag that would accomplish this?
>>
>> Thanks,
>> Kirk
>>
>
>

Re: Request: Build flag to skip download of previous Geode versions

Posted by Kirk Lund <kl...@apache.org>.
Turns out the 13% has nothing to do with the download, but I still think a
build flag to skip this would be a good idea.

On Mon, Sep 18, 2017 at 9:38 AM, Kirk Lund <kl...@apache.org> wrote:

> So my build has been stuck on our favorite download for the last 10
> minutes and is only up to 13% which tells me it could take 20+ minutes this
> morning...
>
> Download https://www.apache.org/dyn/closer.cgi?action=download&
> filename=geode/1.2.0/apache-geode-1.2.0.tar.gz
> <=------------> 13% EXECUTING
> > :geode-old-versions:downloadZipFiletest120 > 38.86 MB/87.14 MB
> downloaded
>
> What's I'd really like is a build flag to SKIP this step. Is anyone's
> Gradle-fu good enough to add in a build flag that would accomplish this?
>
> Thanks,
> Kirk
>