]> git.e2factory.org Git - e2factory.git/commitdiff
bugfix: include the project name into project id
authorGordon Hecker <gh@emlix.com>
Tue, 3 Nov 2009 11:30:14 +0000 (12:30 +0100)
committerGordon Hecker <gh@emlix.com>
Wed, 4 Nov 2009 11:45:09 +0000 (12:45 +0100)
Signed-off-by: Gordon Hecker <gh@emlix.com>
Changelog
local/e2tool.lua

index 694316c089a5a95a1a49dc79f284a63cdb4d25b7..90391a4e9c972d91e66db01d15183a5b85b799c2 100644 (file)
--- 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
index c04dc78067460de6b86d41227d6fd7fb2630c20b..7c6a60bc7f24953f6d7693f899f4de973d607e0f 100644 (file)
@@ -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()