summaryrefslogtreecommitdiff
path: root/node
diff options
context:
space:
mode:
authorMilo Casagrande <milo@ubuntu.com>2012-09-28 09:04:36 +0200
committerMilo Casagrande <milo@ubuntu.com>2012-09-28 09:04:36 +0200
commit5c2cb9cb5e179fa04dc4deac6a02b4f872a0d995 (patch)
tree5d260ec2f0c38b791fc5c8997b2a65e1be57775f /node
parentef39e24e4e10fba474bb9e19e71bfef3ee258f19 (diff)
Renamed function, moved function calls in the nodes.
Diffstat (limited to 'node')
-rwxr-xr-xnode/setup-oneiric-node2
-rwxr-xr-xnode/setup-precise-node2
-rwxr-xr-xnode/setup_lib2
3 files changed, 3 insertions, 3 deletions
diff --git a/node/setup-oneiric-node b/node/setup-oneiric-node
index 2054ef0..797bb9c 100755
--- a/node/setup-oneiric-node
+++ b/node/setup-oneiric-node
@@ -28,8 +28,8 @@ apt-get-retry install -y \
uboot-mkimage
live_build_install
+lit_install
git_config
-install_lit
if test -e /tmp/fifo3; then
echo "end init" > /tmp/fifo3
diff --git a/node/setup-precise-node b/node/setup-precise-node
index 3fb1ccb..a8c1833 100755
--- a/node/setup-precise-node
+++ b/node/setup-precise-node
@@ -55,8 +55,8 @@ apt-get-retry install -y \
zsync
live_build_install
+lit_install
git_config
-install_lit
if test -e /tmp/fifo3; then
echo "end init" > /tmp/fifo3
diff --git a/node/setup_lib b/node/setup_lib
index e5882ad..18c654e 100755
--- a/node/setup_lib
+++ b/node/setup_lib
@@ -49,7 +49,7 @@ git_config()
# versions.
# The deb files are taken from the ubuntu-build-production archive:
# https://launchpad.net/~linaro-infrastructure/+archive/ubuntu-build-production
-install_lit()
+lit_install()
{
VERSION='2012.09.1-0ubuntu1~linaro1'
DOWNLOAD_URL="https://launchpad.net/~linaro-infrastructure/+archive/ubuntu-build-production/+files/"