Fossil SCM

Fix a var deref typo in [f99e07d194bff] which would cause container builds to be mis-tagged.

stephan 2026-04-24 07:17 UTC trunk
Commit 7b9402ff156c9e4841ea68c3a3addd1c29522562d0f5e6a3bc4f9432d8028e9b
1 file changed +1 -1
+1 -1
--- auto.def
+++ auto.def
@@ -996,10 +996,10 @@
996996
# of Fossil each one contains. This not only allows multiple images
997997
# to coexist and multiple containers to be created unamgiguosly from
998998
# them, it also changes the URL we fetch the source tarball from, so
999999
# repeated builds of a given version generate and fetch the source
10001000
# tarball once only, keeping it in the local Docker/Podman cache.
1001
-set ci [readfile "$$::dirSrc/manifest.uuid"]
1001
+set ci [readfile "$::dirSrc/manifest.uuid"]
10021002
define FOSSIL_CI_PFX [string range $ci 0 11]
10031003
10041004
make-template Makefile.in
10051005
make-config-header autoconfig.h -auto {USE_* FOSSIL_*}
10061006
--- auto.def
+++ auto.def
@@ -996,10 +996,10 @@
996 # of Fossil each one contains. This not only allows multiple images
997 # to coexist and multiple containers to be created unamgiguosly from
998 # them, it also changes the URL we fetch the source tarball from, so
999 # repeated builds of a given version generate and fetch the source
1000 # tarball once only, keeping it in the local Docker/Podman cache.
1001 set ci [readfile "$$::dirSrc/manifest.uuid"]
1002 define FOSSIL_CI_PFX [string range $ci 0 11]
1003
1004 make-template Makefile.in
1005 make-config-header autoconfig.h -auto {USE_* FOSSIL_*}
1006
--- auto.def
+++ auto.def
@@ -996,10 +996,10 @@
996 # of Fossil each one contains. This not only allows multiple images
997 # to coexist and multiple containers to be created unamgiguosly from
998 # them, it also changes the URL we fetch the source tarball from, so
999 # repeated builds of a given version generate and fetch the source
1000 # tarball once only, keeping it in the local Docker/Podman cache.
1001 set ci [readfile "$::dirSrc/manifest.uuid"]
1002 define FOSSIL_CI_PFX [string range $ci 0 11]
1003
1004 make-template Makefile.in
1005 make-config-header autoconfig.h -auto {USE_* FOSSIL_*}
1006

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button