Date: Wed, 17 Jun 2015 19:10:30 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 200929] Implemented USE_SCMREPO: direct fetching of port source from SCM repository Message-ID: <bug-200929-13-5jLOPJelJX@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-200929-13@https.bugs.freebsd.org/bugzilla/> References: <bug-200929-13@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=200929 --- Comment #3 from yuri@rawbw.com --- > git has git archive, which does generate a .tar.gz in a reproducible way 'git archive' doesn't seem to work with remote URL, it requires 'git clone' first. So for uniformity and simplicity it's better to just use the same command as for svn. Please note that subversion is also supposed to set the right times, but it has a bug that I reported to them. Better to not subject ourselves to the random bugs in rarely used commands. I believe, --config-option config:miscellany:use-commit-times=yes doesn't always work. -- 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-200929-13-5jLOPJelJX>