From 83d479e7e997b6249cdb3b8d4c10bb48e95790fe Mon Sep 17 00:00:00 2001 From: Gordon Hecker Date: Tue, 3 Nov 2009 12:30:14 +0100 Subject: [PATCH] bugfix: include the project name into project id Signed-off-by: Gordon Hecker --- Changelog | 2 ++ local/e2tool.lua | 1 + 2 files changed, 3 insertions(+) diff --git a/Changelog b/Changelog index 694316c..90391a4 100644 --- a/Changelog +++ b/Changelog @@ -28,6 +28,8 @@ NEXT: * sha1 checksums must be configured in the source-, licence- and chroot configuration now where files are referenced. Exceptions are allowed for files stored in the project configuration tree (on the "." server) + * fix the bug that the project name configuratino from `proj/config` did + not influence the BuildId e2factory-2.3.1 * bugfixes diff --git a/local/e2tool.lua b/local/e2tool.lua index c04dc78..7c6a60b 100644 --- a/local/e2tool.lua +++ b/local/e2tool.lua @@ -1171,6 +1171,7 @@ function e2tool.projid(info) end end hc:hash_line(info.release_id) + hc:hash_line(info.name) hc:hash_line(info.project.chroot_arch) hc:hash_line(buildconfig.VERSION) info.projid = hc:hash_finish() -- 2.39.5