projects
/
tools
/
gbs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
71d3ea8
)
show the correct error info if no git repo found
author
Zhang Qiang
<qiang.z.zhang@intel.com>
Sat, 30 Jun 2012 12:39:43 +0000
(20:39 +0800)
committer
Zhang Qiang
<qiang.z.zhang@intel.com>
Mon, 2 Jul 2012 01:47:37 +0000
(09:47 +0800)
gitbuildsys/cmd_build.py
patch
|
blob
|
history
diff --git
a/gitbuildsys/cmd_build.py
b/gitbuildsys/cmd_build.py
index a382ee64361143f766737d336bef77d1b4daa12a..756fcf5d5b4ab9ebf2bb8398d17c3729d921c8b8 100644
(file)
--- a/
gitbuildsys/cmd_build.py
+++ b/
gitbuildsys/cmd_build.py
@@
-237,7
+237,7
@@
def do(opts, args):
try:
repo = RpmGitRepository(workdir)
except GitRepositoryError:
- msger.error("%s is not a git repository" % (
os.path.cur
dir))
+ msger.error("%s is not a git repository" % (
work
dir))
workdir = repo.path