Re: [Kicad-developers] Separate download server directory for each Windows nightly build installer version?

2020-04-27 Thread Nick Østergaard
I don't think it is a good idea.

On Mon, 27 Apr 2020 at 12:57, Simon Richter  wrote:
>
> Hi,
>
> On Fri, Apr 24, 2020 at 11:10:27PM +0300, Eeli Kaikkonen wrote:
>
> > I keep the Windows nightly build download server page (
> > https://kicad-downloads.s3.cern.ch/index.html?prefix=windows/nightly/) open
> > in a browser tab to download the latest nightly build, often daily. It's
> > slightly annoying to have four files for each nightly build: 64 and 32 bit,
> > and lite and full.
>
> Possible, we'd just have to change the script that calls s3cmd to copy the
> files. If there is consensus that this is a good thing I can do that.
>
>Simon
>
> ___
> Mailing list: https://launchpad.net/~kicad-developers
> Post to : kicad-developers@lists.launchpad.net
> Unsubscribe : https://launchpad.net/~kicad-developers
> More help   : https://help.launchpad.net/ListHelp

___
Mailing list: https://launchpad.net/~kicad-developers
Post to : kicad-developers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kicad-developers
More help   : https://help.launchpad.net/ListHelp


Re: [Kicad-developers] Separate download server directory for each Windows nightly build installer version?

2020-04-27 Thread Simon Richter
Hi,

On Fri, Apr 24, 2020 at 11:10:27PM +0300, Eeli Kaikkonen wrote:

> I keep the Windows nightly build download server page (
> https://kicad-downloads.s3.cern.ch/index.html?prefix=windows/nightly/) open
> in a browser tab to download the latest nightly build, often daily. It's
> slightly annoying to have four files for each nightly build: 64 and 32 bit,
> and lite and full.

Possible, we'd just have to change the script that calls s3cmd to copy the
files. If there is consensus that this is a good thing I can do that.

   Simon

___
Mailing list: https://launchpad.net/~kicad-developers
Post to : kicad-developers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kicad-developers
More help   : https://help.launchpad.net/ListHelp


Re: [Kicad-developers] Separate download server directory for each Windows nightly build installer version?

2020-04-24 Thread Nick Østergaard
I don't think we gain anything for adding more directories.

As Andrew suggested, it is probably better to make a script or helper
tool for yourself to do that. You may be able to use aws s3 or s3cmd
to query the server.

On Fri, 24 Apr 2020 at 22:58, Andrew Lutsenko  wrote:
>
> If you do something daily then why not automate it?
> A simple shell or python script will do the job and use much less ram than a 
> browser tab :)
>
> On Fri, Apr 24, 2020 at 1:10 PM Eeli Kaikkonen  
> wrote:
>>
>> I keep the Windows nightly build download server page 
>> (https://kicad-downloads.s3.cern.ch/index.html?prefix=windows/nightly/) open 
>> in a browser tab to download the latest nightly build, often daily. It's 
>> slightly annoying to have four files for each nightly build: 64 and 32 bit, 
>> and lite and full.
>>
>> Could it be possible to have four directories under the main directory:
>> * full_installer_with_libraries_64bit
>> * full_installer_with_libraries_32bit
>> * lite_installer_downloadable_libraries_64bit
>> * lite_installer_downloadable_libraries_32bit
>>
>> Then I could just refresh the tab and click on the last file. Now I have to 
>> check every time which one is what I want so that I don't download a wrong 
>> one by accident (which has happened).
>>
>> (The same is of course true for the 5.1 testing builds.)
>>
>> Eeli Kaikkonen
>> ___
>> Mailing list: https://launchpad.net/~kicad-developers
>> Post to : kicad-developers@lists.launchpad.net
>> Unsubscribe : https://launchpad.net/~kicad-developers
>> More help   : https://help.launchpad.net/ListHelp
>
> ___
> Mailing list: https://launchpad.net/~kicad-developers
> Post to : kicad-developers@lists.launchpad.net
> Unsubscribe : https://launchpad.net/~kicad-developers
> More help   : https://help.launchpad.net/ListHelp

___
Mailing list: https://launchpad.net/~kicad-developers
Post to : kicad-developers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kicad-developers
More help   : https://help.launchpad.net/ListHelp


Re: [Kicad-developers] Separate download server directory for each Windows nightly build installer version?

2020-04-24 Thread Andrew Lutsenko
If you do something daily then why not automate it?
A simple shell or python script will do the job and use much less ram than
a browser tab :)

On Fri, Apr 24, 2020 at 1:10 PM Eeli Kaikkonen 
wrote:

> I keep the Windows nightly build download server page (
> https://kicad-downloads.s3.cern.ch/index.html?prefix=windows/nightly/)
> open in a browser tab to download the latest nightly build, often daily.
> It's slightly annoying to have four files for each nightly build: 64 and 32
> bit, and lite and full.
>
> Could it be possible to have four directories under the main directory:
> * full_installer_with_libraries_64bit
> * full_installer_with_libraries_32bit
> * lite_installer_downloadable_libraries_64bit
> * lite_installer_downloadable_libraries_32bit
>
> Then I could just refresh the tab and click on the last file. Now I have
> to check every time which one is what I want so that I don't download a
> wrong one by accident (which has happened).
>
> (The same is of course true for the 5.1 testing builds.)
>
> Eeli Kaikkonen
> ___
> Mailing list: https://launchpad.net/~kicad-developers
> Post to : kicad-developers@lists.launchpad.net
> Unsubscribe : https://launchpad.net/~kicad-developers
> More help   : https://help.launchpad.net/ListHelp
>
___
Mailing list: https://launchpad.net/~kicad-developers
Post to : kicad-developers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kicad-developers
More help   : https://help.launchpad.net/ListHelp