Add remote urls to the installation report

This commit is contained in:
Roberto Rosario
2013-01-05 23:09:41 -04:00
parent 87879c7336
commit 276119a06a

View File

@@ -174,6 +174,7 @@ class Installation(Singleton):
dictionary.update(
{
'repo_remotes': unicode(self.repo_remotes),
'repo_remotes_urls': unicode(self.repo_remotes_urls),
'repo_head_reference': unicode(self.repo_head_reference),
'headcommit_hexsha': unicode(self.headcommit_hexsha),
'headcommit_authored_date': unicode(self.headcommit_authored_date),