From: Mike Westerhof Date: Wed, 20 May 2009 20:21:38 +0000 (-0500) Subject: Makefile: change references to git.openembedded.net to .org dns suffix, X-Git-Url: https://repo.or.cz/w/nslu2-linux/master.git/commitdiff_plain/9573368168f93f8e29f1048a7d89449c2b79ec9a Makefile: change references to git.openembedded.net to .org dns suffix, in accordance with OE recommendations (git repo hosting changes). --- diff --git a/Makefile b/Makefile index 43e91fb..de05095 100644 --- a/Makefile +++ b/Makefile @@ -219,7 +219,7 @@ setup-bitbake bitbake/.svn/entries: .PRECIOUS: openembedded/.git/config setup-openembedded openembedded/.git/config: [ -e openembedded/.git/config ] || \ - ( git clone git://git.openembedded.net/openembedded openembedded ; \ + ( git clone git://git.openembedded.org/openembedded openembedded ; \ cd openembedded ; \ git config --add remote.origin.fetch '+refs/heads/*:refs/remotes/*' ) ( cd openembedded && \ @@ -645,6 +645,6 @@ push-common: update-common .PHONY: push-openembedded push-openembedded: update-openembedded - ( cd openembedded ; git push ssh://git@git.openembedded.net/openembedded ) + ( cd openembedded ; git push ssh://git@git.openembedded.org/openembedded ) # End of Makefile