[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: git-version-gen: allow 'snapshot' as .tarball-version contents
From: |
Assaf Gordon |
Subject: |
Re: git-version-gen: allow 'snapshot' as .tarball-version contents |
Date: |
Sun, 13 Oct 2019 15:31:50 -0600 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.9.0 |
Hello Bruno,
On 2019-10-13 3:18 p.m., Bruno Haible wrote:
Dmitry V. Levin wrote:
I need a non-numeric version for continuous publishing of gettext snapshot
tarballs, and I want the tarballs to be called gettext-snapshot.tar.gz,
I wonder how users of these tarballs would be able to identify
snapshots if there is no version information.
I find that for CI tarballs a
stable URL is the more important feature.
Somewhat related:
If you're posting the tarballs to ftp.gnu.org or alpha.gnu.org ,
the upload script (build-aux/gnupload) can create symlinks,
and even provide examples of symlinking a "-latest.tar.gz" to a
versioned one:
----
$ gnupload --help
[...]
4. Create a symbolic link foobar-latest.tar.gz -> foobar-1.0.tar.gz
and likewise for the corresponding .sig file:
gnupload --to ftp.gnu.org:foobar \
--symlink foobar-1.0.tar.gz foobar-latest.tar.gz \
foobar-1.0.tar.gz.sig foobar-latest.tar.gz.sig
----
Would that help with a stable URL for testing?