From: Gordon Hecker Date: Tue, 3 Nov 2009 11:30:14 +0000 (+0100) Subject: bugfix: include the project name into project id X-Git-Tag: e2factory-2.3.2rc1~5 X-Git-Url: https://git.e2factory.org/?a=commitdiff_plain;h=83d479e7e997b6249cdb3b8d4c10bb48e95790fe;p=e2factory.git bugfix: include the project name into project id Signed-off-by: Gordon Hecker --- 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()