| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
Some Git versions have issues following the HTTP->HTTPS redirect and since
the keyring package is fetched from this host, switching to HTTPS is a
sensible choice anyway.
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
|
|
|
|
| |
Signed-off-by: John Crispin <john@phrozen.org>
|
|
|
|
|
|
| |
Define a new alias (@GITHUB) for downloading raw files from github repos.
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
|
|
|
|
|
|
|
|
| |
Define a new alias (@GITHUB) for downloading raw github repository files
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
SVN-Revision: 49138
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Move the `--recursive` switch from `git clone` to `git submodule`
so that submodules are cloned for upstream branches where the
PKG_SOURCE_VERSION commit-ish has a different .gitmodules
configuration than the repository default.
This is, for example, required when the master branch for a source
package does not use submodules, but its topic branch for OpenWRT
does.
This changes the buildroot dependency from git-1.6.2 to git 1.7.12.2,
which was released September 2012.
Signed-off-by: Darik Horn <dajhorn@vanadac.com>
Signed-off-by: Karl Palsson <karlp@tweak.net.au>
SVN-Revision: 48830
|
|
|
|
|
|
|
|
|
|
|
| |
Changeset r48416 broke the downloading of mirrored, packed scm checkouts.
Fix this by removing the "@" sign in front of the download command which is
now executed as part of a larger shell command under flock.
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 48733
|
|
|
|
|
|
|
|
|
| |
Change wrong download.pl argument call order.
See download.pl argument list.
Signed-off-by: Florian Eckert <Eckert.Florian@googlemail.com>
SVN-Revision: 48427
|
|
|
|
|
|
| |
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48416
|
|
|
|
|
|
|
|
|
|
| |
The Apache Software Foundation offers diverse download mirros.
For packaging Apache software a new alias @APACHE is defined.
Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
SVN-Revision: 48270
|
|
|
|
|
|
|
|
| |
if we want to support using a mirror later)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48117
|
|
|
|
|
|
|
|
| |
output file
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 47591
|
|
|
|
|
|
|
|
|
|
|
| |
#15184)
I defined a new download method @SAVANNAH in include/download.mk and scripts/download.pl,
and converted quilt and qemu to use that method.
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
SVN-Revision: 42840
|
|
|
|
|
|
| |
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 40446
|
|
|
|
|
|
|
|
|
|
|
| |
When checking out git packages, buildroot doesn't seem to track the revisions
correctly of any submodules referenced by that project. As a result, the
submodule stays at whatever revision was referenced by the head of the master
branch. Running a 'git submodule update' after the checkout fixes this problem.
Signed-off-by: Owen Kirby <osk@exegin.com>
SVN-Revision: 38359
|
|
|
|
|
|
|
| |
GNU TAR v1.26 will fail with "no such file or directory" errors when the
output file does not immediately follow the -f switch.
SVN-Revision: 34460
|
|
|
|
|
|
| |
control if no mirror md5sum was provided
SVN-Revision: 32079
|
|
|
|
| |
SVN-Revision: 30967
|
|
|
|
|
|
| |
control source urls
SVN-Revision: 26260
|
|
|
|
| |
SVN-Revision: 26129
|
|
|
|
| |
SVN-Revision: 24688
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This patch adds support for darcs repositories (as sources of packages).
It does *not* add support for darcs:// URI scheme because such a scheme
do not exist (AFAIK). You must therefore manually set PKG_SOURCE_PROTO
to darcs in your Makefile (and use a regular http:// URI). You also have
to set PKG_SOURCE_VERSION to a string matching a tag contained in the
repository, and PKG_SOURCE_SUBDIR to something sensible
($(PACKAGE_NAME)-$(PACKAGE_SOURCE_VERSION) for instance).
Same rationale as for the previous patch ("useless to most, but small
and straightforward so why no add it?).
Best regards,
Signed-off-by: Gabriel Kerneis <kerneis@pps.jussieu.fr>
SVN-Revision: 23615
|
|
|
|
| |
SVN-Revision: 20582
|
|
|
|
|
|
| |
and produces a lot of spurious "svn: broken pipe" error - replace it with a more efficient version
SVN-Revision: 20377
|
|
|
|
| |
SVN-Revision: 20322
|
|
|
|
|
|
|
| |
Some packages sources need to be checked out from server with unknown
certificates, silently accept by default in order not to stop builds, thanks rhk.
SVN-Revision: 20299
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
-Raphael
SVN-Revision: 19769
|
|
|
|
| |
SVN-Revision: 19120
|
|
|
|
| |
SVN-Revision: 14907
|
|
|
|
|
|
| |
host-build steps
SVN-Revision: 14610
|
|
|
|
|
|
| |
or -D <date> in their source revision specification. previously date based checkouts were not supported
SVN-Revision: 14566
|
|
|
|
| |
SVN-Revision: 12469
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
SVN-Revision: 12401
|
|
|
|
| |
SVN-Revision: 12379
|
|
|
|
|
|
| |
setting PKG_SOURCE_MIRROR:=0 (#3815)
SVN-Revision: 12034
|
|
|
|
|
|
| |
with auto-signed repositories can be checked out without user interaction
SVN-Revision: 11785
|
|
|
|
| |
SVN-Revision: 10084
|
|
|
|
| |
SVN-Revision: 10083
|
|
|
|
| |
SVN-Revision: 9567
|
|
|
|
| |
SVN-Revision: 9553
|
|
|
|
| |
SVN-Revision: 9058
|
|
Support svn downloads
SVN-Revision: 9057
|