distro-build: record "" build stamp (especially for release mode)
This commit is contained in:
parent
387dd2117b
commit
8177be0b99
|
@ -47,9 +47,7 @@
|
||||||
[table (if (equal? install-name "")
|
[table (if (equal? install-name "")
|
||||||
table
|
table
|
||||||
(hash-set table 'installation-name install-name))]
|
(hash-set table 'installation-name install-name))]
|
||||||
[table (if (equal? build-stamp "")
|
[table (hash-set table 'build-stamp build-stamp)])
|
||||||
table
|
|
||||||
(hash-set table 'build-stamp build-stamp))])
|
|
||||||
(unless (equal? table orig)
|
(unless (equal? table orig)
|
||||||
(make-directory* (path-only dest-config-file))
|
(make-directory* (path-only dest-config-file))
|
||||||
(call-with-output-file dest-config-file
|
(call-with-output-file dest-config-file
|
||||||
|
|
Loading…
Reference in New Issue
Block a user