log sources/download_functions.sh @ 1816:fb05f99ffcce draft

age author description
Sat, 21 Nov 2015 16:44:39 -0600 Rob Landley Collate site-local variables under "MY_XXX" prefix: MY_PATCH_DIR, draft
Thu, 12 Nov 2015 21:08:02 -0500 Geoff Salmon Add EXTERNAL_PATCH_DIR option for applying patches from outside aboriginal draft
Sun, 30 Mar 2014 21:28:28 -0500 Rob Landley Move package announcement earlier so extracted (non-tarball) packages announce themselves.
Sat, 24 Aug 2013 05:56:17 -0500 Rob Landley Add more documentation.
Tue, 30 Apr 2013 00:27:52 -0500 Rob Landley Make sha1-for-source.txt only test *.patch files out of sources/patches so stupid ".orig" files don't cause perpetual re-extraction.
Sun, 17 Feb 2013 22:25:00 -0600 Rob Landley Lots of small improvements: check for toybox instead of busybox for host-tools $PATH adjustment, better manifest generation (with toybox in list), make package_cache function to find extracted source (so root-image.sh works when packages contains linux-git snapshot), fix more/record-commands.sh path adjustment.
Thu, 01 Nov 2012 23:35:09 -0500 Rob Landley Add ability to check out repositories in packages, IGNORE_REPOS to build from tarballs anyway, a FAQ entry on it, and more/repo.sh to set up/update some of the common ones.
Tue, 30 Oct 2012 19:55:35 -0500 Rob Landley Remove USE_ALT option, I have a better idea (upcoming patch).
Tue, 04 Sep 2012 16:36:16 -0500 Rob Landley Fix display when using an unbacked package cache entry.
Sat, 24 Mar 2012 20:29:50 -0500 Rob Landley Make tarball extract failure detection not rely on "kill" command.
Mon, 09 Jan 2012 21:03:28 -0600 Rob Landley Suppress some warnings.
Thu, 20 Oct 2011 02:07:10 -0500 Rob Landley Switch USE_UNSTABLE to USE_ALT and download.sh's UNSTABLE= to ALT= so naming is consistent with the alt- prefixes on packages and patches.
Sun, 24 Jul 2011 13:37:22 -0500 Rob Landley Actually stop after the first failed patch.
Sat, 23 Jul 2011 21:55:29 -0500 Rob Landley Tweak download message when using manual build/package/alt-* setup.
Wed, 06 Jul 2011 07:09:53 -0500 Rob Landley Don't create build/packages _and_ $SRCTREE, they should be the same and when they aren't the first is wrong.
Sun, 22 May 2011 04:18:30 -0500 Rob Landley Combine set_titlebar and "echo ===" stuff into announce() function. Consistently output target/stage info, and yank redundant instances.
Fri, 18 Mar 2011 05:58:35 -0500 Rob Landley If sha1sum isn't installed, download falls back through all the mirrors repeatedly downloading stuff, without explaining why it failed.
Mon, 22 Nov 2010 17:32:46 -0600 Rob Landley Handle package tarballs with overlapping names (thingy and thingy-test for example).
Thu, 07 Oct 2010 23:46:30 -0500 Rob Landley Genericize the noversion() regex a bit, and make sure to only apply patches in the sources/patches directory that end in ".patch".
Sat, 25 Sep 2010 14:10:23 -0500 Rob Landley Break out download_functions.sh into their own file.