Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
emulab
emulab-devel
Commits
af4356ee
Commit
af4356ee
authored
May 13, 2013
by
Srikanth Raju
Committed by
Leigh B Stoller
Jul 23, 2013
Browse files
Need to use the downloaded ec2-tools with priority
parent
46765f1b
Changes
1
Hide whitespace changes
Inline
Side-by-side
clientside/tmcc/linux/xen/export-template-remote.rb
View file @
af4356ee
...
...
@@ -15,7 +15,7 @@ class EmulabExport
raise
"Failed unzippinging ec2-utils"
unless
system
(
"unzip ec2-ami-tools.zip"
)
$:
<<
Dir
.
pwd
+
"/ec2-ami-tools-1.4.0.9/lib/"
$:
.
unshift
(
Dir
.
pwd
+
"/ec2-ami-tools-1.4.0.9/lib/"
)
require
'ec2/platform/current'
excludes
=
[
'/tmp/image'
,
'/dev'
,
'/media'
,
'/mnt'
,
'/proc'
,
'/sys'
,
'/'
,
'/proc/sys/fs/binfmt_misc'
,
'/dev/pts'
]
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment