emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: emacs-26 3fc05cf: Scripts to automate windows binary distribution


From: Phillip Lord
Subject: Re: emacs-26 3fc05cf: Scripts to automate windows binary distribution
Date: Wed, 25 Oct 2017 09:37:57 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.0.90 (gnu/linux)

Michael Albinus <address@hidden> writes:

> address@hidden (Phillip Lord) writes:
>
>> diff --git a/admin/nt/dist-build/build-dep-zips.py
>> b/admin/nt/dist-build/build-dep-zips.py
>> new file mode 100755
>> index 0000000..33bc4b5
>> --- /dev/null
>> +++ b/admin/nt/dist-build/build-dep-zips.py
>> @@ -0,0 +1,223 @@
>> +#!/usr/bin/python3
>
> Likely I've missed the discussion, but do we want to distribute Python
> scripts with Emacs?

modules/modhelp.py has been there since 2015, so we already do.

I started off writing this in bash, but it's such a pain that I ported
it to python which ended up much nicer. Given that this file has about a
15-20 minute run time, this seemed a useful thing to me. As it happens
it was also easy to make it go quicker which is important because it
means that I can do the build in the evening, rather than over two
evenings.

It only has to run in a single environment, and that environment has
python3. I'll probably port build-zips.sh at some point as well.

Phil



reply via email to

[Prev in Thread] Current Thread [Next in Thread]