This is an automated email from the git hooks/post-receive script.
bernie.ogden pushed a change to branch lastwibbles
in repository toolchain/lavabench.
at 21c813a Enquote public key before writing it
This branch includes the following new commits:
new 47510af Remove oe files
new 756cb43 Tear out all the hacking-session-isms
new f8f511f Report 'early debugging' hostname and IP as early as possible
new 21c813a Enquote public key before writing it
The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
bernie.ogden pushed a commit to branch lastwibbles
in repository toolchain/semiautobench.
commit cf4dbe16a0c3526551f98d94291fa5560a15b55a
Author: Bernard Ogden <bernie.ogden(a)linaro.org>
Date: Tue Jul 28 11:32:35 2015 +0200
Report 'early debugging' hostname and IP as early as possible
Change-Id: Ia395037d82b199a931cda760ce8c6b5dc02c6448
---
setup_session_debian | 8 +++-----
1 file changed, 3 insertions(+), 5 deletions(-)
diff --git a/setup_session_debian b/setup_session_debian
index ac6c2b5..0c28db2 100755
--- a/setup_session_debian
+++ b/setup_session_debian
@@ -1,6 +1,9 @@
#!/bin/bash
# Usage ./setup_session <pub_key>
+echo "Hostname for early debugging: $(cat /etc/hostname)"
+echo "IP address for early debugging: $(hostname -I)"
+
chmod a+x stop_hacking_debian
cp stop_hacking_debian /bin/stop_hacking
chmod a+x invoke_session_debian
@@ -12,8 +15,3 @@ echo "Public Key Installed: $1"
/etc/init.d/ssh restart
echo "sshd re-started"
-
-echo "Hostname for early debugging: $(cat /etc/hostname)"
-echo "IP address for early debugging: $(hostname -I)"
-
-
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
bernie.ogden pushed a change to branch lastwibbles
in repository toolchain/semiautobench.
at 14b79c4 Enquote public key before writing it
This branch includes the following new commits:
new cf4dbe1 Report 'early debugging' hostname and IP as early as possible
new 5117f59 Remove trailing hacking session isms
new 14b79c4 Enquote public key before writing it
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
bernie.ogden pushed a commit to branch bernie/jenkmarking-multinode
in repository toolchain/abe.
The following commit(s) were added to refs/heads/bernie/jenkmarking-multinode by th [...]
new 90dcf2e Make wget quiet
90dcf2e is described below
commit 90dcf2e30aedfff922f5c99a66609a83b6aa9feb
Author: Bernard Ogden <bernie.ogden(a)linaro.org>
Date: Tue Jul 28 14:29:18 2015 +0200
Make wget quiet
It doesn't half look awful in a lava console log
Change-Id: I006723198649028508666731e835c90d9926b670
---
scripts/Benchmark.job | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/scripts/Benchmark.job b/scripts/Benchmark.job
index c3d53dd..7dedcb6 100755
--- a/scripts/Benchmark.job
+++ b/scripts/Benchmark.job
@@ -26,7 +26,7 @@ cd "${maindir}"
mkdir bin
cd bin
if echo x"${toolchain}" | grep -q '^xhttp'; then
- wget "${toolchain}"
+ wget -q "${toolchain}"
tar xf "`basename ${toolchain}`"
#TODO: abe way to handle this?
if test x"${toolchain##.tgz}" = x.tgz; then
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
bernie.ogden pushed a change to branch bernie/jenkmarking-multinode
in repository toolchain/abe.
discards d2d1903 More output when we trap errors for debug
discards 1013694 LAVA configuration
new e6a8187 LAVA configuration
new 75aa194 More output when we trap errors for debug
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (d2d1903)
\
N -- N -- N refs/heads/bernie/jenkmarking-multinode (75aa194)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
config/bench/lava/host-session | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.