Date: Tue, 31 Mar 2020 18:40:55 +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-lxkNPmyJ3Z@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 David Griffith <bugs@661.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |bugs@661.org --- Comment #3 from David Griffith <bugs@661.org> --- Poking around at Gitlab's website, I find that this works to download a tar= ball of an arbitrary commit: https://gitlab.com/${GL_ACCOUNT}/${PORTNAME}/-/archive/${GL_COMMIT}/${PORTN= AME}-${GL_COMMIT}.tar.gz You can substitute ${PORTVERSION} for ${GL_COMMIT} in the above URL and it = also works. The file size for a downloaded tarball using ${PORTVERSION} differs from the same tarball (contents anyways) obtained by using ${GL_COMMIT}. This difference in file sizes is causing me some confusion because the file deposited in /usr/ports/distfiles has a different filesize from what I get = by using git-archive(1) or what NetBSD downloads for use with pkgsrc. I'm not sure how relevant this is, but I was pointed to this bug from https://lists.freebsd.org/pipermail/freebsd-ports/2020-March/118073.html --=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-lxkNPmyJ3Z>