Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 03 Apr 2020 12:26:06 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 242329] GitLab doesn't seem to require GL_COMMIT any more
Message-ID:  <bug-242329-7788-8U069txe6H@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-242329-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-242329-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D242329

Marcin Cie=C5=9Blak <saper@saper.info> changed:

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

--- Comment #4 from Marcin Cie=C5=9Blak <saper@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/73eec90ebb159ed687b74cbaf8=
1e135c3e7e390b/frotz-73eec90ebb159ed687b74cbaf81e135c3e7e390b.tar.gz
https://gitlab.com/DavidGriffith/frotz/-/archive/73eec90ebb159ed687b74cbaf8=
1e135c3e7e390b/frotz.tar.gz

I get two different files:

SHA1 (frotz-2.51.tar.gz) =3D 54aa50d36b6ae402d063c0fb64e990e50557ed1e
SHA1 (frotz-73eec90ebb159ed687b74cbaf81e135c3e7e390b.tar.gz) =3D
07620780e46fc23160f60c4f0b7e0a4edaad4e7e
SHA1 (frotz.tar.gz) =3D 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 nam=
ed
like this:

frotz-master-cfa5a316f3acd0aad9828d2d49c82710ccae0cf9/

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

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-242329-7788-8U069txe6H>