[ARVADOS] updated: 0b38582960918090082c2f52d74e9dfe4f8c478e
git at public.curoverse.com
git at public.curoverse.com
Tue Mar 11 15:51:59 EDT 2014
Summary of changes:
docker/build.rb | 3 ++-
docker/build.sh | 2 +-
2 files changed, 3 insertions(+), 2 deletions(-)
via 0b38582960918090082c2f52d74e9dfe4f8c478e (commit)
from 5fbb2a9454e18443b2d6e55c7ae811aca3876714 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit 0b38582960918090082c2f52d74e9dfe4f8c478e
Author: Tim Pierce <twp at curoverse.com>
Date: Tue Mar 11 15:52:53 2014 -0400
Small documentation fixes for installing. refs #2221
diff --git a/docker/build.rb b/docker/build.rb
index 7c5f3c5..ee2cc78 100755
--- a/docker/build.rb
+++ b/docker/build.rb
@@ -6,6 +6,7 @@ require 'yaml'
def sudo(*cmd)
# user can pass a single list in as an argument
# to allow usage like: sudo %w(apt-get install foo)
+ warn "You may need to enter your password here."
if cmd.length == 1 and cmd[0].class == Array
cmd = cmd[0]
end
@@ -53,7 +54,7 @@ end
if not ip_forwarding_enabled?
warn "NOTE: IP forwarding must be enabled in the kernel."
- warn "Turning IP forwarding on. You may be asked to enter your password."
+ warn "Turning IP forwarding on now."
sudo %w(/sbin/sysctl net.ipv4.ip_forward=1)
end
diff --git a/docker/build.sh b/docker/build.sh
index a6bb5b8..0e3d4cb 100755
--- a/docker/build.sh
+++ b/docker/build.sh
@@ -5,7 +5,7 @@ if ! ruby -e 'exit RUBY_VERSION >= "1.9.3"' 2>/dev/null
then
echo "Installing Arvados requires at least Ruby 1.9.3."
echo "You may need to enter your password."
- read -p "Press Ctrl-C to abort, otherwise we will install ruby1.9.3 now..." unused
+ read -p "Press Ctrl-C to abort, or else press ENTER to install ruby1.9.3 and continue. " unused
sudo apt-get update
sudo apt-get -y install ruby1.9.3
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list