From b9d64db68a2ce1af833af9d89b3459990f918f14 Mon Sep 17 00:00:00 2001 From: Josh Stone Date: Thu, 24 Mar 2011 19:04:59 -0700 Subject: [PATCH] Remove the EXPERIMENTAL scares from --remote --- NEWS | 6 ++++++ session.cxx | 3 ++- stap.1 | 1 - 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 94fb6023d..2de471398 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,11 @@ * What's new in version 1.5 +- The "--remote USER@HOST" functionality can now be specified multiple times + to fan out on multiple targets. If the targets have distinct kernel and + architecture configurations, stap will automatically build the script + appropriately for each one. This option is also no longer considered + experimental. + - The NSS certificate database generated for use by the compile server is now generated with no password. Previously, a random password was generated and used to access the database. This change should be transparent to most users. diff --git a/session.cxx b/session.cxx index 1857749ba..10b227a60 100644 --- a/session.cxx +++ b/session.cxx @@ -494,7 +494,8 @@ systemtap_session::usage (int exitcode) << _(" retry compilation using a compile server upon compilation error") << endl #endif << _(" --remote=HOSTNAME") << endl - << _(" run pass 5 on the specified ssh host (EXPERIMENTAL)") << endl + << _(" run pass 5 on the specified ssh host.") << endl + << _(" may be repeated for targeting multiple hosts.") << endl ; time_t now; diff --git a/stap.1 b/stap.1 index 88f6266c5..e3f6dbb81 100644 --- a/stap.1 +++ b/stap.1 @@ -455,7 +455,6 @@ Set the execution target to the specified ssh host, optionally using a username not matching your own. This option may be repeated to target multiple execution targets. Passes 1-4 are completed locally as normal to build the script, and then pass 5 will copy the module to the target and run it. -(EXPERIMENTAL) .SH ARGUMENTS -- 2.43.5