mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-09 05:56:58 +02:00
Clean up chromiumos-build build files and update .gitignore.
Review URL: http://codereview.chromium.org/516004
This commit is contained in:
parent
4d8e50a4de
commit
4112bcd7f9
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user