bug-wget
[Top][All Lists]
Advanced

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

Re: Bootstrap with old Python


From: Tim Rühsen
Subject: Re: Bootstrap with old Python
Date: Tue, 25 Aug 2020 19:46:36 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.11.0

Hm,

as written in the README.md:

# Downloading and building from tarball

                wget https://gnuwget.gitlab.io/wget2/wget2-latest.tar.gz
                tar xf wget2-latest.tar.gz
                cd wget2-*
                ./configure
                make
                make check
                sudo make install

That tarball is updated with every successful CI build of the master branch.

Regards, Tim

On 21.08.20 16:15, Bruno Haible wrote:
> [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
> 
> 

Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

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