take a look at this project
This commit is contained in:
parent
27178fd0b0
commit
b4696e759c
|
@ -1,5 +1,6 @@
|
|||
cloud/
|
||||
corp/
|
||||
crypto/
|
||||
fpga/
|
||||
phone/
|
||||
website/
|
||||
|
|
|
@ -106,7 +106,6 @@ gitclonefail 'git@github.com:witstartup/group-chat.git' 'phone/group-c
|
|||
gitclonefail 'git@github.com:witstartup/http-https-tunnel.git' 'phone/http-https-tunnel'
|
||||
gitclonefail 'git@github.com:witstartup/webproxy.git' 'phone/webproxy'
|
||||
|
||||
gitclonefail 'git@github.com:witstartup/VirtexEval.git' 'crypto/VirtexEval'
|
||||
gitclonefail 'git@github.com:witstartup/liveblock.git' 'crypto/bitcoin-liveblock'
|
||||
witgitclone 'git/crypto/realtime-crypto-data' 'crypto/realtime-crypto-data'
|
||||
witgitclone 'git/crypto/mining-binaries' 'crypto/mining-binaries'
|
||||
|
@ -117,6 +116,9 @@ gitclonefail 'https://github.com/vthoang/cgminer.git' 'crypto/mining
|
|||
gitclonefail 'https://github.com/ckolivas/cgminer.git' 'crypto/mining-code/cgminer-ckolivas'
|
||||
gitclonefail 'https://github.com/zcash/zcash.git' 'crypto/mining-code/zcash'
|
||||
|
||||
gitclonefail 'git@github.com:witstartup/VirtexEval.git' 'fpga/VirtexEval'
|
||||
gitclonefail 'https://github.com/ReconfigureIO/examples' 'fpga/ReconfigureIO-examples'
|
||||
|
||||
gitclonefail 'git@github.com:witstartup/www.wit.com.git' 'website/www.wit.com'
|
||||
gitclonefail 'git@github.com:witstartup/db.wit.com.git' 'website/db.wit.com'
|
||||
gitclonefail 'git@github.com:witstartup/witcoin.git' 'website/witcoin'
|
||||
|
|
Loading…
Reference in New Issue