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

« back to all changes in this revision

Viewing changes to buildjail.sh

  • Committer: mattgiuca
  • Date: 2008-07-21 03:12:22 UTC
  • Revision ID: svn-v3-trunk0:2b9c9e99-6f39-0410-b283-7f802c844ae2:trunk:916
userdb: Added constraints UNIQUE and NOT NULL to subjects.subj_short_name.
    Rationale: Needs to be unique (since it will be used as a directory name),
    and rather important (so not null).

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
RELEASE=hardy
33
33
SECTIONS="main universe"
34
34
JAIL=jail
35
 
SYSTEMPACKAGES="python-cjson python-svn"
 
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
38
    python-simpletal python-nltk" # elementtree-1.3beta (needs tidy)
59
59
fi
60
60
 
61
61
echo "Building minimal Jail..."
62
 
sudo rm -rf $JAIL
 
62
sudo rm -rf --one-file-system $JAIL
63
63
sudo $DEBOOTSTRAP --components=`echo $SECTIONS | tr ' ' ','` \
64
64
    --include=ubuntu-keyring \
65
65
    --variant=minbase $RELEASE $JAIL $MIRROR