This is an automated email from the git hooks/post-receive script.
bernie.ogden pushed a commit to branch inserted_src
in repository toolchain/semiautobench.
commit 579dfba7ec175a3b6456b74bdbb5c54e71ae819e
Author: Bernard Ogden <bernie.ogden(a)linaro.org>
Date: Mon Jul 13 15:30:51 2015 +0200
Check out with -b if abe_branch given
Previous version was buggy, in that it always assumed a branch.
Default value now handled in YAML.
Change-Id: I3c701b68c62c274948f304400be74d1ab8d34707
---
invoke_session_debian | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/invoke_session_debian b/invoke_session_debian
index fd8f563..00c3cdc 100755
--- a/invoke_session_debian
+++ b/invoke_session_debian
@@ -46,7 +46,7 @@ chmod 755 /usr/local/bin/git-new-workdir
#Get abe
mkdir ~/src || exit 1
-if ! git clone -b ${abe_branch:-benchmarking} http://git.linaro.org/toolchain/abe [...]
+if ! git clone ${abe_branch:+-b ${abe_branch}} http://git.linaro.org/toolchain/abe [...]
rm -rf ~/src
exit 1
fi
--
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 inserted_src
in repository toolchain/semiautobench.
discards 7fa894a Test how data is passed around
new 4a7e4cf Remove LISTENER_ADDR and LISTENER_PORT
new bba5229 Feed YAML parameters through
new bc1cadf Make ABE_BRANCH lower case, for consistency.
new eb96dd9 Remove ABE_DIR variable
new 579dfba Check out with -b if abe_branch given
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 (7fa894a)
\
N -- N -- N refs/heads/inserted_src (579dfba)
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 5 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:
bench-session-debian.yaml | 11 +++++++----
invoke_session_debian | 20 +++++++++-----------
2 files changed, 16 insertions(+), 15 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.
bernie.ogden pushed a change to branch inserted_src
in repository toolchain/semiautobench.
discards 65fe987 Test how data is passed around
new 7fa894a Test how data is passed around
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 (65fe987)
\
N -- N -- N refs/heads/inserted_src (7fa894a)
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:
bench-session-debian.yaml | 2 +-
1 file changed, 1 insertion(+), 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 inserted_src
in repository toolchain/semiautobench.
commit 39b9a146ef06ab989171ba10e9fd7ea1163db288
Author: Bernard Ogden <bernie.ogden(a)linaro.org>
Date: Mon Jul 13 14:39:41 2015 +0200
Remove reference to ~/work
Hangover from removal of wrapper
Change-Id: I3d4e2d9ab2dbfdeb75cc6fef471e8c4443675c9c
---
invoke_session_debian | 1 -
1 file changed, 1 deletion(-)
diff --git a/invoke_session_debian b/invoke_session_debian
index fcc6f16..d159a41 100755
--- a/invoke_session_debian
+++ b/invoke_session_debian
@@ -73,7 +73,6 @@ mkdir -p /run/hacking
echo $$ > /run/hacking/hacking.pid
echo "Running benchmark... I may be some time"
-cd ~/work
export LAVA_IN_LAB=1
~/src/abe/scripts/Benchmark.job
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.