aboutsummaryrefslogtreecommitdiffstats
path: root/include/download.mk
Commit message (Collapse)AuthorAgeFilesLines
...
* Updated post r19769, integrates the missing dl_method bzr hunk from #6370, ↵Travis Kemen2010-03-141-12/+16
| | | | | | uses the export subcommand for the vcs' that provide a usable version (hg archive doesn't work remotely, git archive isn't enabled on github), from #6700 SVN-Revision: 20222
* this patch adds support for bzr in include/download.mk, and fixes whitespace.Travis Kemen2010-02-201-18/+33
| | | | | | -Raphael SVN-Revision: 19769
* allow download urls using the file:// schema (#6480)Jo-Philipp Wich2010-01-131-1/+1
| | | | SVN-Revision: 19120
* fix download reverse dependsFelix Fietkau2009-03-171-2/+4
| | | | SVN-Revision: 14907
* build system refactoring in preparation for allowing packages to do ↵Felix Fietkau2009-02-221-1/+1
| | | | | | host-build steps SVN-Revision: 14610
* make cvs checkouts more flexible. packages must now specify either -r <tag> ↵Felix Fietkau2009-02-191-1/+1
| | | | | | or -D <date> in their source revision specification. previously date based checkouts were not supported SVN-Revision: 14566
* Add @GNOME download source.Lars-Peter Clausen2008-09-011-1/+1
| | | | SVN-Revision: 12469
* this adds hg (Mercurial) SCM checkout support, very similar to the current ↵Florian Fainelli2008-08-291-2/+20
| | | | | | | | git or svn checkout support; potential use is for building em28xx-new driver (USB hybrid DVB-T device) which lives in a Mercurial repo. (#3229) Signed-off-by: Peter Meerwald <pmeerw@pmeerw.net> SVN-Revision: 12433
* fixes cvs download, signed-off by Bruno RandolfJohn Crispin2008-08-271-1/+1
| | | | SVN-Revision: 12401
* replace the deprecated git-* command calls with git *Felix Fietkau2008-08-241-2/+2
| | | | SVN-Revision: 12379
* allow packages to forcibly disable the svn/git mirror downloading attempt by ↵Felix Fietkau2008-07-311-1/+2
| | | | | | setting PKG_SOURCE_MIRROR:=0 (#3815) SVN-Revision: 12034
* SVN checkouts should be made non-interactive, so that https repositories ↵Florian Fainelli2008-07-121-1/+1
| | | | | | with auto-signed repositories can be checked out without user interaction SVN-Revision: 11785
* Fix typoFlorian Fainelli2008-01-021-0/+1
| | | | SVN-Revision: 10084
* Add CVS download method #2947Florian Fainelli2008-01-021-2/+20
| | | | SVN-Revision: 10083
* prefer http downloads over svn/git checkouts, remove git dependencyFelix Fietkau2007-11-161-3/+1
| | | | SVN-Revision: 9567
* add git checkout supportFelix Fietkau2007-11-161-2/+18
| | | | SVN-Revision: 9553
* use $(TAR) instead of tarFelix Fietkau2007-09-291-2/+2
| | | | SVN-Revision: 9058
* Refactor downloading code into download.mk Support multiple file downloads ↵Felix Fietkau2007-09-291-0/+90
Support svn downloads SVN-Revision: 9057