diff --git a/target/chroot/beagleboard.org.sh b/target/chroot/beagleboard.org.sh index 23c153bc3b058a5b2fc5dfe065e861007cbbf3da..4e49ca4723a4f5e753061865a49cd447c19178ec 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