66 Commits (15ce616c2de797259cc125f1ece5f2358ea4bd5a)

Author SHA1 Message Date
Kamil Wcislo 15ce616c2d
build: add PKG_SOURCE_URL_FILE support 5 years ago
Eneas U de Queiroz 8252511dc0 build: remove sgid permission from tar 5 years ago
Yousong Zhou 9009efa18b download.mk: enable DownloadMethod/github_archive 6 years ago
Yousong Zhou 04b9f85873 scripts/dl_github_archive.py: rename from download.py 6 years ago
Yousong Zhou e48ea13b3b download.mk: add more comments 6 years ago
Yousong Zhou e15565a01c download.mk: restore the old dl_method implementation 6 years ago
Yousong Zhou 75ab064d2b build: download code from github using archive API 6 years ago
Jo-Philipp Wich 4700544e40 downloads.mk: introduce name-agnostic PROJECT_GIT variable 7 years ago
Philip Prindeville 76ba01a392 build: remove @ as it's causing an error 7 years ago
Felix Fietkau 5919cc2dc4 build: let make check warn about use of legacy PKG_MD5SUM variable in feeds 8 years ago
Felix Fietkau 84bd74057f build: use mkhash to replace various quirky md5sum/openssl calls 8 years ago
Felix Fietkau ffb0181a87 build: add defaults for PKG_SOURCE, PKG_SOURCE_SUBDIR, PKG_VERSION 8 years ago
Felix Fietkau d49059693b build: add FIXUP option for make check 8 years ago
Felix Fietkau 7a315b0b5d build: implement make check and make package/X/check 8 years ago
Felix Fietkau 6a5cc2d085 include/package.mk: sync default value for hash fallback with mirror hash 8 years ago
Felix Fietkau 881c5b47ec build: remove duplicate Download/default definition from include/host-build.mk 8 years ago
Felix Fietkau 7416d2e046 build: replace MD5SUM variables with HASH 8 years ago
Felix Fietkau 1b9a39c528 download.mk: improve download tarball reproducibility 8 years ago
Felix Fietkau 19d3b78304 download.mk: remove code duplication in $(TAR) call 8 years ago
Felix Fietkau dbbfd41118 download.mk: use $(error) instead of a regular shell error 8 years ago
Florian Fainelli b9aab34eb4 include/download.mk: Allow specify DownloadMethod specific options 8 years ago
Daniel Engberg cbc80805bd include/download.mk: Use -7e compression instead of -6 by default 8 years ago
Jo-Philipp Wich 5d86dc791e include/download.mk: generate reproducable SCM tarballs 8 years ago
Jo-Philipp Wich 3a085dcbe3 download.mk: use HTTPS for git.lede-project.org 8 years ago
John Crispin f5c4d963ff include: add lede git server url 8 years ago
Álvaro Fernández Rojas 694f060550 download: add @GITHUB download facility 8 years ago
John Crispin 5c408ede6c download: add @GITHUB download facility 8 years ago
Felix Fietkau 59121fdd69 buildroot: improve git submodule handling for packages 8 years ago
Jo-Philipp Wich ac5b226735 download.mk: fix packed checkout mirroring support 8 years ago
Felix Fietkau c5db626ac5 build: download.mk: bugfix download.pl argument call order 9 years ago
Felix Fietkau a81ad971df build: add locking for downloads (fixes race conditions with multiple variants) 9 years ago
Felix Fietkau 883b5b8191 build: add @APACHE download facility 9 years ago
Felix Fietkau 11b7bc593c build: add a variable pointing to the main openwrt git repositories (useful if we want to support using a mirror later) 9 years ago
Felix Fietkau 9b68fe961b build: add support for choosing a different url filename part than the output file 9 years ago
John Crispin b0a1c7dc0d include/download.mk: Add download mirrors for tools from GNU Savannah (bug #15184) 10 years ago
Felix Fietkau d1969d761f build: add support for packing version control downloads with xz 10 years ago
Jo-Philipp Wich 97fc11af79 Incorrect checkout of git submodules 11 years ago
Jo-Philipp Wich 5d253542d7 include: download.mk: correct tar argument order when packing checkouts 12 years ago
Felix Fietkau e8ff034c8b download.mk: refuse to download mirror tarballs from packages using version control if no mirror md5sum was provided 12 years ago
Jens Muecke 6204553450 Enable recursive download of git sources. 12 years ago
Felix Fietkau b568a64f8c add support for md5sum checks for mirrored tarballs of packages with version control source urls 13 years ago
Felix Fietkau fd0deca65d download.mk: properly quote download urls 13 years ago
Jo-Philipp Wich 8fae8c0a6f download.mk: support https:// downloads 14 years ago
Florian Fainelli d78a574019 add support for darcs repositories 14 years ago
Nicolas Thill 4ba18f5916 download.mk: fix bzr download method 14 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 14 years ago
Florian Fainelli b195af191b fix svn download with older svn client versions 14 years ago
Florian Fainelli 08a790efb6 accept unknown server certificates by default on svn download 14 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 14 years ago
Travis Kemen f04ad5bb5f this patch adds support for bzr in include/download.mk, and fixes whitespace. 15 years ago