Skip to content

Commit

Permalink
Initial import
Browse files Browse the repository at this point in the history
  • Loading branch information
sdobbs committed Mar 28, 2016
1 parent f1c4592 commit 5572c1e
Show file tree
Hide file tree
Showing 924 changed files with 311,848 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
Linux*
*~
*.so
*.o
*.pyc
*.gz
*.iso
*.jar
*.rar
*.tar
*.zip
*.log
*.sql
*.sqlite
36 changes: 36 additions & 0 deletions install_external_packages.csh
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
#!/bin/tcsh

# this script assumes you have already set the environment
source setup_python27_jlab.csh

if ( ! -d $EVENTSTORE_LIBDIR ) then
mkdir -p $EVENTSTORE_LIBDIR
endif
if ( ! -d $EVENTSTORE_LIB64DIR ) then
mkdir -p $EVENTSTORE_LIB64DIR
endif
if ( ! -d $EVENTSTORE_PYTHONDIR ) then
mkdir -p $EVENTSTORE_PYTHONDIR
endif

set PREFIX=$EVENTSTORE_BASE/$BMS_OSNAME
# pull the source packages from the web
set WEBDIR=https://halldweb1.jlab.org/dist/EventStore

# tarballs for main EventStore packages
easy_install --install-dir=$EVENTSTORE_PYTHONDIR $WEBDIR/docutils-0.12.tar.gz
easy_install --install-dir=$EVENTSTORE_PYTHONDIR $WEBDIR/epydoc-3.0.1.zip
easy_install --install-dir=$EVENTSTORE_PYTHONDIR $WEBDIR/fpconst-0.7.2.tar.gz
easy_install --install-dir=$EVENTSTORE_PYTHONDIR $WEBDIR/MySQL-python-1.2.4b4.tar.gz
easy_install --install-dir=$EVENTSTORE_PYTHONDIR $WEBDIR/wstools-0.4.3.tar.gz
easy_install --install-dir=$EVENTSTORE_PYTHONDIR $WEBDIR/SOAPpy.zip

# Metadata DB
easy_install --install-dir=$EVENTSTORE_PYTHONDIR $WEBDIR/CherryPy-3.2.4.tar.gz
easy_install --install-dir=$EVENTSTORE_PYTHONDIR $WEBDIR/SQLAlchemy-0.9.8.tar.gz
easy_install --install-dir=$EVENTSTORE_PYTHONDIR $WEBDIR/elementtree-1.2.6-20050316.tar.gz
easy_install --install-dir=$EVENTSTORE_PYTHONDIR $WEBDIR/cElementTree-1.0.5-20051216.tar.gz
#easy_install --install-dir=$EVENTSTORE_PYTHONDIR $WEBDIR/



17 changes: 17 additions & 0 deletions setup.csh
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
#!/bin/tcsh

if ( ! $?BMS_OSNAME ) then
echo "BMS_OSNAME not set!"
endif

setenv EVENTSTORE_BASE /home/gxproj3/EventStore
setenv EVENTSTORE_LIBDIR ${EVENTSTORE_BASE}/${BMS_OSNAME}/lib
setenv EVENTSTORE_LIB64DIR ${EVENTSTORE_BASE}/${BMS_OSNAME}/lib64
# revist this - maybe set it up like a standard site-packages setup?
setenv EVENTSTORE_PYTHONDIR ${EVENTSTORE_LIBDIR}/python

setenv ESTOOLKIT ${EVENTSTORE_BASE}/src/EventStoreToolkit

setenv PATH ${EVENTSTORE_BASE}/${BMS_OSNAME}/bin:${PATH}
setenv LD_LIBRARY_PATH ${EVENTSTORE_LIBDIR}:${EVENTSTORE_LIB64DIR}:${LD_LIBRARY_PATH}
setenv PYTHONPATH ${EVENTSTORE_PYTHONDIR}:${PYTHONPATH}
15 changes: 15 additions & 0 deletions setup.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
#!/bin/bash

if ( ! $?BMS_OSNAME ) then
echo "BMS_OSNAME not set!"
endif

