[Type] Bugfix
[Module] Toolchain /
[Priority] Minor
[Jira#]
[Redmine#]
[Problem]
[Cause]
[Solution]
[TestCase]
Change-Id: I27cf62d936b3307cd1a1b3e4a6fe753c30d108dd
if not package.nil? then pkglist.push package end
if not change_version.nil? then
if change_log[change_version].nil? then change_log[change_version] = change_contents.strip
- else raise RuntimeError, "change log version is duplicated in \"#{file}\" file \n\t#{l}"
+ else raise RuntimeError, "change log version is duplicated in \"#{file}\" file \n\t#{change_version}"
end
end
pkglist.each {|pkg| pkg.change_log = change_log }