Skip to content

Commit

Permalink
python 2/3 compat + pip + virtualenv
Browse files Browse the repository at this point in the history
  • Loading branch information
tmaeno committed Nov 5, 2019
1 parent b579fc5 commit f5017ad
Show file tree
Hide file tree
Showing 210 changed files with 3,799 additions and 10,001 deletions.
1 change: 0 additions & 1 deletion ChangeLog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1939,7 +1939,6 @@ Release Notes
* use taskBuffer in add.py for all DB access
* use fasttrack for all tasktypes and prio>=700
* use taskBuffer for reassignment in copyArchived
* cleanup old PandaSiteIDs for UK
* set the number of treads to 2 in wsgi daemon
* set MaxRequestsPerChild
* enabled KeepAlive for proxy sites
Expand Down
20 changes: 0 additions & 20 deletions INSTALL.txt
Original file line number Diff line number Diff line change
Expand Up @@ -78,26 +78,6 @@ $ emacs -nw .gacl
</entry>
</gacl>


4. Add grid-env.sh if needed

e.g.,
$ cat INSTALLDIR/etc/grid-env.sh
export LD_LIBRARY_PATH=/opt/glite/lib64:/opt/globus/lib:/opt/lcg/lib64:$LD_LIBRARY_PATH
export PYTHONPATH=/opt/glite/lib64/python:/opt/lcg/lib64/python:$PYTHONPATH
export PATH=/opt/edg/bin:/opt/glite/bin:/opt/globus/bin:/opt/lcg/bin:$PATH

and modify panda_server.cfg

$ emacs -nw INSTALLDIR/etc/panda/panda_server.cfg

glite_source = /opt/glite/etc/profile.d/grid-env.sh

->

glite_source = INSTALLDIR/etc/grid-env.sh


5. Make log and cache dirs, and change owner if RPM is used

mkdir -p /var/log/panda
Expand Down
164 changes: 0 additions & 164 deletions pandaserver/brokerage/LFCclient.py

This file was deleted.

Loading

0 comments on commit f5017ad

Please sign in to comment.