[Bug 252220] New Port: net/gitup Minimalist, dependency-free program to clone/pull git repositories
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sun Dec 27 21:46:37 UTC 2020
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=252220
Bug ID: 252220
Summary: New Port: net/gitup Minimalist, dependency-free
program to clone/pull git repositories
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: Individual Port(s)
Assignee: ports-bugs at FreeBSD.org
Reporter: ed.arrakis at gmail.com
Attachment #221027 text/plain
mime type:
Created attachment 221027
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=221027&action=edit
Sugested shar archive
New port: net/gitup
Minimalist, dependency-free program to clone/pull git repositories
A minimalist, dependency-free FreeBSD program to clone/pull git repositories.
Intended for non-developers, gitup synchronizes local copies of repositories
without the additional overhead that the official git client requires.
Because gitup neither uses nor updates the contents of .git directories, the
official git client should not be used on repositories cloned or modified
with gitup or vice versa.
WWW: https://github.com/johnmehr/gitup
---
I used net/svnup port as an example because they are similar programs (and from
same author.
I used a patch to help program to find is config file in /usr/local/etc that is
hardcoded in gitup.c:
- const char *configuration_file = "./gitup.conf";
+ const char *configuration_file = "/usr/local/etc/gitup.conf";
Is there a better way to fix it like using an variable?
Thanks,
Nuno Teixeira
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list