update manifest
This commit is contained in:
parent
e438bc590d
commit
bc48e4c2ca
7
Makefile
7
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:
|
all:
|
||||||
./clone-witcom.sh
|
# ./clone-witcom.sh
|
||||||
|
|
||||||
pull:
|
pull:
|
||||||
git pull
|
git pull
|
||||||
./clone-witcom.sh update
|
# ./clone-witcom.sh update
|
||||||
|
|
||||||
setup:
|
setup:
|
||||||
echo put stuff here
|
echo put stuff here
|
||||||
|
|
|
@ -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
|
|
@ -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/ReconfigureIO/examples fpga/ReconfigureIO-examples
|
||||||
https://github.com/anoek/webrtc-group-chat-example.git webrtc-group-chat-example
|
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/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/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/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
|
git@git.wit.com:kieran/witPhoneAndroid.git witPhoneAndroid
|
||||||
|
|
||||||
|
|
|
@ -18,3 +18,6 @@ gogs:
|
||||||
|
|
||||||
manifest:
|
manifest:
|
||||||
./update.pl manifest
|
./update.pl manifest
|
||||||
|
|
||||||
|
witall:
|
||||||
|
ls -1 mirrored-gogs/git/gogs-repositories/wit/ > cloned-jcarr/repo/WITALL
|
||||||
|
|
Loading…
Reference in New Issue