[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: git-version-gen: allow 'snapshot' as .tarball-version contents
From: |
Bruno Haible |
Subject: |
Re: git-version-gen: allow 'snapshot' as .tarball-version contents |
Date: |
Sun, 13 Oct 2019 23:18:22 +0200 |
User-agent: |
KMail/5.1.3 (Linux/4.4.0-165-generic; KDE/5.18.0; x86_64; ; ) |
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.
They can remember the date at which they downloaded the snapshot.
Ideally a download would have a stable URL _and_ a version number. In some
cases, this is not possible or extra effort. I find that for CI tarballs a
stable URL is the more important feature.
Bruno