~azzar1/unity/add-show-desktop-key

« back to all changes in this revision

Viewing changes to buildjail.sh

  • Committer: wagrant
  • Date: 2008-08-07 05:30:07 UTC
  • Revision ID: svn-v3-trunk0:2b9c9e99-6f39-0410-b283-7f802c844ae2:trunk:988
buildjail: Install python-nltk-data (it's now in my repository).
           Also don't bother to remove stuff from the jail - we no longer
           need to hardlink it hundreds of times, and it means we can use
           the jail normally afterwards.

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
SYSTEMPACKAGES="python2.5 python-cjson python-svn"
36
36
STUDENTPACKAGES="python-numpy python-matplotlib python-scipy \
37
37
    python-beautifulsoup python-lxml python-imaging \
38
 
    python-simpletal python-nltk" # elementtree-1.3beta (needs tidy)
 
38
    python-simpletal python-nltk python-nltk-data" # elementtree-1.3beta
39
39
 
40
40
# FIXME: [hack] Override the default mirror to the local AARNET one.  This 
41
41
# should really be a local configuration option, but unfortunately setup.py is 
80
80
sudo chroot $JAIL /bin/sh -c "apt-get -y upgrade"
81
81
sudo chroot $JAIL /bin/sh -c "apt-get -y clean"
82
82
 
83
 
echo "Pruning unwanted files from Jail..."
84
 
sudo rm -rf $JAIL/dev/ $JAIL/sys/ $JAIL/proc/ $JAIL/boot/ $JAIL/var/lib/dpkg/ $JAIL/usr/share/perl* $JAIL/usr/share/doc $JAIL/usr/share/i18n $JAIL/usr/share/locale $JAIL/usr/share/man $JAIL/usr/share/zoneinfo