~maxb/udd/misc-tidying

« back to all changes in this revision

Viewing changes to import_package.sh

  • Committer: Bazaar Package Importer
  • Date: 2008-11-27 22:39:13 UTC
  • Revision ID: jamesw@ubuntu.com-20081127223913-dp9cs4k3iboliigq
Import of the scripts.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/bin/sh
 
2
 
 
3
#export http_proxy=http://squid.internal:3128/ 
 
4
export PYTHONPATH=${PWD}/python-debian/:${PWD}
 
5
export BZR_PLUGIN_PATH=/srv/package-import.canonical.com/scripts/plugins/
 
6
export LANG="en_GB.UTF-8"
 
7
exec python import_package.py "$@"
 
8