diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..7ccca7d --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "witcoredns"] + path = witcoredns + url = git://ping.wit.com/git/witcoredns diff --git a/Makefile b/Makefile index ad93115..a99de76 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ -# Clone from IPv6: git clone git://ping.wit.com/git/myrepo -# Clone with ssh keys: git clone ssh://root@ping.wit.com/var/lib/git/myrepo +# Clone from IPv6: git clone git://ping.wit.com/git/jcarrbox +# Clone with ssh keys: git clone ssh://root@ping.wit.com/var/lib/git/jcarrbox all: @echo read this Makefile @@ -12,6 +12,10 @@ push: git commit -a git push +submodule: + git submodule add git://ping.wit.com/git/witcoredns witcoredns + git submodule update --init --recursive + # use this allow a new tree on the git server resetgit: mkdir myrepo diff --git a/witcoredns b/witcoredns new file mode 160000 index 0000000..60e65bc --- /dev/null +++ b/witcoredns @@ -0,0 +1 @@ +Subproject commit 60e65bcdf2b947d2fc5307f05b1095b442ea1fa7