Re: [gem5-dev] git push woes

2019-02-02 Thread Jason Lowe-Power
Yeah, that seems kind of old. My version on Ubuntu 18.04 is 2.17, the current version is 2.20. It looks like 1.8 was released in 2012. Jason On Sat, Feb 2, 2019 at 10:25 AM David Taylor Kerns < dtke...@email.arizona.edu> wrote: > I obviously have my noob hat on :) ... you told me the same thing

Re: [gem5-dev] git push woes

2019-02-02 Thread David Taylor Kerns
I obviously have my noob hat on :) ... you told me the same thing git did... so here we go... $ f=`git rev-parse --git-dir`/hooks/commit-msg ; curl -Lo $f https://gerrit-review.googlesource.com/tools/hooks/commit-msg ; chmod +x $f % Total% Received % Xferd Average Speed TimeTime

Re: [gem5-dev] git push woes

2019-02-02 Thread Jason Lowe-Power
Hey Dave, Install the git commit hook: f=`git rev-parse --git-dir`/hooks/commit-msg ; curl -Lo $f https://gerrit-review.googlesource.com/tools/hooks/commit-msg ; chmod +x $f Then run "git commit --amend" Jason On Sat, Feb 2, 2019 at 10:08 AM David Taylor Kerns < dtke...@email.arizona.edu>

Re: [gem5-dev] git push woes

2019-02-02 Thread David Taylor Kerns
oh I see, (longer story here that I was skipping) my first clone was associated with a bad email address... and my commit on the 2nd clone failed w/out me noticing ... ok, that's resolved, now I'm back to a (new) push error It looks like the error message tells me almost everything I need ...

Re: [gem5-dev] git push woes

2019-02-02 Thread Jason Lowe-Power
Hi Dave, Is it possible that you have not committed your change? It says that there is no difference from your code to googlesource master. That often means that there is no commit that differs. Try running "git log" and making sure that you have an entry for the commit you are expecting to

[gem5-dev] git push woes

2019-02-02 Thread David Taylor Kerns
Hello, I'm trying to contribute a 1-line (1 char) fix to http://grok.gem5.org/xref/gem5/configs/example/se.py?a=true=#157 there's a missing ']' @ line 157 - exec("workload = %s(buildEnv['TARGET_ISA', 'linux', '%s')" % ( + exec("workload = %s(buildEnv['TARGET_ISA'], 'linux', '%s')" % ( the

[gem5-dev] Cron /z/m5/regression/do-regression quick

2019-02-02 Thread Cron Daemon
* build/ALPHA/tests/opt/quick/se/03.learning-gem5/alpha/linux/learning-gem5-p1-simple: CHANGED! * build/MIPS/tests/opt/quick/se/03.learning-gem5/mips/linux/learning-gem5-p1-simple: CHANGED! * build/MIPS/tests/opt/quick/se/00.hello/mips/linux/simple-atomic: CHANGED! *