From: Andrea Zagli Date: Wed, 7 Sep 2022 05:33:44 +0000 (+0200) Subject: update_rev: parametrizzati file e branch. X-Git-Url: https://saetta.ns0.it/gitweb?a=commitdiff_plain;h=85f209e61db1dc6f8bd76048ddb4da6257ed9591;p=nix%2Fpkgs update_rev: parametrizzati file e branch. --- diff --git a/update_rev.sh b/update_rev.sh index f212c8c..dea66c3 100755 --- a/update_rev.sh +++ b/update_rev.sh @@ -1,4 +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}' +url=$(awk '/url/ {gsub("\"", "", $3); gsub(";", "", $3); print $3}' $1) +git ls-remote $url refs/heads/$2 | awk '{print $1}'