Skip to content

Commit

Permalink
Builder: Updated links to commits in the new SF.net Git repository
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Aug 29, 2012
1 parent e544801 commit 341f5cd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions distrib/builder/changes.py
Expand Up @@ -92,8 +92,7 @@ def parse(self):
format = '[[Subject]]%s[[/Subject]]' + \
'[[Author]]%an[[/Author]]' + \
'[[Date]]%ai[[/Date]]' + \
'[[Link]]http://deng.git.sourceforge.net/git/gitweb.cgi?' + \
'p=deng/deng;a=commit;h=%H[[/Link]]' + \
'[[Link]]http://sourceforge.net/p/deng/code/ci/%H/[[/Link]]' + \
'[[Hash]]%H[[/Hash]]' + \
'[[Message]]%b[[/Message]]'
os.system("git log %s..%s --format=\"%s\" >> %s" % (self.fromTag, self.toTag, format, tmpName))
Expand Down

0 comments on commit 341f5cd

Please sign in to comment.