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:
d8b37c1
)
dont need check local branch name in changelog module
author
Zhang Qiang
<qiang.z.zhang@intel.com>
Tue, 7 Aug 2012 07:44:42 +0000
(15:44 +0800)
committer
Zhang Qiang
<qiang.z.zhang@intel.com>
Thu, 9 Aug 2012 01:56:31 +0000
(09:56 +0800)
gbs changelog is just used to generate changelog, so it should
work on any branch.
gitbuildsys/cmd_changelog.py
patch
|
blob
|
history
diff --git
a/gitbuildsys/cmd_changelog.py
b/gitbuildsys/cmd_changelog.py
index 178087e039c3dbeda752aa21ffbbb945a53e1856..b7e86210ebe5bbe5c20f79233edf2e1f355c4ca3 100644
(file)
--- a/
gitbuildsys/cmd_changelog.py
+++ b/
gitbuildsys/cmd_changelog.py
@@
-87,8
+87,6
@@
def do(opts, _args):
try:
repo = RpmGitRepository('.')
- if repo.get_branch() is None:
- msger.error('currently not on a branch')
except GitRepositoryError, err:
msger.error(str(err))