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

Unified Diff: src/scripts/make_chroot.sh

Issue 516004: Clean up chromiumos-build build files and update .gitignore. (Closed)
Patch Set: fix command in comment using git-ls-files Created 11 years 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 | « .gitignore ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/scripts/make_chroot.sh
diff --git a/src/scripts/make_chroot.sh b/src/scripts/make_chroot.sh
index b7df6ca6b98b24ff57f7a45523333ff5764e8c2b..d1b0be15c0215e031af00fed79185d29b1ada52c 100755
--- a/src/scripts/make_chroot.sh
+++ b/src/scripts/make_chroot.sh
@@ -193,7 +193,9 @@ bash_chroot "export DEBIAN_FRONTEND=noninteractive LANG=C && \
echo "Installing chromiumos-build tool..."
bash_chroot "cd $CHROOT_TRUNK_DIR/tools/chromiumos-build && \
- debuild -us -uc && sudo dpkg -i ../*.deb"
+ debuild -us -uc && \
+ sudo dpkg -i ../chromiumos-build_*.deb && \
+ rm ../chromiumos-build_*.{dsc,tar.gz,deb,build,changes}"
# Clean up the chroot mounts
« no previous file with comments | « .gitignore ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698