Displaying 3 results from an estimated 3 matches for "b2a7c2d9855291fd9e7f4a4d3143d".
Did you mean:
a7c2d9855291fd9e7f4a4d3143d
2015 Jun 11
3
git daemon on zytor is back in action
...mple:
http://git.zytor.com/?p=syslinux/syslinux.git;a=snapshot;h=61f106ba8a5b2
a7c2d9855291fd9e7f4a4d3143d;sf=tgz
Note that in this example, the "sf=" parameter is "sf=tgz".
So perhaps it should go to:
http://git.zytor.com/syslinux/syslinux.git/snapshot/syslinux-61f106ba8a5
b2a7c2d9855291fd9e7f4a4d3143d.tar.gz
I think that an old "gitweb-chaching" snapshot link should either take
the new
link format (according to the file format; in the example: "sf=tgz" ->
".tar.gz"), and if it fails (e.g. the file does not exist) it should
fallback
to the respective commit...
2015 Jun 12
2
git daemon on zytor is back in action
..." cases?
Regarding snapshots, an old gitweb-caching link such as:
http://git.zytor.com/?p=syslinux/syslinux.git;a=snapshot;h=61f106ba8a5b2
a7c2d9855291fd9e7f4a4d3143d;sf=tgz
seems to be converted now to something like:
http://git.zytor.com/syslinux/syslinux.git/snapshot/syslinux-61f106ba8a5
b2a7c2d9855291fd9e7f4a4d3143d.tar.gz?id=61f106ba8a5b2a7c2d9855291fd9e7f4
a4d3143d
Note the extra "id=..." part at the end, after the "tar.gz". It still
downloads
the tar.gz archive, and I wouldn't want to interfere with some other
redirection. It still works, but I thought I should mention it, just i...
2015 Jun 11
2
git daemon on zytor is back in action
> > Or perhaps there is a way to avoid the "Invalid request" message? Maybe
> > by some (automatic) redirection to the adequate corresponding new
> > "cgit" link?
>
> It certainly would be possible to do a redirection, if one can come up
> with a mapping from gitweb queries to cgit queries, which I don't know
> if someone has already done...