[Swan-commit] Changes to ref refs/heads/main

Paul Wouters paul at vault.libreswan.fi
Thu Feb 23 16:22:17 EET 2023


New commits:
commit 0361849a7375c4aba1e6a26d2bb5c13ba59b7ba5
Author: Brady Johnson <bradyallenjohnson at gmail.com>
Date:   Thu Feb 23 09:20:44 2023 -0500

    building: Fix versioning when using topic branch
    
    - The command "git describe --tags" used in setlibreswanversion
      returns error: "fatal: No names found, cannot describe anything."
      that is fixed adding the "--always" as a fallback.
    - When the branch name is something like "topic/some_name" the
      sed scripts in the Makefiles need some slight tweaking.
    
    Resolves: https://github.com/libreswan/libreswan/pull/1019
    
    Signed-off-by: Brady Johnson <bradyallenjohnson at gmail.com>
    Signed-off-by: Paul Wouters <paul.wouters at aiven.io>
    ---
     Makefile                            | 2 +-
     lib/libswan/Makefile                | 4 ++--
     packaging/utils/setlibreswanversion | 2 +-
     3 files changed, 4 insertions(+), 4 deletions(-)
    Signed-off-by: Paul Wouters <paul.wouters at aiven.io>



More information about the Swan-commit mailing list