From aba7a4d854ea49852746c245c1f673f789cfe2a7 Mon Sep 17 00:00:00 2001
From: Robert Nelson <robertcnelson@gmail.com>
Date: Tue, 4 Mar 2014 16:00:37 -0600
Subject: [PATCH] bb.org: cleanup: drop old git version of cloud9

Signed-off-by: Robert Nelson <robertcnelson@gmail.com>
---
 target/chroot/beagleboard.org.sh | 21 ---------------------
 1 file changed, 21 deletions(-)

diff --git a/target/chroot/beagleboard.org.sh b/target/chroot/beagleboard.org.sh
index 23c153bc3..4e49ca472 100755
--- a/target/chroot/beagleboard.org.sh
+++ b/target/chroot/beagleboard.org.sh
@@ -25,8 +25,6 @@ export LC_ALL=C
 chromium_release="chromium-33.0.1750.117"
 u_boot_release="v2013.10"
 
-#chroot_cloud9_git_tag="v2.0.93"
-
 #contains: user_name, release_date
 if [ -f /etc/rcn-ee.conf ] ; then
 	. /etc/rcn-ee.conf
@@ -222,25 +220,6 @@ install_repos () {
 		cd /opt/
 	fi
 
-	#git_repo="https://github.com/ajaxorg/cloud9.git"
-	#git_target_dir="/opt/cloud9"
-	#if [ "x${chroot_cloud9_git_tag}" = "x" ] ; then
-	#	git_clone
-	#else
-	#	mkdir -p /opt/cloud9/ || true
-	#	qemu_command="git clone --depth 1 -b ${chroot_cloud9_git_tag} ${git_repo} ${git_target_dir} || true"
-	#	qemu_warning
-	#	git clone --depth 1 -b ${chroot_cloud9_git_tag} ${git_repo} ${git_target_dir} || true
-	#	sync
-	#	echo "${git_target_dir} : ${git_repo}" >> /opt/source/list.txt
-	#fi
-	#if [ -f ${git_target_dir}/.git/config ] ; then
-	#	chown -R ${user_name}:${user_name} ${git_target_dir}
-	#fi
-
-	#cd /opt/cloud9
-	#npm install --arch=armhf
-
 	if [ -f /var/www/index.html ] ; then
 		rm -rf /var/www/index.html || true
 	fi
-- 
GitLab