[Bug 242329] GitLab doesn't seem to require GL_COMMIT any more

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Fri Apr 3 12:26:28 UTC 2020


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=242329

Marcin Cieślak <saper at saper.info> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |saper at saper.info

--- Comment #4 from Marcin Cieślak <saper at saper.info> ---
David - I have tried to fetch three URLs:

https://gitlab.com/DavidGriffith/frotz/-/archive/2.51/frotz-2.51.tar.gz
https://gitlab.com/DavidGriffith/frotz/-/archive/73eec90ebb159ed687b74cbaf81e135c3e7e390b/frotz-73eec90ebb159ed687b74cbaf81e135c3e7e390b.tar.gz
https://gitlab.com/DavidGriffith/frotz/-/archive/73eec90ebb159ed687b74cbaf81e135c3e7e390b/frotz.tar.gz

I get two different files:

SHA1 (frotz-2.51.tar.gz) = 54aa50d36b6ae402d063c0fb64e990e50557ed1e
SHA1 (frotz-73eec90ebb159ed687b74cbaf81e135c3e7e390b.tar.gz) =
07620780e46fc23160f60c4f0b7e0a4edaad4e7e
SHA1 (frotz.tar.gz) = 07620780e46fc23160f60c4f0b7e0a4edaad4e7e

The difference is in the directory name:

for i in frotz*.tar.gz; do echo -n "$i "; tar tf "$i" | grep 'frotz-[^/]*/$';
done

frotz-2.51.tar.gz frotz-2.51/
frotz-73eec90ebb159ed687b74cbaf81e135c3e7e390b.tar.gz
frotz-73eec90ebb159ed687b74cbaf81e135c3e7e390b/
frotz.tar.gz frotz-73eec90ebb159ed687b74cbaf81e135c3e7e390b/

Asking for a branch name (like "master") will cause the directory to be named
like this:

frotz-master-cfa5a316f3acd0aad9828d2d49c82710ccae0cf9/

Therefore the sizes and the hashes have to be different...

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the freebsd-ports-bugs mailing list