Print

Print


Hi,

Once eups environment is enabled and qserv_distrib is setup. This script 
allows to
test a Qserv source repository from scratch.


cd $QSERV_SRC_DIR
killall mysqld mysql-proxy xrootd java python
setup -k -r . &&
rm -rf build lib proxy bin cfg  &&
eupspkg -e PREFIX=$PWD install &&
qserv-configure.py --all --force &&
~/qserv-run/2014_10.0/bin/qserv-start.sh &&
qserv-test-integration.py &&
~/qserv-run/2014_10.0/bin/qserv-stop.sh

It could be quite helpfull if you want to test a branch after a rebase 
or a merge for example.
You can also modify it so that it is doesn't remove all build product 
(for example if you update
only scripts in admin it is not worth removing build/ at each test).

Cheers,

Fabrice

########################################################################
Use REPLY-ALL to reply to list

To unsubscribe from the QSERV-L list, click the following link:
https://listserv.slac.stanford.edu/cgi-bin/wa?SUBED1=QSERV-L&A=1