Add cordova-registry, cordova-registry-web, and cordova-labs to repo list
Project: http://git-wip-us.apache.org/repos/asf/cordova-coho/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-coho/commit/010e9526 Tree: http://git-wip-us.apache.org/repos/asf/cordova-coho/tree/010e9526 Diff: http://git-wip-us.apache.org/repos/asf/cordova-coho/diff/010e9526 Branch: refs/heads/master Commit: 010e9526a8ebd23647db36e159ad2fa8445e09d5 Parents: 8857f71 Author: Andrew Grieve <[email protected]> Authored: Wed Mar 12 22:59:50 2014 -0400 Committer: Andrew Grieve <[email protected]> Committed: Wed Mar 12 22:59:50 2014 -0400 ---------------------------------------------------------------------- coho | 15 +++++++++++++++ 1 file changed, 15 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-coho/blob/010e9526/coho ---------------------------------------------------------------------- diff --git a/coho b/coho index 38f14ca..51aa42d 100755 --- a/coho +++ b/coho @@ -339,6 +339,21 @@ var otherRepos = [ repoName: 'cordova-labs', inactive: true }, { + title: 'Cordova Registry Website', + id: 'registry-web', + repoName: 'cordova-registry-web', + inactive: true + }, { + title: 'Cordova Registry DB', + id: 'registry', + repoName: 'cordova-registry', + inactive: true + }, { + title: 'Cordova Labs', + id: 'labs', + repoName: 'cordova-labs', + inactive: true + }, { title: 'Apache dist/release/cordova', id: 'dist', repoName: 'cordova-dist',
