aboutsummaryrefslogtreecommitdiffstats
path: root/extra/git-version.sh
diff options
context:
space:
mode:
authors-ol <s-ol@users.noreply.github.com>2020-03-16 09:16:30 +0000
committers-ol <s-ol@users.noreply.github.com>2020-03-16 09:16:30 +0000
commit58a7859deec3275fa941076a9c8a001a7fb65f2e (patch)
tree29a94a98ad90ec0f12c1bca98bda385cef881e21 /extra/git-version.sh
parentadd Input spec (diff)
downloadalive-58a7859deec3275fa941076a9c8a001a7fb65f2e.tar.gz
alive-58a7859deec3275fa941076a9c8a001a7fb65f2e.zip
switch repo docs to github
Diffstat (limited to 'extra/git-version.sh')
-rwxr-xr-xextra/git-version.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/extra/git-version.sh b/extra/git-version.sh
index 1c90d8c..c2ffe06 100755
--- a/extra/git-version.sh
+++ b/extra/git-version.sh
@@ -15,9 +15,13 @@ cat <<EOF
-- @tfield string tag the last versions git tag
-- @tfield string rev_short the short git revision hash
-- @tfield string rev_long the full git revision hash
+-- @tfield string repo the git repo URL
+-- @tfield string web the repo web URL
{
tag: "${TAG}"
rev_short: "${REV_SHORT}"
rev_long: "${REV_LONG}"
+ repo: "https://github.com/s-ol/alivecoding.git"
+ web: "https://github.com/s-ol/alivecoding/tree/${TAG}"
}
EOF