summaryrefslogtreecommitdiffstats
path: root/include/download.mk
Commit message (Expand)AuthorAgeFilesLines
* include: download.mk: correct tar argument order when packing checkoutsjow2012-12-021-2/+2
* download.mk: refuse to download mirror tarballs from packages using version c...nbd2012-06-061-1/+1
* Enable recursive download of git sources.ryd2012-03-171-2/+2
* add support for md5sum checks for mirrored tarballs of packages with version ...nbd2011-03-211-1/+2
* download.mk: properly quote download urlsnbd2011-03-131-1/+1
* [include] download.mk: support https:// downloadsjow2010-12-181-1/+1
* [buildroot] add support for darcs repositoriesflorian2010-10-241-1/+18
* [include] download.mk: fix bzr download methodnico2010-03-291-2/+2
* [include] the svn fallback code added in r20322 is evaluated with each make i...jow2010-03-231-7/+3
* fix svn download with older svn client versionsflorian2010-03-201-1/+7
* accept unknown server certificates by default on svn downloadflorian2010-03-191-1/+1
* Updated post r19769, integrates the missing dl_method bzr hunk from #6370, us...thepeople2010-03-141-12/+16
* this patch adds support for bzr in include/download.mk, and fixesthepeople2010-02-201-18/+33
* [buildroot] allow download urls using the file:// schema (#6480)jow2010-01-131-1/+1
* fix download reverse dependsnbd2009-03-171-2/+4
* build system refactoring in preparation for allowing packages to do host-buil...nbd2009-02-221-1/+1
* make cvs checkouts more flexible. packages must now specify either -r <tag> o...nbd2009-02-191-1/+1
* Add @GNOME download source.lars2008-09-011-1/+1
* this adds hg (Mercurial) SCM checkout support, very similar to the current gitflorian2008-08-291-2/+20
* fixes cvs download, signed-off by Bruno Randolf blogic2008-08-271-1/+1
* replace the deprecated git-* command calls with git *nbd2008-08-241-2/+2
* allow packages to forcibly disable the svn/git mirror downloading attempt by ...nbd2008-07-311-1/+2
* SVN checkouts should be made non-interactive, so that https repositories with...florian2008-07-121-1/+1
* Fix typoflorian2008-01-021-0/+1
* Add CVS download method #2947florian2008-01-021-2/+20
* prefer http downloads over svn/git checkouts, remove git dependencynbd2007-11-161-3/+1
* add git checkout supportnbd2007-11-161-2/+18
* use $(TAR) instead of tarnbd2007-09-291-2/+2
* Refactor downloading code into download.mknbd2007-09-291-0/+90