Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(37)

Unified Diff: tools/create_debian_chroot.sh

Issue 577293003: Update chroot creation script (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/create_debian_chroot.sh
diff --git a/tools/create_debian_chroot.sh b/tools/create_debian_chroot.sh
index ec6d52a3e0e0630c158b35a3059335241d6f87e0..fdb1cf27cd82234c8538c660d0641c73816107a1 100755
--- a/tools/create_debian_chroot.sh
+++ b/tools/create_debian_chroot.sh
@@ -64,16 +64,15 @@ then
else
SVN_PATH="branches/$CHANNEL/deps/all.deps"
fi
+ SRC_URI=$SVN_REPRO$SVN_PATH
fi
-SRC_URI=$SVN_REPRO$SVN_PATH
# Create Debian wheezy chroot.
debootstrap --arch=$ARCH --components=main,restricted,universe,multiverse \
wheezy $CHROOT http://http.us.debian.org/debian/
chroot $CHROOT apt-get update
-mount -o bind /proc $CHROOT/proc # Needed for openjdk-6-jdk.
chroot $CHROOT apt-get -y install \
- debhelper python g++-4.6 openjdk-6-jdk git subversion
+ debhelper python g++-4.6 git subversion
# Add chrome-bot user.
chroot $CHROOT groupadd --gid 1000 chrome-bot
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698