export EVENTSTORE_BASE=/home/gxproj3/EventStore
export EVENTSTORE_LIBDIR=${EVENTSTORE_BASE}/${BMS_OSNAME}/lib
export EVENTSTORE_LIB64DIR=${EVENTSTORE_BASE}/${BMS_OSNAME}/lib64
# revist this - maybe set it up like a standard site-packages setup?
export EVENTSTORE_PYTHONDIR=${EVENTSTORE_LIBDIR}/python

export PATH=${EVENTSTORE_BASE}/${BMS_OSNAME}/bin:${PATH}
export LD_LIBRARY_PATH=${EVENTSTORE_LIBDIR}:${EVENTSTORE_LIB64DIR}:${LD_LIBRARY_PATH}
export PYTHONPATH=${EVENTSTORE_PYTHONDIR}:${PYTHONPATH}
2 changes: 2 additions & 0 deletions setup_python27_jlab.csh
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
setenv PATH /apps/python/PRO/bin:$PATH
setenv LD_LIBRARY_PATH /apps/python/PRO/lib:$LD_LIBRARY_PATH
2 changes: 2 additions & 0 deletions setup_python27_jlab.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
export PATH=/apps/python/PRO/bin:$PATH
export LD_LIBRARY_PATH=/apps/python/PRO/lib:$LD_LIBRARY_PATH
5 changes: 5 additions & 0 deletions src/.svn/all-wcprops
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
K 25
svn:wc:ra_dav:version-url
V 54
/repos/!svn/ver/17117/trunk/home/sdobbs/EventStore/src
END
81 changes: 81 additions & 0 deletions src/.svn/entries
Original file line number Diff line number Diff line change
@@ -0,0 +1,81 @@
10

dir
17117
https://halldsvn.jlab.org/repos/trunk/home/sdobbs/EventStore/src
https://halldsvn.jlab.org/repos



2015-01-27T20:20:19.395526Z
17117
sdobbs














e333a0bb-b310-0410-bd06-bbc7ae8e47d2

AdminScripts
dir


















https://halldsvn.jlab.org/repos/trunk/home/sdobbs/EventStore/src/EventStoreScripts
17117

ESMetaDB
dir

EventStoreToolkit
dir

EventStoreScripts
dir




















deleted

5 changes: 5 additions & 0 deletions src/AdminScripts/.svn/all-wcprops
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
K 25
svn:wc:ra_dav:version-url
V 67
/repos/!svn/ver/17202/trunk/home/sdobbs/EventStore/src/AdminScripts
END
37 changes: 37 additions & 0 deletions src/AdminScripts/.svn/entries
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
10

dir
17202
https://halldsvn.jlab.org/repos/trunk/home/sdobbs/EventStore/src/AdminScripts
https://halldsvn.jlab.org/repos



2015-02-06T17:47:43.951831Z
17202
sdobbs














e333a0bb-b310-0410-bd06-bbc7ae8e47d2

rawdata
dir

misc
dir

REST
dir

31 changes: 31 additions & 0 deletions src/AdminScripts/REST/.svn/all-wcprops
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
END
subjobs.pl
K 25
svn:wc:ra_dav:version-url
V 83
/repos/!svn/ver/17282/trunk/home/sdobbs/EventStore/src/AdminScripts/REST/subjobs.pl
END
inject.csh
K 25
svn:wc:ra_dav:version-url
V 83
/repos/!svn/ver/17282/trunk/home/sdobbs/EventStore/src/AdminScripts/REST/inject.csh
END
merge.sh
K 25
svn:wc:ra_dav:version-url
V 81
/repos/!svn/ver/17321/trunk/home/sdobbs/EventStore/src/AdminScripts/REST/merge.sh
END
build_sqlite.sh
K 25
svn:wc:ra_dav:version-url
V 88
/repos/!svn/ver/17282/trunk/home/sdobbs/EventStore/src/AdminScripts/REST/build_sqlite.sh
END
inject.jsub
K 25
svn:wc:ra_dav:version-url
V 84
/repos/!svn/ver/17211/trunk/home/sdobbs/EventStore/src/AdminScripts/REST/inject.jsub
END
Loading

0 comments on commit 5572c1e

Please sign in to comment.