Quellcode durchsuchen

Working version information now. (whew)

Steve Thielemann vor 5 Jahren
Ursprung
Commit
adaa1c4720
1 geänderte Dateien mit 3 neuen und 2 gelöschten Zeilen
  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()