Rename download_scm to download_svn and just care about svn
commit7fe87d96f0d1a046cf06f48b76ee5639f2dba632
authorMarc Andre Tanner <mat@brain-dump.org>
Wed, 14 Oct 2009 07:57:08 +0000 (14 09:57 +0200)
committerMarc Andre Tanner <mat@brain-dump.org>
Wed, 14 Oct 2009 07:57:08 +0000 (14 09:57 +0200)
tree139e57541eb9a594ce4acfb770c15797be566b46
parentff34c89b81f5d9199c8900b12b9b65d029e0304e
Rename download_scm to download_svn and just care about svn

The distributed systems like git or hg work differently which
makes the original idea a bit clumsy (unfortunately
git archive --remote=$REPO_URL $REVISION doesn't work reliable
because it needs to be explicitely activated in the git server
configuration.

On the upside these modern scm systems normaly provide a web
interface where you can download a tarball of a given revision.
So we will wget from those if we need to.

Signed-off-by: Marc Andre Tanner <mat@brain-dump.org>
download.sh
sources/functions.sh