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:
f9d6259
)
[Title] build server communication version reset
author
hataejun
<taejun.ha@samsung.com>
Wed, 22 Aug 2012 09:27:57 +0000
(18:27 +0900)
committer
hataejun
<taejun.ha@samsung.com>
Wed, 22 Aug 2012 09:27:57 +0000
(18:27 +0900)
[Type]
[Module]
[Priority]
[Jira#]
[Redmine#]
[Problem]
[Cause]
[Solution]
[TestCase]
src/build_server/BuildComm.rb
patch
|
blob
|
history
diff --git
a/src/build_server/BuildComm.rb
b/src/build_server/BuildComm.rb
index 8f41a6c1ecbaaeffbfc720d1353f8fc479af440c..4b8e02b31f4a731397751a8c760c4fae0750d322 100644
(file)
--- a/
src/build_server/BuildComm.rb
+++ b/
src/build_server/BuildComm.rb
@@
-37,7
+37,7
@@
require "net/ftp"
ATTEMPTS = ["first", "second", "third"]
class BuildCommServer
- VERSION = "1.
5
.0"
+ VERSION = "1.
4
.0"
private_class_method :new
@@
-275,7
+275,7
@@
end
class BuildCommClient
- VERSION = "1.
5
.0"
+ VERSION = "1.
4
.0"
private_class_method :new