diff --git a/Makefile b/Makefile index 4f9fee3..939bbbe 100644 --- a/Makefile +++ b/Makefile @@ -1,12 +1,9 @@ -# Clone from IPv6: git clone git://ping.wit.com/git/witcom -# Clone with ssh keys: git clone ssh://root@ping.wit.com/var/lib/git/witcom - all: - ./clone-witcom.sh + # ./clone-witcom.sh pull: git pull - ./clone-witcom.sh update + # ./clone-witcom.sh update setup: echo put stuff here diff --git a/WITALL b/WITALL new file mode 100644 index 0000000..4b5d60f --- /dev/null +++ b/WITALL @@ -0,0 +1,26 @@ +androidapp.git +cloud_api_server.git +cloud_ui_server.git +cloud_user_api_server.git +configs.git +debcore_stuff.git +etcd_tools.git +gists.git +ops.git +org-docs.git +ping.wit.com.git +resumes.git +stack-api.git +stack-client.git +stack-worker.git +test-wit-repo.git +w.git +wit-example-app.git +wit-flex-driver.git +wit-inventory.git +wit_user_api_server.git +witchain.git +witcoin.git +witdotcom.git +wwf.git +wwuf.git diff --git a/mirror-gogs/MANIFEST b/mirror-gogs/MANIFEST index 51b731e..10f218a 100755 --- a/mirror-gogs/MANIFEST +++ b/mirror-gogs/MANIFEST @@ -11,13 +11,18 @@ https://github.com/nicehash/sgminer.git crypto/mining-code/nice https://github.com/ReconfigureIO/examples fpga/ReconfigureIO-examples https://github.com/anoek/webrtc-group-chat-example.git webrtc-group-chat-example - +git@git.wit.com:wit/cloud_api_server cloud_api_server git@git.wit.com:wit/ping.wit.com.git ping.wit.com -git@git.wit.com:wit/resumes.git resumes -git@git.wit.com:wit/witcoin.git witcoin -git@git.wit.com:wit/witchain witchain git@git.wit.com:wit/org-docs org-docs +git@git.wit.com:wit/resumes.git resumes +git@git.wit.com:wit/stack-api stack-api +git@git.wit.com:wit/stack-worker stack-worker +git@git.wit.com:wit/wit-flex-driver wit-flex-driver +git@git.wit.com:wit/witchain witchain +git@git.wit.com:wit/witcoin.git witcoin git@git.wit.com:wit/wit-inventory wit-inventory +git@git.wit.com:wit/wwf wwf +git@git.wit.com:wit/w w git@git.wit.com:kieran/witPhoneAndroid.git witPhoneAndroid diff --git a/mirror-gogs/Makefile b/mirror-gogs/Makefile index 03dbd1e..f4447c2 100644 --- a/mirror-gogs/Makefile +++ b/mirror-gogs/Makefile @@ -18,3 +18,6 @@ gogs: manifest: ./update.pl manifest + +witall: + ls -1 mirrored-gogs/git/gogs-repositories/wit/ > cloned-jcarr/repo/WITALL