From 276119a06a86486bb819684b3c83cc68f92f21f3 Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Sat, 5 Jan 2013 23:09:41 -0400 Subject: [PATCH] Add remote urls to the installation report --- apps/installation/models.py | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/installation/models.py b/apps/installation/models.py index f137407d91..fca070af37 100644 --- a/apps/installation/models.py +++ b/apps/installation/models.py @@ -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),