Skip to content

Commit

Permalink
Updated git modules to use readonly url
Browse files Browse the repository at this point in the history
Also added git-all script
  • Loading branch information
Jesse Eichar committed Jun 14, 2012
2 parents 4c3233c + 9b52a4d commit c323cd1
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
[submodule "installer"]
path = installer
url = git@github.com:geonetwork/core-installer.git
url = git://github.com:geonetwork/core-installer.git
[submodule "gast"]
path = gast
url = [email protected]:geonetwork/core-gast.git
url = git://github.com:geonetwork/core-gast.git
[submodule "maven_repo"]
path = maven_repo
url = git://github.com:geonetwork/core-maven-repo.git
[submodule "release"]
path = release
url = git@github.com:geonetwork/core-release.git
url = git://github.com:geonetwork/core-release.git
[submodule "docs"]
path = docs
url = [email protected]:geonetwork/core-doc-sources.git
[submodule "maven_repo"]
path = maven_repo
url = [email protected]:geonetwork/core-maven-repo.git
url = git://github.com:geonetwork/core-doc-sources.git
5 changes: 5 additions & 0 deletions git-all
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/bin/sh

git $@

git submodules foreach "$@"

0 comments on commit c323cd1

Please sign in to comment.