Fossil SCM
Fix a var deref typo in [f99e07d194bff] which would cause container builds to be mis-tagged.
Commit
7b9402ff156c9e4841ea68c3a3addd1c29522562d0f5e6a3bc4f9432d8028e9b
Parent
ad133f5462219c2…
1 file changed
+1
-1
M
auto.def
+1
-1
| --- auto.def | ||
| +++ auto.def | ||
| @@ -996,10 +996,10 @@ | ||
| 996 | 996 | # of Fossil each one contains. This not only allows multiple images |
| 997 | 997 | # to coexist and multiple containers to be created unamgiguosly from |
| 998 | 998 | # them, it also changes the URL we fetch the source tarball from, so |
| 999 | 999 | # repeated builds of a given version generate and fetch the source |
| 1000 | 1000 | # 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"] | |
| 1002 | 1002 | define FOSSIL_CI_PFX [string range $ci 0 11] |
| 1003 | 1003 | |
| 1004 | 1004 | make-template Makefile.in |
| 1005 | 1005 | make-config-header autoconfig.h -auto {USE_* FOSSIL_*} |
| 1006 | 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 |
| --- 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 |