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:
62e1f18
)
[Title] bug fix : DIBS - register command
author
hataejun
<taejun.ha@samsung.com>
Thu, 28 Mar 2013 06:48:41 +0000
(15:48 +0900)
committer
hataejun
<taejun.ha@samsung.com>
Thu, 28 Mar 2013 06:48:41 +0000
(15:48 +0900)
[Type]
[Module]
[Priority]
[Jira#]
[Redmine#]
[Problem]
[Cause]
[Solution]
[TestCase]
src/build_server/SocketJobRequestListener.rb
patch
|
blob
|
history
diff --git
a/src/build_server/SocketJobRequestListener.rb
b/src/build_server/SocketJobRequestListener.rb
index c8a3e0eeee00c24d30b75f61ed7fc8ce2e73da89..1f2388846e0df305952963c68371cea1a2436f38 100644
(file)
--- a/
src/build_server/SocketJobRequestListener.rb
+++ b/
src/build_server/SocketJobRequestListener.rb
@@
-725,7
+725,7
@@
class SocketJobRequestListener
check_distribution(dist_name, req)
# check project
- prj = check_project_for_package_file_name(file
name
, dist_name, req)
+ prj = check_project_for_package_file_name(file
_path
, dist_name, req)
# check project status
if prj.status != "OPEN" then