Renamed globalconfig.txt to globalconfig
authorGeorge Milescu <george.milescu@gmail.com>
Fri, 6 Aug 2010 11:10:39 +0000 (13:10 +0200)
committerGeorge Milescu <george.milescu@gmail.com>
Fri, 6 Aug 2010 11:10:39 +0000 (13:10 +0200)
Signed-off-by: George Milescu <george.milescu@gmail.com>
24 files changed:
ConfigFiles/globalconfig [moved from ConfigFiles/globalconfig.txt with 100% similarity]
ControlScripts/_grep_search.sh
ControlScripts/_show_version.sh
ControlScripts/_sync_cluster.sh
ControlScripts/_sync_cluster_containers.sh
ControlScripts/_sync_kth.sh
ControlScripts/_sync_single_cluster_container.sh
ControlScripts/_sync_single_cluster_container_scripts.sh
ControlScripts/_sync_swarm.cs.pub.ro.sh
ControlScripts/_sync_vm.sh
ControlScripts/detect_complete_client.sh
ControlScripts/parse_client_log.sh
ControlScripts/run_campaign.sh
ControlScripts/run_scenario.sh
ControlScripts/schedule_client.sh
ControlScripts/start_doe.sh
ControlScripts/start_hrk_leecher.sh
ControlScripts/start_hrk_seeder.sh
ControlScripts/start_leecher.sh
ControlScripts/start_proxy.sh
ControlScripts/start_seeder.sh
ControlScripts/start_tracker.sh
ControlScripts/start_tribler.sh
ControlScripts/stop_client.sh

index 3b436d7..fb497ef 100755 (executable)
@@ -12,7 +12,7 @@
 
 
 # Read the global configuration variables
-source ../ConfigFiles/globalconfig.txt
+source ../ConfigFiles/globalconfig
 
 cd $TRIBLER_REL_PATH
 
index 1586906..cbb8eac 100755 (executable)
@@ -8,7 +8,7 @@
 #  * starts a tribler cmd-line instance to display the current version
 
 # Read the global configuration variables
-source ../ConfigFiles/globalconfig.txt
+source ../ConfigFiles/globalconfig
 
 export PYTHONPATH=$PYTHONPATH:.
 
index d1f3b14..dca8da3 100755 (executable)
@@ -4,7 +4,7 @@
 #
 
 # Read the global configuration variables
-source ../ConfigFiles/globalconfig.txt
+source ../ConfigFiles/globalconfig
 
 rsync -avP --del $P2P_NEXT_REL_PATH p2p@p2p-next-01.grid.pub.ro:/home/p2p/george/P2P-Next
 rsync -avP --del $P2P_NEXT_REL_PATH p2p@p2p-next-03.grid.pub.ro:/home/p2p/george/P2P-Next
index e49ec11..f24d787 100755 (executable)
@@ -4,7 +4,7 @@
 #
 
 # Read the global configuration variables
-source ../ConfigFiles/globalconfig.txt
+source ../ConfigFiles/globalconfig
 
 for host in p2p-next-01.grid.pub.ro p2p-next-03.grid.pub.ro p2p-next-04.grid.pub.ro p2p-next-05.grid.pub.ro p2p-next-06.grid.pub.ro p2p-next-07.grid.pub.ro p2p-next-08.grid.pub.ro p2p-next-09.grid.pub.ro p2p-next-10.grid.pub.ro; do
        for port in 10122 10222 10322 10422 10522 10622 10722 10822 10922 11022; do
index 4b58448..520883d 100755 (executable)
@@ -4,6 +4,6 @@
 #
 
 # Read the global configuration variables
-source ../ConfigFiles/globalconfig.txt
+source ../ConfigFiles/globalconfig
 
 rsync -avP --del $P2P_NEXT_REL_PATH george@p2p-next.xen.ssvl.kth.se:/home/george/P2P-Next
index a376309..3d9ba40 100755 (executable)
@@ -9,7 +9,7 @@ if test $# -ne 2; then
 fi
 
 # Read the global configuration variables
-source ../ConfigFiles/globalconfig.txt
+source ../ConfigFiles/globalconfig
 
 host=$1
 port=$2
index fa5fc98..597775f 100755 (executable)
@@ -9,7 +9,7 @@ if test $# -ne 2; then
 fi
 
 # Read the global configuration variables
-source ../ConfigFiles/globalconfig.txt
+source ../ConfigFiles/globalconfig
 
 host=$1
 port=$2
index 4faf1f0..c465d39 100755 (executable)
@@ -4,6 +4,6 @@
 #
 
 # Read the global configuration variables
-source ../ConfigFiles/globalconfig.txt
+source ../ConfigFiles/globalconfig
 
 rsync -avP --del $P2P_NEXT_REL_PATH george@swarm.cs.pub.ro:/home/george/P2P-Next
index 58c186b..00c09e3 100755 (executable)
@@ -4,7 +4,7 @@
 #
 
 # Read the global configuration variables
-source ../ConfigFiles/globalconfig.txt
+source ../ConfigFiles/globalconfig
 
 rsync -avP --del $P2P_NEXT_REL_PATH george@tracker.local:/home/george/P2P-Next
 rsync -avP --del $P2P_NEXT_REL_PATH george@coordinator.local:/home/george/P2P-Next
index 19c44e8..4a79506 100755 (executable)
@@ -17,7 +17,7 @@ if test $# -ne 1; then
 fi
 
 # Read the global configuration variables
-source ../ConfigFiles/globalconfig.txt
+source ../ConfigFiles/globalconfig
 
 # Read scenarion configuration file (CLIENT_TYPE)
 source ${BASE_PATH}/ClientWorkingFolders/TmpLogs/scenario_config
