Show More
@@ -162,6 +162,7 b' let' | |||||
162 | ln -s ${self.supervisor}/bin/supervisor* $out/bin/ |
|
162 | ln -s ${self.supervisor}/bin/supervisor* $out/bin/ | |
163 | ln -s ${self.gunicorn}/bin/gunicorn $out/bin/ |
|
163 | ln -s ${self.gunicorn}/bin/gunicorn $out/bin/ | |
164 | ln -s ${self.PasteScript}/bin/paster $out/bin/ |
|
164 | ln -s ${self.PasteScript}/bin/paster $out/bin/ | |
|
165 | ln -s ${self.pyramid}/bin/* $out/bin/ #*/ | |||
165 |
|
166 | |||
166 | # rhodecode-tools |
|
167 | # rhodecode-tools | |
167 | # TODO: johbo: re-think this. Do the tools import anything from enterprise? |
|
168 | # TODO: johbo: re-think this. Do the tools import anything from enterprise? | |
@@ -171,6 +172,7 b' let' | |||||
171 | for file in $out/bin/*; do #*/ |
|
172 | for file in $out/bin/*; do #*/ | |
172 | wrapProgram $file \ |
|
173 | wrapProgram $file \ | |
173 | --prefix PYTHONPATH : $PYTHONPATH \ |
|
174 | --prefix PYTHONPATH : $PYTHONPATH \ | |
|
175 | --prefix PATH : $PATH \ | |||
174 | --set PYTHONHASHSEED random |
|
176 | --set PYTHONHASHSEED random | |
175 | done |
|
177 | done | |
176 |
|
178 |
General Comments 0
You need to be logged in to leave comments.
Login now