diff options
| author | Jason A. Dönerfield <no-replay@sl0p.foo> | 2026-07-18 21:17:58 +0200 |
|---|---|---|
| committer | Jason A. Dönerfield <no-replay@sl0p.foo> | 2026-07-18 21:31:00 +0200 |
| commit | 79054faaadd5d6773f79baf4cdca515b0c73944b (patch) | |
| tree | 0e5b000b77cce98cac74cdb291bff43b23e1d4fb /Makefile | |
| parent | ui-shared: signal the sl0p fork in the footer + generator meta (diff) | |
| download | cgit-79054faaadd5d6773f79baf4cdca515b0c73944b.tar.gz cgit-79054faaadd5d6773f79baf4cdca515b0c73944b.tar.xz cgit-79054faaadd5d6773f79baf4cdca515b0c73944b.zip | |
build: fix empty version on tagless clones; mark version -sl0p
gen-version.sh unconditionally overwrote the Makefile-provided version
with `git describe` output, which is empty on a plain clone of the fork
(no tags) — so cgit_version rendered blank in the footer and generator
meta. Only override when describe yields something. Also bump the base
version to v1.3.1-sl0p so the version string itself names the fork.
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ all:: -CGIT_VERSION = v1.3.1 +CGIT_VERSION = v1.3.1-sl0p CGIT_SCRIPT_NAME = cgit.cgi CGIT_SCRIPT_PATH = /var/www/htdocs/cgit CGIT_DATA_PATH = $(CGIT_SCRIPT_PATH) |
