summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2012-08-24 22:33:31 -0400
committerLuke Shumaker <LukeShu@sbcglobal.net>2012-08-24 23:03:13 -0400
commit6082ed9da50a5b67c0b740c847871ac30a720902 (patch)
tree78f7fde42e5fb9c49825b62258705fd9ca849e1f
parenta8afb74a1f37af6afae3ce75db5e4e89b1a749f9 (diff)
makepkg.conf: add vcsget DLAGENTSlukeshu
-rw-r--r--etc/makepkg.conf.in8
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