This is an automated email from the git hooks/post-receive script.
unknown user pushed a commit to branch linaro
in repository dejagnu.
commit 31aa24d3683d7150cae7b7c61b4d21af06eabd44
Merge: c465c48 e7d7a3e
Author: Rob Savoye <rob(a)welcomehome.org>
Date: Thu Jul 30 13:25:20 2015 -0600
Merge branch 'master' into linaro
Conflicts:
ChangeLog
ChangeLog | 10 +++++--
lib/remote.exp | 86 ++++++++++++++++++++++++++++++++++++++++++----------------
2 files changed, 70 insertions(+), 26 deletions(-)
diff --cc ChangeLog
index 9145142,0bdaeb9..62b5eff
--- a/ChangeLog
+++ b/ChangeLog
@@@ -45,8 -46,7 +46,11 @@@
2015-05-12 Steve Ellcey <sellcey(a)imgtec.com>
* baseboards/generic-sim.exp: Check $DEJAGNU_SIM_OPTION.
- >>>>>>> master
+
++2015-04-17 Rob Savoye <rob.savoye(a)linaro.org>
++
++ * lib/libgloss.exp (find_g++): Look for xg++ before g++.
+
2015-03-30 Ben Elliston <bje(a)gnu.org>
Revert the following change which causes breakage reported here:
--
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.
unknown user pushed a change to branch linaro
in repository dejagnu.
from c465c48 update from master since there has been another stable releas [...]
adds e7d7a3e * lib/remote.exp (close_wait_program): New procedure. (loca [...]
new 31aa24d Merge branch 'master' into linaro
The 1 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:
ChangeLog | 10 +++++--
lib/remote.exp | 86 ++++++++++++++++++++++++++++++++++++++++++----------------
2 files changed, 70 insertions(+), 26 deletions(-)
--
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.
unknown user pushed a change to branch aoliva/pr64164
in repository gcc.
discards 3004886 incremental fixes
new 2c8077e incremental fixes
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 (3004886)
\
N -- N -- N refs/heads/aoliva/pr64164 (2c8077e)
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 1 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:
gcc/function.c | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
--
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/benchmarking
in repository toolchain/abe.
The following commit(s) were added to refs/heads/bernie/benchmarking by this push:
new 76c9b33 Use sleep rather than inotify to hold target session
76c9b33 is described below
commit 76c9b33146667b881e2f6d95caeee241717bf664
Author: Bernard Ogden <bernie.ogden(a)linaro.org>
Date: Thu Jul 30 19:43:10 2015 +0200
Use sleep rather than inotify to hold target session
inotify is great for this, but inotify-tools is not available for
jessie arm64.
Change-Id: Iabc3ce5600acb36efb0d5caa23aee2849ced7c9c
---
config/bench/lava/host-session | 2 +-
config/bench/lava/target-session | 5 +----
config/bench/lava/target-session-kvm.yaml | 1 -
config/bench/lava/target-session.yaml | 1 -
4 files changed, 2 insertions(+), 7 deletions(-)
diff --git a/config/bench/lava/host-session b/config/bench/lava/host-session
index cff154d..ad99b6e 100755
--- a/config/bench/lava/host-session
+++ b/config/bench/lava/host-session
@@ -41,7 +41,7 @@ fi
#Non-parameters that we need to pass to Benchmark.job
export ABE_DIR
export post_build_cmd="rm ${HOME}/data/socket"
-export post_target_cmd='touch ${HOME}/messages/release'
+export post_target_cmd='kill `pidof sleep`'
export maindir="/${HOME}/bench"
mkdir "${maindir}" || exit 1
chmod 700 "${maindir}" || exit 1
diff --git a/config/bench/lava/target-session b/config/bench/lava/target-session
index 899ce6d..f042d82 100755
--- a/config/bench/lava/target-session
+++ b/config/bench/lava/target-session
@@ -1,6 +1,3 @@
#!/bin/bash
lava-network broadcast eth0
-mkdir "${HOME}/messages"
-while ! test -e "${HOME}/messages/release"; do
- inotifywait -e create "${HOME}/messages"
-done
+sleep infinity
diff --git a/config/bench/lava/target-session-kvm.yaml b/config/bench/lava/target-s [...]
index fd5d593..0e88369 100644
--- a/config/bench/lava/target-session-kvm.yaml
+++ b/config/bench/lava/target-session-kvm.yaml
@@ -15,7 +15,6 @@ install:
- binutils
- gawk
- libgfortran3
- - inotify-tools
run:
steps:
diff --git a/config/bench/lava/target-session.yaml b/config/bench/lava/target-session.yaml
index 1185555..04215d8 100644
--- a/config/bench/lava/target-session.yaml
+++ b/config/bench/lava/target-session.yaml
@@ -12,7 +12,6 @@ install:
- openssh-server
- make
- cpufrequtils
- - inotify-tools
run:
steps:
--
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/benchmarking
in repository toolchain/abe.
The following commit(s) were added to refs/heads/bernie/benchmarking by this push:
new 7297c7f Stop creating a dir to store src
7297c7f is described below
commit 7297c7f1ef8648fbc9dd39762022819622006327
Author: Bernard Ogden <bernie.ogden(a)linaro.org>
Date: Thu Jul 30 19:35:22 2015 +0200
Stop creating a dir to store src
We do not need that interim copy any more.
Change-Id: I665db17d3c6430ee337558663aab5aafac724505
---
config/bench/lava/host-session | 6 ------
1 file changed, 6 deletions(-)
diff --git a/config/bench/lava/host-session b/config/bench/lava/host-session
index 1f1dd6d..cff154d 100755
--- a/config/bench/lava/host-session
+++ b/config/bench/lava/host-session
@@ -46,12 +46,6 @@ export maindir="/${HOME}/bench"
mkdir "${maindir}" || exit 1
chmod 700 "${maindir}" || exit 1
-#Create directory to store src
-if ! (mkdir ~/benchsrc && chmod 700 ~/benchsrc); then
- echo "Failed to create directory for source" >&2
- exit 1
-fi
-
#Initialize git-new-workdir - sadly not just an apt-get call
ln /usr/share/doc/git/contrib/workdir/git-new-workdir /usr/local/bin
chmod 755 /usr/local/bin/git-new-workdir
--
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/benchmarking-agents
in repository toolchain/abe.
was 123a21f Make Benchmark.job delete the socket after build phase
This change permanently discards the following revisions:
discards 123a21f Make Benchmark.job delete the socket after build phase
discards 315ecde Split Benchmark.job into build and run phases, accept arbitra [...]
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.