From 49b873c16af61c8d0e49367d983b5a3dc24d3636 Mon Sep 17 00:00:00 2001 From: Tim Gover Date: Thu, 24 Nov 2022 16:01:29 +0000 Subject: [PATCH] git: Create tags that match the APT releases --- tools/rpi-create-tags | 5 +++++ 1 file changed, 5 insertions(+), 0 deletions(-) create mode 100755 tools/rpi-create-tags diff --git a/tools/rpi-create-tags b/tools/rpi-create-tags new file mode 100755 index 0000000..ded302c --- /dev/null +++ b/tools/rpi-create-tags @@ -0,0 +1,5 @@ +#!/bin/sh + +# Create git tags that match the APT releases + +git blame debian/changelog | egrep "rpiboot .*urgency=" | sed 's/[()]//g' | sed 's/~/-/g' | awk '{print "git tag " $9 " " $1}' -- libgit2 0.21.4