Dne 21.5.2018 v 07:02 Lin, Mengdong napsal(a):
Hi,
Now we cannot get the latest source code by http. Could someone help to involve the server administrator to have a look?
Today three of us ran "git clone http://git.alsa-project.org/http/sound-open-firmware.git", but the latest commit on the master branch is two months ago:
Author Liam Girdwood liam.r.girdwood@linux.intel.com Thu, 15 Mar 2018 18:06:25 +0800 (10:06 +0000) Merge branch '1.1-stable'
It seems this issue is only for http interface of SOF repository. We can still get the latest SOF code by cloning git://git.alsa-project.org/sound-open-firmware.git
And the alsa-lib repo doesn't suffer from this issue.
The refs list at http://git.alsa-project.org/http/sound-open-firmware.git/info/refs?service=g... is a copy of packed-refs but it does not update current hashes from the refs/ tree so the master reference is outdated. I'm looking what's wrong.
Jaroslav