This is the mail archive of the glibc-cvs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

GNU C Library master sources branch master updated. glibc-2.19-592-gf2f6d82


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU C Library master sources".

The branch, master has been updated
       via  f2f6d82fe11d98021260f45a4d2837d7c927dd60 (commit)
      from  a7291117328b413295ae7d1c841e944bc60062d3 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=f2f6d82fe11d98021260f45a4d2837d7c927dd60

commit f2f6d82fe11d98021260f45a4d2837d7c927dd60
Author: Andreas Schwab <schwab@linux-m68k.org>
Date:   Sat Jun 14 22:29:43 2014 +0200

    Pass $TIMEOUTFACTOR to tests also in cross testing

diff --git a/ChangeLog b/ChangeLog
index b2d035e..2eba950 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2014-06-16  Andreas Schwab  <schwab@linux-m68k.org>
+
+	* scripts/cross-test-ssh.sh (timeoutfactor): Default to
+	$TIMEOUTFACTOR.
+
 2014-06-16  Florian Weimer  <fweimer@redhat.com>
 
 	[BZ #17058]
diff --git a/scripts/cross-test-ssh.sh b/scripts/cross-test-ssh.sh
index f2a80a0..df367b8 100755
--- a/scripts/cross-test-ssh.sh
+++ b/scripts/cross-test-ssh.sh
@@ -61,7 +61,7 @@ that the shell on the build machine has already done them
 appropriately."
 
 ssh='ssh'
-timeoutfactor=
+timeoutfactor=$TIMEOUTFACTOR
 while [ $# -gt 0 ]; do
   case "$1" in
 

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog                 |    5 +++++
 scripts/cross-test-ssh.sh |    2 +-
 2 files changed, 6 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
GNU C Library master sources


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]