[InterNetNews/inn] 0bb6a1: Add support for a GIT snapshot type

Russ Allbery noreply at github.com
Mon Sep 13 04:00:58 UTC 2021


  Branch: refs/heads/2.6
  Home:   https://github.com/InterNetNews/inn
  Commit: 0bb6a1679b066c28d72ccfbff173078c13490cbc
      https://github.com/InterNetNews/inn/commit/0bb6a1679b066c28d72ccfbff173078c13490cbc
  Author: Russ Allbery <eagle at eyrie.org>
  Date:   2021-09-12 (Sun, 12 Sep 2021)

  Changed paths:
    M support/mksnapshot

  Log Message:
  -----------
  Add support for a GIT snapshot type

On branches, use git describe to construct the version number.
On the main branch, that doesn't do anything useful, so instead
extract the date of the last commit, which hopefully will be good
enough.  These generate stable snapshot names if nothing has
changed in the repository, so that we can publish snapshots only
if nothing has changed.

Keep the old CURRENT and STABLE snapshot types so that we can keep
generating daily snapshots as well if we want to.


  Commit: 8366ac222ca61900706dec2ef654e6c0668b65e5
      https://github.com/InterNetNews/inn/commit/8366ac222ca61900706dec2ef654e6c0668b65e5
  Author: Russ Allbery <eagle at eyrie.org>
  Date:   2021-09-12 (Sun, 12 Sep 2021)

  Changed paths:
    M support/mksnapshot

  Log Message:
  -----------
  Merge pull request #168 from rra/snapshots

Add support for a GIT snapshot type


Compare: https://github.com/InterNetNews/inn/compare/8f13cb55d126...8366ac222ca6


More information about the inn-committers mailing list