diff options
author | Robin Houston <robin@lenny.robin> | 2011-06-14 14:18:33 +0100 |
---|---|---|
committer | Robin Houston <robin@lenny.robin> | 2011-06-14 14:18:33 +0100 |
commit | e3ec432a1b903ce2f25bab49c676425ab0ddb574 (patch) | |
tree | fdbb950c703e330597bbcb2338875f1177cf9d97 | |
parent | 7d43b2d344f0ea273563255e80b8d370e3c6d8f2 (diff) |
Change the submodule specifications to use git://github URLs, because the mySociety deployment script "git-safe-to-checkout" fails
-rw-r--r-- | .gitmodules | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.gitmodules b/.gitmodules index 78f90064f..3ad819b24 100644 --- a/.gitmodules +++ b/.gitmodules @@ -3,10 +3,10 @@ url = git://git.mysociety.org/commonlib [submodule "vendor/rails"] path = vendor/rails - url = https://github.com/rails/rails.git + url = git://github.com/rails/rails.git [submodule "vendor/rails-locales"] path = vendor/rails-locales - url = https://github.com/svenfuchs/rails-i18n.git + url = git://github.com/svenfuchs/rails-i18n.git [submodule "vendor/plugins/alavetelitheme"] path = vendor/plugins/alavetelitheme - url = https://github.com/sebbacon/alavetelitheme.git
\ No newline at end of file + url = git://github.com/sebbacon/alavetelitheme.git |