Clean up chromiumos-build build files and update .gitignore.

Review URL: http://codereview.chromium.org/516004
This commit is contained in:
Daniel Erat 2009-12-22 18:22:01 -08:00
parent 4d8e50a4de
commit 4112bcd7f9

View File

@ -193,7 +193,9 @@ bash_chroot "export DEBIAN_FRONTEND=noninteractive LANG=C && \
echo "Installing chromiumos-build tool..." echo "Installing chromiumos-build tool..."
bash_chroot "cd $CHROOT_TRUNK_DIR/tools/chromiumos-build && \ 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 # Clean up the chroot mounts