← Back to team overview

kicad-developers team mailing list archive

Re: Separate download server directory for each Windows nightly build installer version?

 

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 <anlutsenko@xxxxxxxxx> 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 <eeli.kaikkonen@xxxxxxxxx> 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@xxxxxxxxxxxxxxxxxxx
>> Unsubscribe : https://launchpad.net/~kicad-developers
>> More help   : https://help.launchpad.net/ListHelp
>
> _______________________________________________
> Mailing list: https://launchpad.net/~kicad-developers
> Post to     : kicad-developers@xxxxxxxxxxxxxxxxxxx
> Unsubscribe : https://launchpad.net/~kicad-developers
> More help   : https://help.launchpad.net/ListHelp


References