emacs-devel
[Top][All Lists]
Advanced

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

Re: Windows Binaries Release: was The emacs-28 release branch


From: H. Dieter Wilhelm
Subject: Re: Windows Binaries Release: was The emacs-28 release branch
Date: Wed, 27 Oct 2021 21:36:37 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.60 (gnu/linux)

Hello Phil

Phillip Lord <phillip.lord@russet.org.uk> writes:

> All of the files needed to build the windows binaries are in the main
> repository, specifically in admin/nt/dist-build.
>
> I use a few other launch scripts which the python or shell script. This
> is just so that I could build release or snapshot builds from the same
> git checkout (or rather multiple worktrees of the same git repo) with
> ease.

Please tell me where are the "other launch scripts" located?  I don't
understand, among other things, where variables like $VERSION in
nt/dist-build/build-zips.sh are defined.

...
function git_up {
    echo [build] Making git worktree for Emacs $VERSION
    cd $REPO_DIR/emacs-$MAJOR_VERSION
    git pull
    git worktree add ../$BRANCH $BRANCH

    cd ../$BRANCH
    ./autogen.sh
}
...


  Dieter
  
-- 
Best wishes
H. Dieter Wilhelm
Zwingenberg, Germany



reply via email to

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