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:
5aa74b4
)
[Title] Fixed not to check host-os in pkg-svr
author
donghee yang
<donghee.yang@samsung.com>
Wed, 22 Aug 2012 08:14:55 +0000
(17:14 +0900)
committer
donghee yang
<donghee.yang@samsung.com>
Wed, 22 Aug 2012 08:14:55 +0000
(17:14 +0900)
pkg-svr
patch
|
blob
|
history
diff --git
a/pkg-svr
b/pkg-svr
index 5149a92530d33b4788d3989d61ada0d1e7314a5b..6698a94debd1668e3eac1f99291506041d4231b1 100755
(executable)
--- a/
pkg-svr
+++ b/
pkg-svr
@@
-43,12
+43,6
@@
rescue => e
exit 0
end
-# check HOST OS
-if not Utils.check_host_OS() then
- puts "Error: Your host OS is not supported!"
- exit 1
-end
-
begin
if option[:cmd].eql? "list" then
if option[:id].empty? then