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

« back to all changes in this revision

Viewing changes to buildjail.sh

  • Committer: dcoles
  • Date: 2008-07-02 03:17:49 UTC
  • Revision ID: svn-v3-trunk0:2b9c9e99-6f39-0410-b283-7f802c844ae2:trunk:798
Setup: Nasty hack to set the APT get mirror to the local AARNET mirror until we 
sort out setup.py enough to do it sensibly from there. Should be removed at a 
later date!

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
    python-beautifulsoup python-lxml python-imaging \
38
38
    python-simpletal" #nltk, elementtree-1.3beta (needs tidy)
39
39
 
 
40
# FIXME: [nasty-hack] Override the default mirror to the local AARNET one.  
 
41
# This should really be a local configuration option, but unfortunately 
 
42
# setup.py is a bit of a mess and needs a clean up to support this. For the 
 
43
# mean time we'll override it here.
 
44
MIRROR=http://mirror.aarnet.edu.au/pub/ubuntu/achive/
 
45
# [/nasty-hack]
 
46
 
40
47
if [ "x$MIRROR" = "x" ]; then
41
48
    MIRROR=http://archive.ubuntu.com/ubuntu/
42
49
fi