pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

git-package with pax can run into too long filenames for ustar.



Module Name:	pkgsrc-wip
Committed By:	nikita <nikita%NetBSD.org@localhost>
Pushed By:	nikita
Date:		Sat Apr 29 23:44:57 2023 +0200
Changeset:	c1295ed547c15cab998573133c96f6a1a425ce14

Modified Files:
	mk/git-package.mk

Log Message:
git-package with pax can run into too long filenames for ustar.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=c1295ed547c15cab998573133c96f6a1a425ce14

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 mk/git-package.mk | 1 +
 1 file changed, 1 insertion(+)

diffs:
diff --git a/mk/git-package.mk b/mk/git-package.mk
index e34e6a854e..9b055ed781 100644
--- a/mk/git-package.mk
+++ b/mk/git-package.mk
@@ -212,6 +212,7 @@ _GIT_CMD.checkout.${repo}= \
 	: "XXX: The revision of the submodules is not correct";		\
 	${_GIT_CMDLINE.${repo}} -C "$$extractdir" submodule update --recursive
 
+# TODO: can result in "pax: File name too long for ustar"
 # Create the cached archive from the checked out repository
 _GIT_CMD.create_archive.${repo}= \
 	if [ ! -f "$$archive" -o  "$${rev_before-unknown}" != "$${rev_after-unknown}" ]; then \


Home | Main Index | Thread Index | Old Index