catalyst/targets/generic_target.py: Pass TERM through to the chroot
[catalyst.git] / testpath
1
2 # edit the following 2 paths to point to your catalyst git checkout if nessecary
3 # then in a terminal window you wish to run the git code in...
4 # cd ~/catalyst
5 # source ./testpath
6 # edit a config catalyst.conf file. Make similar path changes for it to
7 # find and use/run the git checkout code.
8 # The catalyst code can then be run on a system without being installed or
9 # replacing an existing catalyst install which may be used for production.
10 #
11 # then run catalyst from there
12 #  eg:
13 #
14 # catalyst -c catalyst.conf -p -f stage1.spec
15
16 export PATH="$(dirname ${BASH_SOURCE[0]})/bin:${PATH}"
17
18 export PYTHONPATH="$(dirname ${BASH_SOURCE[0]})${PYTHONPATH:+:}${PYTHONPATH}"