Kaynağa Gözat

Working version information now. (whew)

Steve Thielemann 5 yıl önce
ebeveyn
işleme
adaa1c4720
1 değiştirilmiş dosya ile 3 ekleme ve 2 silme
  1. 3 2
      tcp-proxy2.py

+ 3 - 2
tcp-proxy2.py

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