Przeglądaj źródła

Working version information now. (whew)

Steve Thielemann 5 lat temu
rodzic
commit
adaa1c4720
1 zmienionych plików z 3 dodań i 2 usunięć
  1. 3 2
      tcp-proxy2.py

+ 3 - 2
tcp-proxy2.py

@@ -26,12 +26,13 @@ version = check_output(
     [
         "git",
         "describe",
+        "--abbrev=8",
         "--long",
         "--tags",
-        #        "--dirty",
+        "--dirty",
         "--always",
         "--match",
-        "v[0-9]\.[0-9]\.[0-9]",
+        "v[0-9]*",
     ],
     universal_newlines=True,
 ).strip()