libnetwork.lib: support for git urls incompatibile with .git suffix (under testing)

This commit is contained in:
Silvan Calarco 2016-07-05 22:45:45 +02:00
parent 99fd03d6a7
commit b5b1121aee

View File

@ -916,7 +916,7 @@ function git.download() {
--pck-version "$pck_version" \ --pck-version "$pck_version" \
--destdir "$destdir" \ --destdir "$destdir" \
--preserve-dot-git "0" --git-branch "$git_branch" \ --preserve-dot-git "0" --git-branch "$git_branch" \
"${token_dirname/.git*}.git" "${token_dirname/\/$git_branch*}"
} }
# function git.create_tarball # function git.create_tarball