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:
0094d20
)
[Title]Modify library 'ftools' to 'fileutils'
author
shihyun.kim
<shihyun.kim@samsung.com>
Wed, 3 Apr 2013 09:04:40 +0000
(18:04 +0900)
committer
shihyun.kim
<shihyun.kim@samsung.com>
Wed, 3 Apr 2013 09:04:40 +0000
(18:04 +0900)
[Desc.]
[Issue]
src/pkg_server/ChangeLogController.rb
patch
|
blob
|
history
diff --git
a/src/pkg_server/ChangeLogController.rb
b/src/pkg_server/ChangeLogController.rb
index 2c362c57886636d57c318c6c4ce91629d14392e2..a424edf340105e405fa3a6aa6c43f48a2a4d1879 100644
(file)
--- a/
src/pkg_server/ChangeLogController.rb
+++ b/
src/pkg_server/ChangeLogController.rb
@@
-1,6
+1,6
@@
require "SnapshotController"
require "PackageServerConstants"
-require "f
too
ls"
+require "f
ileuti
ls"
$LOAD_PATH.unshift File.dirname(File.dirname(__FILE__))+"/common"
require "FileUtil"
@@
-54,7
+54,7
@@
class ChangeLogController
localPath = getChangeLogPath()
- File
.makedirs
(localPath)
+ File
Utils.mkdir_p
(localPath)
logger = DummyLog.new()