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

Unified Diff: gmerge

Issue 3125017: Modify to work with cros_workon. (Closed) Base URL: http://src.chromium.org/git/dev-util.git
Patch Set: fixed Created 10 years, 4 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 | « devserver.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gmerge
diff --git a/gmerge b/gmerge
index 1bc65d9da21e01e181871057a0899ccd7099f609..366d59cb2b161d71117e6031a6c29f54a95a1c21 100755
--- a/gmerge
+++ b/gmerge
@@ -35,6 +35,9 @@ fi
mount -o remount,rw /
mkdir -p /etc/make.profile
+# Delete the local binary package cache.
+sudo rm -rf /usr/portage/packages
+
if [ $build == 1 ] ; then
echo "Building $package_name"
ESCAPED_PACKAGE=$(python -c \
@@ -67,7 +70,7 @@ export PORTAGE_TMPDIR=/tmp
# Accept keywords only for stable ebuilds by default.
if [ -z "$ACCEPT_KEYWORDS" ] ; then
- ACCEPT_KEYWORDS='arm x86'
+ ACCEPT_KEYWORDS='arm x86 ~arm ~x86'
fi
export ACCEPT_KEYWORDS
« no previous file with comments | « devserver.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698