]> git.wh0rd.org - home.git/blobdiff - .profile.d/google.sh
gentoo: git_gentoo_url: update URL to the new system
[home.git] / .profile.d / google.sh
index 9b37d72d7acb58b0de742370de1646a7addfc821..20e72b9b9042409f64ae379d311350083ac8d327 100644 (file)
@@ -1,3 +1,17 @@
-if [ -d ~/chromiumos/depot_tools ] ; then
-       PATH="${PATH}:`echo ~`/chromiumos/depot_tools"
+if [ -d ~/depot_tools ] ; then
+       path_append "`echo ~`/depot_tools"
+elif [ -d ~/chromiumos/depot_tools ] ; then
+       path_append "`echo ~`/chromiumos/depot_tools"
+elif [ -d ~/chromiumos/chromium/tools/depot_tools ] ; then
+       path_append "`echo ~`/chromiumos/chromium/tools/depot_tools"
 fi
+if [ -d ~/gentoo ] ; then
+       export EPREFIX="$HOME/gentoo"
+       path_append "$EPREFIX/usr/bin"
+fi
+
+export CROSTOOLS_SKIP_SYNC="true"
+export CROSTOOLS_GSUTIL="gsutil"
+export P4DIFFOPTS="-du"
+
+(printf "chromebox: 3000\r\n\r\n" | nc localhost 1817 >/dev/null 2>&1 &)