]> saetta.ns0.it Git - nix/pkgs/commitdiff
Inizio script per aggiornamento rev/hash da repository git.
authorAndrea Zagli <andrea.zagli@yahoo.com>
Tue, 6 Sep 2022 13:57:30 +0000 (15:57 +0200)
committerAndrea Zagli <andrea.zagli@yahoo.com>
Tue, 6 Sep 2022 13:57:30 +0000 (15:57 +0200)
update_rev.sh [new file with mode: 0755]

diff --git a/update_rev.sh b/update_rev.sh
new file mode 100755 (executable)
index 0000000..f212c8c
--- /dev/null
@@ -0,0 +1,4 @@
+#!/bin/bash
+
+url=$(awk '/url/ {gsub("\"", "", $3); gsub(";", "", $3); print $3}' libzakutils.nix)
+git ls-remote $url refs/heads/develop | awk '{print $1}'