From 177a47f7604676ce8cb0c78cfcf98c4d1fc97a40 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andrzej=20W=C3=B3jtowicz?= Date: Tue, 8 Nov 2016 16:21:28 +0100 Subject: [PATCH] Updated bash script and gitignore --- .gitignore | 2 ++ remote-commands.sh | 8 +++++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index c090b7d..f657242 100644 --- a/.gitignore +++ b/.gitignore @@ -35,3 +35,5 @@ vignettes/*.pdf logs/* .R.user +*.txt +ssh/* diff --git a/remote-commands.sh b/remote-commands.sh index 878e203..7f60830 100644 --- a/remote-commands.sh +++ b/remote-commands.sh @@ -18,7 +18,7 @@ CONNECTION_LIST_FILE="remote-connection-list.txt" HOSTS_SCANNED_FILE="remote-hosts-scanned.txt" DEBIAN_PACKAGES_TO_INSTALL="build-essential gfortran ed htop libxml2-dev ca-certificates curl libcurl4-openssl-dev gdebi-core sshpass default-jre default-jdk libpcre3-dev zlib1g-dev liblzma-dev libbz2-dev libicu-dev" REMOTE_DETECT_LOGICAL_CPUS="FALSE" -MIN_HOSTS=100 +MIN_HOSTS=1 SHELL_SCRIPT=$(basename $0) LOG_STEPS="logs/${SHELL_SCRIPT%.*}".log @@ -457,6 +457,7 @@ my_configure_hosts() hosts_scan_available hosts_push_shell_script dump_project_r_files + dump_r_libraries hosts_push_project_r_files hosts_install_env hosts_install_mro @@ -472,11 +473,12 @@ configure_hosts() hosts_push_ssh_key hosts_push_shell_script dump_project_r_files + dump_r_libraries hosts_push_project_r_files hosts_install_env hosts_install_mro - hosts_install_r_libraries - #hosts_push_r_libraries_dump + hosts_push_r_libraries_dump + #hosts_install_r_libraries make_remote_connection_list_nproc #make_remote_connection_list_single }