# HG changeset patch # User souliane # Date 1405506562 -7200 # Node ID 19448ad3a7d9d1823ecf438354b6890aed3b5219 # Parent dfc5c6be7761d1dcb246fd11ed573bdf6a96b12c add big picture schema + fix launching script diff -r dfc5c6be7761 -r 19448ad3a7d9 schemas/bigpicture/sat_schema.odg Binary file schemas/bigpicture/sat_schema.odg has changed diff -r dfc5c6be7761 -r 19448ad3a7d9 schemas/bigpicture/sat_schema.pdf Binary file schemas/bigpicture/sat_schema.pdf has changed diff -r dfc5c6be7761 -r 19448ad3a7d9 scripts/launcher/launch.sh --- a/scripts/launcher/launch.sh Thu Jul 03 12:21:45 2014 +0200 +++ b/scripts/launcher/launch.sh Wed Jul 16 12:29:22 2014 +0200 @@ -22,7 +22,7 @@ SPS_PID=$SATPUBSUB/twistd.pid # Connection information for sat_pubsub -SPS_JID=sat-pubsub.souliane.org +SPS_JID=sat-pubsub.tazar.int SPS_PWD=password # Informations for a concurrent sat instance @@ -36,8 +36,8 @@ # 4 Firefox profiles names for testing FF_PROFILES=(test1 test2 test3 test4) -# 4 SàT profiles names for testing -SAT_PROFILES=(Peter Steven Dave Dino) +# 4 SàT profiles names for testing +SAT_PROFILES=(pierre elisee louise buenaventura) # Passwords for these profiles SAT_PROFILES_PASSWD=(xxxxxx xxxxxx xxxxxx xxxxxx) @@ -46,7 +46,7 @@ # Launch sat pubsub in debug mode? SPS_DEBUG=0 # Launch libervia in debug mode? -LIB_DEBUG=1 +LIB_DEBUG=0 # Force killing processes? KILL_FORCE=1 @@ -116,7 +116,7 @@ fi } 4foxes() { - # Starts 4 instances of firefox and connect SàT profiles with Libervia + # Starts 4 instances of firefox and connect SàT profiles with Libervia # Assumes the HTTPS port for local server is 8443 echo "####### Starting 4 libervia clients #######" for I in `seq 0 3`; do @@ -138,7 +138,7 @@ rm -rf $PACKAGES/libervia_server } main() { - echo "######## Starting SàT main instance #######" + echo "######## Starting SàT main instance #######" export PYTHONPATH=$SAT_MAIN/lib cd $SAT_MAIN/lib/sat && hg pull -u && ./sat.sh echo "#### Starting primitivus main instance ####" @@ -154,7 +154,7 @@ SAT_BRIDGE_CONST_INT_PREFIX='"org.goffi.sat_main"' ./bridge_constructor.py -s frontend --force && cp generated/DBus.py ../../../frontends/src/bridge/DBus.py } monitor() { - echo "## Monitoring DBus for SàT main instance ##" + echo "## Monitoring DBus for SàT main instance ##" killall -q dbus-monitor nohup dbus-monitor "sender='org.goffi.sat_main', interface='org.goffi.sat_main.core'" >> /tmp/sat_xml_core_`date +%y.%m.%d`& nohup dbus-monitor "sender='org.goffi.sat_main', interface='org.goffi.sat_main.plugin'" >> /tmp/sat_xml_plugin_`date +%y.%m.%d`&