Andy,
On Mon, Oct 17, 2016 at 6:38 PM, Andy Doan andy.doan@linaro.org wrote:
Things seem to be working pretty well with our current cgit test, so the Systems team is planning on removing the gitweb interface on git.linaro.org on Friday.
There should be no noticeable downtime. The main difference is that you might have a bookmark or two that will change under cgit. I think you'll prefer the cgit style URLs for example:
https://git.linaro.org/?a=project_list%3Bpf=infrastructure
will become:
https://git.linaro.org/infrastructure/
Please raise any concerns you have by Friday
I am just noticing it now. but it seems that the URL with commit ID, such as $GIT_URL/commit/$COMMIT no longer work. I think this might have been a quite common use case to share 'commit' links in the past, and we probably have many instances of such links out there (on 96board forums for example). I am also using them in the build pages, e.g.
http://builds.96boards.org/snapshots/dragonboard410c/linaro/debian/latest/
You can see back link to the commit ID used for the build:
https://git.linaro.org/landing-teams/working/qualcomm/kernel.git/commit/8cae...
With cgit, it seems that we need to add the prefix '?id=' in the URL, such as
https://git.linaro.org/landing-teams/working/qualcomm/kernel.git/commit/?id=...
Do you think it is something you can tweak on the server so that old links still work? I can change the links for new builds, but it won't be possible to fixup every occurrence that might already exists.
cheers nico