Merge "Don't mark as created in github until we're done"
diff --git a/jeepyb/cmd/manage_projects.py b/jeepyb/cmd/manage_projects.py
index 5b482eb..7d85e95 100644
--- a/jeepyb/cmd/manage_projects.py
+++ b/jeepyb/cmd/manage_projects.py
@@ -306,7 +306,6 @@
                                has_wiki=has_wiki)
         created = True
 
-    cache['created-in-github'] = True
     cache['has_wiki'] = has_wiki
     cache['has_downloads'] = has_downloads
     cache['has_issues'] = has_issues
@@ -562,6 +561,7 @@
                         project_cache[project])
                     if created and GERRIT_REPLICATE:
                         gerrit.replicate(project)
+                    project_cache[project]['created-in-github'] = created
 
             except Exception:
                 log.exception(