bug-wget
[Top][All Lists]
Advanced

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

Re: Bootstrap with old Python


From: Bruno Haible
Subject: Re: Bootstrap with old Python
Date: Fri, 21 Aug 2020 16:15:27 +0200
User-agent: KMail/5.1.3 (Linux/4.4.0-186-generic; KDE/5.18.0; x86_64; ; )

[Redirected from bug-gnulib]

Jeffrey Walton wrote:
> > Yeah, I wish Tim would build a release tarball so we don't have to do
> > the git submodule thing.

Darshit Shah replied:
> We can work on that soon. Wget2 _is_ technically still alpha software. 
> And with both Tim and me busy with real life, there isn't so much time 
> available for this. Contributions are very welcome :)

It is not hard to do release builds from a continuous integrations. I've
done that for a couple of GNU projects [1][2][3][4][5][6]. What it takes
is essentially
  - Add a "make distcheck" command at the end of your CI job.
  - Add a section "The created tarball" to the README.md of the CI project.
  - Inject a specific version name (possibly the date, possibly a suffix
    "-alpha") into the configure.ac before the build starts.

Bruno

[1] https://gitlab.com/gnu-m4/ci-distcheck
[2] https://gitlab.com/gnu-poke/ci-distcheck
[3] https://gitlab.com/gnu-libunistring/ci-distcheck
[4] https://gitlab.com/gnu-gettext/ci-distcheck
[5] https://gitlab.com/gnu-libffcall/ci-distcheck
[6] https://gitlab.com/gnu-libsigsegv/ci-distcheck




reply via email to

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