index ff5f7d4..81371ea 100755 (executable)
@@ -17,7 +17,7 @@ if test $# -ne 2; then
 fi
 
 # Read the global configuration variables
-source ../ConfigFiles/globalconfig.txt
+source ../ConfigFiles/globalconfig
 
 # Read scenarion configuration file (CLIENT_TYPE)
 source ${BASE_PATH}/ClientWorkingFolders/TmpLogs/scenario_config
index 817136c..5fa25e6 100755 (executable)
@@ -18,7 +18,7 @@ if [ ! $# -eq 1 ]; then
 fi
 
 # Read the global configuration variables
-source ../ConfigFiles/globalconfig.txt
+source ../ConfigFiles/globalconfig
 
 # Read arguments
 CAMPAIGN_FILE=$1
index 67ecd33..b2b2170 100755 (executable)
@@ -38,7 +38,7 @@ if [ ! $# -eq 3 ]; then
 fi
 
 # Read the global configuration variables
-source ../ConfigFiles/globalconfig.txt
+source ../ConfigFiles/globalconfig
 
 # Read arguments
 ACTION=$1
index 3ed77de..325e2df 100755 (executable)
@@ -16,7 +16,7 @@ DEBUG()
 }
 
 # Read the global configuration variables
-source ../ConfigFiles/globalconfig.txt
+source ../ConfigFiles/globalconfig
 
 # Read scenarion configuration file
 source ${BASE_PATH}/ClientWorkingFolders/TmpLogs/scenario_config
index 948394b..19a87a1 100755 (executable)
@@ -9,7 +9,7 @@
 #  * at the end deletes the downloaded data
 
 # Read the global configuration variables
-source ../ConfigFiles/globalconfig.txt
+source ../ConfigFiles/globalconfig
 
 # Read scenarion configuration file (TORRENT_FILE)
 source ${BASE_PATH}/ClientWorkingFolders/TmpLogs/scenario_config
index 5e6dcc5..7f7dd8c 100755 (executable)
 #  * at the end deletes the downloaded data
 
 # Read the global configuration variables
-source ../ConfigFiles/globalconfig.txt
+source ../ConfigFiles/globalconfig
 
 # Read scenarion configuration file (TORRENT_FILE)
 source ${BASE_PATH}/ClientWorkingFolders/TmpLogs/scenario_config
 
-# Read the global configuration variables
-source ../ConfigFiles/globalconfig.txt
-
 cd $WORKING_FOLDER_REL_PATH/Regular/
 
 LD_LIBRARY_PATH=$HRK_ABS_PATH/../libtorrent-rasterbar/lib $HRK_ABS_PATH/hrktorrent ../TorrentsAndData/$TORRENT_FILE
index cf52388..0bc2a46 100755 (executable)
@@ -10,7 +10,7 @@
 #  * at the end deletes the downloaded data
 
 # Read the global configuration variables
-source ../ConfigFiles/globalconfig.txt
+source ../ConfigFiles/globalconfig
 
 # Read scenarion configuration file (TORRENT_FILE)
 source ${BASE_PATH}/ClientWorkingFolders/TmpLogs/scenario_config
index 785e9e3..5c7c94e 100755 (executable)
@@ -9,7 +9,7 @@
 #  * at the end deletes the downloaded data
 
 # Read the global configuration variables
-source ../ConfigFiles/globalconfig.txt
+source ../ConfigFiles/globalconfig
 
 # Read scenarion configuration file (TORRENT_FILE)
 source ${BASE_PATH}/ClientWorkingFolders/TmpLogs/scenario_config
index afff062..4af2b73 100755 (executable)
@@ -17,7 +17,7 @@ if [ ! $# -eq 1 ]; then
 fi
 
 # Read the global configuration variables
-source ../ConfigFiles/globalconfig.txt
+source ../ConfigFiles/globalconfig
 
 # Read scenarion configuration file
 source ${BASE_PATH}/ClientWorkingFolders/TmpLogs/scenario_config
index fd65c89..1ced71b 100755 (executable)
@@ -8,7 +8,7 @@
 #  * starts a command line BT client seeding the supplied .torrent file. The .torrent file must be located in the TorrentsAndData folder
 
 # Read the global configuration variables
-source ../ConfigFiles/globalconfig.txt
+source ../ConfigFiles/globalconfig
 
 # Read scenarion configuration file (TORRENT_FILE)
 source ${BASE_PATH}/ClientWorkingFolders/TmpLogs/scenario_config
index c8058a9..3a7ee72 100755 (executable)
@@ -8,7 +8,7 @@
 #  * starts a tracker listening on port 6969
 
 # Read the global configuration variables
-source ../ConfigFiles/globalconfig.txt
+source ../ConfigFiles/globalconfig
 
 # Read scenarion configuration file
 source ${BASE_PATH}/ClientWorkingFolders/TmpLogs/scenario_config
index ca47186..616cb9d 100755 (executable)
@@ -8,7 +8,7 @@
 #  * starts a GUI tribler instance
 
 # Read the global configuration variables
-source ../ConfigFiles/globalconfig.txt
+source ../ConfigFiles/globalconfig
 
 # Read scenarion configuration file
 source ${BASE_PATH}/ClientWorkingFolders/TmpLogs/scenario_config
index 570deb3..821159a 100755 (executable)
@@ -11,7 +11,7 @@
 _DEBUG="on"
 
 # Read the global configuration variables
-source ../ConfigFiles/globalconfig.txt
+source ../ConfigFiles/globalconfig
 
 # Read scenarion configuration file (CLIENT_TYPE)
 source ${BASE_PATH}/ClientWorkingFolders/TmpLogs/scenario_config