]> sourceware.org Git - systemtap.git/commitdiff
Remove the EXPERIMENTAL scares from --remote
authorJosh Stone <jistone@redhat.com>
Fri, 25 Mar 2011 02:04:59 +0000 (19:04 -0700)
committerJosh Stone <jistone@redhat.com>
Fri, 25 Mar 2011 02:12:53 +0000 (19:12 -0700)
NEWS
session.cxx
stap.1

diff --git a/NEWS b/NEWS
index 94fb6023d92597fd5ccc7574646425b59c3391a8..2de4713981a1346f5f7dc3fdd2bdba224c1f4c3d 100644 (file)
--- 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.
index 1857749ba0f468edd7a151d2a69d44b05d672703..10b227a609f232a8fcf6db1d54ac8c40ba8ba536 100644 (file)
@@ -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 88f6266c53c96fe8da2e20d0e750c6ac5455594c..e3f6dbb817310ce4b4efc3820ea1fb9997f451a8 100644 (file)
--- 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
 
This page took 0.039787 seconds and 5 git commands to generate.