projects
/
sdk
/
tools
/
sdk-build.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bdbc0de
)
[Title] fix change log bug
author
jiil.hyoun
<jiil.hyoun@samsung.com>
Tue, 23 Oct 2012 12:58:38 +0000
(21:58 +0900)
committer
jiil.hyoun
<jiil.hyoun@samsung.com>
Tue, 23 Oct 2012 12:58:38 +0000
(21:58 +0900)
[Type] Bugfix
[Module] Toolchain /
[Priority] Minor
[Jira#]
[Redmine#]
[Problem]
[Cause]
[Solution]
[TestCase]
Change-Id: I7a33956ceb8724d16b6c1ef72eb2f68be72a9f4e
src/pkg_server/distribution.rb
patch
|
blob
|
history
diff --git
a/src/pkg_server/distribution.rb
b/src/pkg_server/distribution.rb
index eddca85e389aa93bbd27bf1c4efdc2eb53a9062e..e301f58f0b10f5d2b3a7113e82b37babdcf5c7aa 100644
(file)
--- a/
src/pkg_server/distribution.rb
+++ b/
src/pkg_server/distribution.rb
@@
-307,7
+307,7
@@
class Distribution
update_archive_list.each do |pkg|
if not @archive_pkg_list.include? pkg then
@archive_pkg_list.push pkg
- changes.push "Add archive package #{pkg
.package_name
}"
+ changes.push "Add archive package #{pkg}"
archive_update_flag = true
end
end