Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 01 Dec 2019 10:32:16 +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-wlbRQEPAvp@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

--- Comment #1 from Jan Beich <jbeich@FreeBSD.org> ---
Looks like ${GL_COMMIT} is stripped if archive name matches
${GH_PROJECT}-${GH_TAGNAME} e.g.,

$ fetch
https://code.videolan.org/videolan/dav1d/-/archive/0.5.1/dav1d-0.5.1.tar.gz
$ tar tvf dav1d-0.5.1.tar.gz
drwxrwxr-x  0 root   root        0 Oct 25 19:38 dav1d-0.5.1/

$ fetch https://code.videolan.org/videolan/dav1d/-/archive/0.5.1/0.5.1.tar.=
gz
$ tar tvf 0.5.1.tar.gz | head -1
drwxrwxr-x  0 root   root        0 Oct 25 19:38
dav1d-0.5.1-bb160f09fa7ad132f4b6a014ac8e168b913ee3ab/

$ fetch
https://code.videolan.org/videolan/dav1d/-/archive/bb160f0/dav1d-bb160f0.ta=
r.gz
$ tar tvf dav1d-bb160f0.tar.gz | head -1
drwxrwxr-x  0 root   root        0 Oct 25 19:38 dav1d-bb160f0/

$ fetch https://code.videolan.org/videolan/dav1d/-/archive/0.5.1/foo.tar.gz
$ tar tvf foo.tar.gz
drwxrwxr-x  0 root   root        0 Oct 25 19:38
dav1d-0.5.1-bb160f09fa7ad132f4b6a014ac8e168b913ee3ab/

$ fetch https://code.videolan.org/videolan/dav1d/-/archive/bb160f0/bar.tar.=
gz
$ tar tvf bar.tar.gz
drwxrwxr-x  0 root   root        0 Oct 25 19:38
dav1d-bb160f0-bb160f09fa7ad132f4b6a014ac8e168b913ee3ab/

$ fetch -o qux.tar.gz
https://code.videolan.org/videolan/dav1d/-/archive/bb160f0/dav1d-0.5.1.tar.=
gz
$ tar tvf qux.tar.gz
drwxrwxr-x  0 root   root        0 Oct 25 19:38
dav1d-bb160f0-bb160f09fa7ad132f4b6a014ac8e168b913ee3ab/

--=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-wlbRQEPAvp>