[Bug 200929] Implemented USE_SCMREPO: direct fetching of port source from SCM repository

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed Jun 17 19:10:30 UTC 2015


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=200929

--- Comment #3 from yuri at 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.


More information about the freebsd-ports-bugs mailing list