commit | e228093ecda9300428a399600758580eff3b44fe | [log] [tgz] |
---|---|---|
author | Anthony Young <sleepsonthefloor@gmail.com> | Wed Nov 09 22:29:22 2011 -0800 |
committer | Anthony Young <sleepsonthefloor@gmail.com> | Wed Nov 09 22:29:22 2011 -0800 |
tree | f70d0f5448adcfe9435f8633b8a8646be1bd58fa | |
parent | c1024d8987a9b35ef41f5a5615f9827d4b4e4468 [diff] [blame] |
some cleanup for utility scripts
diff --git a/tools/warm_apts_and_pips.sh b/tools/warm_apts_and_pips.sh index 854a938..ec7e916 100755 --- a/tools/warm_apts_and_pips.sh +++ b/tools/warm_apts_and_pips.sh
@@ -48,4 +48,6 @@ chroot $STAGING_DIR apt-get install -y --force-yes `cat files/apts/* | grep -v NOPRIME | cut -d\# -f1` || true mkdir -p $STAGING_DIR/var/cache/pip PIP_DOWNLOAD_CACHE=/var/cache/pip chroot $STAGING_DIR pip install `cat files/pips/*` || true + +# Unmount umount $STAGING_DIR