diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2012-08-25 13:16:16 -0400 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2012-08-25 13:19:42 -0400 |
commit | f8fc16fc859ee2ec1f5743be66c64d5678df19f8 (patch) | |
tree | 7aed2a2002392765e8d4f0160fb046d23e1d8c62 | |
parent | eabeb8afcc30f9239739df7b92c51228a698c697 (diff) |
makepkg.conf: add vcsget DLAGENTSlukeshu-fix
Signed-off-by: Luke Shumaker <LukeShu@sbcglobal.net>
-rw-r--r-- | etc/makepkg.conf.in | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/etc/makepkg.conf.in b/etc/makepkg.conf.in index dcec6f5c..7d19dfb0 100644 --- a/etc/makepkg.conf.in +++ b/etc/makepkg.conf.in @@ -12,7 +12,13 @@ DLAGENTS=('ftp::/usr/bin/curl -qfC - --ftp-pasv --retry 3 --retry-delay 3 -o %o 'http::/usr/bin/curl -qb "" -fLC - --retry 3 --retry-delay 3 -o %o %u' 'https::/usr/bin/curl -qb "" -fLC - --retry 3 --retry-delay 3 -o %o %u' 'rsync::/usr/bin/rsync --no-motd -z %u %o' - 'scp::/usr/bin/scp -C %u %o') + 'scp::/usr/bin/scp -C %u %o' + 'cvs::/usr/bin/vcsget %u %o' + 'git::/usr/bin/vcsget %u %o' + 'git+*::/usr/bin/vcsget %u %o' + 'svn+*::/usr/bin/vcsget %u %o' + 'bzr::/usr/bin/vcsget %u %o' + 'hg+*::/usr/bin/vcsget %u %o') # Other common tools: # /usr/bin/snarf |