Merge "Remove extra writing of description"

This commit is contained in:
Jenkins 2017-09-22 15:10:55 +00:00 committed by Gerrit Code Review
commit 3659338a0f
1 changed files with 0 additions and 1 deletions

View File

@ -94,7 +94,6 @@ def main():
cgit_file.write('\n')
cgit_file.write('repo.url=%s/%s\n' % (org, name))
cgit_file.write('repo.path=%s/\n' % (project_repo))
cgit_file.write('repo.desc=%s\n' % (description))
cgit_file.write(
'repo.desc=%s\n' % (clean_string(description)))
if not os.path.exists(project_repo):