jackaudio / jack1

jack1 codebase
Other
250 stars 70 forks source link

Fix submodule commit hash references #39

Closed jdek closed 8 years ago

jdek commented 8 years ago

Currently when trying to clone jack1, this happens:

user@computer ~/W/opensource> git clone --recursive git@github.com:jackaudio/jack1.git
Cloning into 'jack1'...
remote: Counting objects: 10992, done.
remote: Total 10992 (delta 0), reused 0 (delta 0), pack-reused 10992
Receiving objects: 100% (10992/10992), 5.74 MiB | 212.00 KiB/s, done.
Resolving deltas: 100% (7113/7113), done.
Checking connectivity... done.
Submodule 'example-clients' (git://github.com/jackaudio/example-clients.git) registered for path 'example-clients'
Submodule 'jack' (git://github.com/jackaudio/headers.git) registered for path 'jack'
Submodule 'tools' (git://github.com/jackaudio/tools.git) registered for path 'tools'
Cloning into 'example-clients'...
remote: Counting objects: 37, done.
remote: Total 37 (delta 0), reused 0 (delta 0), pack-reused 37
Receiving objects: 100% (37/37), 24.50 KiB | 0 bytes/s, done.
Resolving deltas: 100% (14/14), done.
Checking connectivity... done.
fatal: reference is not a tree: e74323c535876abca9a2293bd2ca426a3b91ff8b
Cloning into 'jack'...
remote: Counting objects: 160, done.
remote: Total 160 (delta 0), reused 0 (delta 0), pack-reused 160
Receiving objects: 100% (160/160), 96.70 KiB | 134.00 KiB/s, done.
Resolving deltas: 100% (80/80), done.
Checking connectivity... done.
fatal: reference is not a tree: a2536c8b348bbfb21ec53db901e7992d7ffef474
Cloning into 'tools'...
remote: Counting objects: 220, done.
remote: Total 220 (delta 0), reused 0 (delta 0), pack-reused 220
Receiving objects: 100% (220/220), 122.55 KiB | 144.00 KiB/s, done.
Resolving deltas: 100% (114/114), done.
Checking connectivity... done.
fatal: reference is not a tree: 8e140b72de0231d129c6006db969f1dba4f1486b
Unable to checkout 'e74323c535876abca9a2293bd2ca426a3b91ff8b' in submodule path 'example-clients'
Unable to checkout 'a2536c8b348bbfb21ec53db901e7992d7ffef474' in submodule path 'jack'
Unable to checkout '8e140b72de0231d129c6006db969f1dba4f1486b' in submodule path 'tools'
user@computer ~/W/opensource>

I removed and then re-added the submodules which seems to have fixed the issue.

jdek commented 8 years ago

After speaking with some other users, this can just be ignored if the submodules are pushed