[pacman-dev] [PATCH] Add support for setting git-clone options to be used by makepkg (e.g. allowing user to set options like --depth=1)

Lukas Jirkovsky l.jirkovsky at gmail.com
Fri Oct 9 08:08:46 UTC 2015


On 9 October 2015 at 04:55, Clayton Craft <craftyguy at gmail.com> wrote:
> Signed-off-by: Clayton Craft <craftyguy at gmail.com>
> ---
>  etc/makepkg.conf.in                 | 3 +++
>  scripts/libmakepkg/source/git.sh.in | 2 +-
>  2 files changed, 4 insertions(+), 1 deletion(-)
>
>
> +#-- Git-clone options
> +GITCLONEOPTS=""
> +


I don't like this at all, as it is specific to a single VCS. If
something like that was to be introduced, it should be in my opinion
applicable to any VCS. I think configuration similar to DLAGENTS would
be nice.

Lukas


More information about the pacman-dev mailing list