John Crispin
|
b0a1c7dc0d
include/download.mk: Add download mirrors for tools from GNU Savannah (bug #15184)
|
11 years ago |
Felix Fietkau
|
d1969d761f
build: add support for packing version control downloads with xz
|
11 years ago |
Jo-Philipp Wich
|
97fc11af79
Incorrect checkout of git submodules
|
12 years ago |
Jo-Philipp Wich
|
5d253542d7
include: download.mk: correct tar argument order when packing checkouts
|
13 years ago |
Felix Fietkau
|
e8ff034c8b
download.mk: refuse to download mirror tarballs from packages using version control if no mirror md5sum was provided
|
13 years ago |
Jens Muecke
|
6204553450
Enable recursive download of git sources.
|
14 years ago |
Felix Fietkau
|
b568a64f8c
add support for md5sum checks for mirrored tarballs of packages with version control source urls
|
15 years ago |
Felix Fietkau
|
fd0deca65d
download.mk: properly quote download urls
|
15 years ago |
Jo-Philipp Wich
|
8fae8c0a6f
download.mk: support https:// downloads
|
15 years ago |
Florian Fainelli
|
d78a574019
add support for darcs repositories
|
15 years ago |
Nicolas Thill
|
4ba18f5916
download.mk: fix bzr download method
|
16 years ago |
Jo-Philipp Wich
|
40781b7290
the svn fallback code added in r20322 is evaluated with each make invocation and produces a lot of spurious "svn: broken pipe" error - replace it with a more efficient version
|
16 years ago |
Florian Fainelli
|
b195af191b
fix svn download with older svn client versions
|
16 years ago |
Florian Fainelli
|
08a790efb6
accept unknown server certificates by default on svn download
|
16 years ago |
Travis Kemen
|
db7082d899
Updated post r19769, integrates the missing dl_method bzr hunk from #6370, 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
|
16 years ago |
Travis Kemen
|
f04ad5bb5f
this patch adds support for bzr in include/download.mk, and fixes whitespace.
|
16 years ago |
Jo-Philipp Wich
|
4d904cf081
allow download urls using the file:// schema (#6480)
|
16 years ago |
Felix Fietkau
|
510bdd3f0e
fix download reverse depends
|
17 years ago |
Felix Fietkau
|
7eb1589875
build system refactoring in preparation for allowing packages to do host-build steps
|
17 years ago |
Felix Fietkau
|
71f2a68d52
make cvs checkouts more flexible. packages must now specify either -r <tag> or -D <date> in their source revision specification. previously date based checkouts were not supported
|
17 years ago |
Lars-Peter Clausen
|
2552e9362b
Add @GNOME download source.
|
17 years ago |
Florian Fainelli
|
a35b2385ae
this adds hg (Mercurial) SCM checkout support, very similar to the current 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)
|
17 years ago |
John Crispin
|
c1bc95ec34
fixes cvs download, signed-off by Bruno Randolf
|
17 years ago |
Felix Fietkau
|
2311fc9850
replace the deprecated git-* command calls with git *
|
17 years ago |
Felix Fietkau
|
291e775fcd
allow packages to forcibly disable the svn/git mirror downloading attempt by setting PKG_SOURCE_MIRROR:=0 (#3815)
|
17 years ago |
Florian Fainelli
|
ef437f5e67
SVN checkouts should be made non-interactive, so that https repositories with auto-signed repositories can be checked out without user interaction
|
17 years ago |
Florian Fainelli
|
162f0194a1
Fix typo
|
18 years ago |
Florian Fainelli
|
eff65775c4
Add CVS download method #2947
|
18 years ago |
Felix Fietkau
|
5a9cdef549
prefer http downloads over svn/git checkouts, remove git dependency
|
18 years ago |
Felix Fietkau
|
224760dee7
add git checkout support
|
18 years ago |