mirror of
https://github.com/OpenNebula/one.git
synced 2024-12-21 09:33:53 +03:00
also .gitignore for vscode workspace file
This commit is contained in:
parent
e28896940b
commit
304126d9b0
2
.gitignore
vendored
2
.gitignore
vendored
@ -70,7 +70,7 @@ share/esx-fw-vnc/*.rpm
|
||||
share/esx-fw-vnc/.vagrant*
|
||||
|
||||
*.vscode
|
||||
|
||||
*.code-workspace
|
||||
share/context/*
|
||||
!share/context/download_context.sh
|
||||
!share/context/SConstruct
|
||||
|
@ -317,7 +317,7 @@ opts = GetoptLong.new(
|
||||
[ '--threads', '-t', GetoptLong::OPTIONAL_ARGUMENT ],
|
||||
[ '--market-types', '-m', GetoptLong::OPTIONAL_ARGUMENT ],
|
||||
[ '--timeout', '-w', GetoptLong::OPTIONAL_ARGUMENT ],
|
||||
[ '--proxy' , GetoptLong::OPTIONAL_ARGUMENT ]
|
||||
[ '--proxy' '-p', GetoptLong::OPTIONAL_ARGUMENT ]
|
||||
)
|
||||
|
||||
mp_type = nil
|
||||
@ -333,6 +333,8 @@ begin
|
||||
mp_type = arg.split(',').map {|a| a.strip }
|
||||
when '--timeout'
|
||||
timeout = arg.to_i
|
||||
when '--proxy'
|
||||
ENV['http_proxy'] = arg
|
||||
end
|
||||
end
|
||||
rescue Exception => e
|
||||
|
Loading…
Reference in New Issue
Block a user