log

age author description
Sun, 30 Oct 2011 17:58:22 -0500 Rob Landley Fix to previous commit: allow build.sh to run a build without a symlink to common/builder.sh
Sun, 30 Oct 2011 13:31:10 -0500 Rob Landley Instead of symlinking build.sh with a brittle relative path, just call common/builder.sh when an image has no build.sh.
Sat, 29 Oct 2011 12:45:32 -0500 Rob Landley Resync download_functions.sh with aboriginal. (Makes ALLOW_PATCH_FAILURE work, among other things.)
Sat, 29 Oct 2011 12:42:27 -0500 Rob Landley Typo preventing shell script from reliably using bash.
Sat, 29 Oct 2011 12:41:37 -0500 Rob Landley Dropbear should allow you to login via public/private key even when user has not password.
Sun, 02 Oct 2011 23:29:25 -0500 Rob Landley Added tag 1.1.0 for changeset 242a1e03ce15
Sun, 18 Sep 2011 18:03:47 -0500 Rob Landley Move repeated wrapper code into top level build.sh. 1.1.0
Sun, 18 Sep 2011 17:58:55 -0500 Rob Landley The udev package is extremely kernel version specific, and won't build under 3.0. Just skip it for now.
Sat, 17 Sep 2011 23:08:29 -0500 Rob Landley Gratuitously breaking the build on big endian mips, when there are no obvious endianness issues, makes no sense.
Sat, 17 Sep 2011 00:53:33 -0500 Rob Landley The perl build is crazy, and if you have a /bin/mips it tries to run it to see if it's building on an obsolete OS called "mips" rather than Linux. Except that util-linux-ng does a mips alias for setarch, which runs /bin/sh by default if given no arguments, which sits there awaiting input, and the build hangs. Fix: feed it /dev/null.
Sun, 21 Aug 2011 22:12:02 -0500 Rob Landley Make a simple web page for the control images.
Wed, 06 Jul 2011 07:50:06 -0500 Rob Landley Add "all" target to build.sh
Wed, 06 Jul 2011 07:49:49 -0500 Rob Landley Ahem, use a variant of the upstream dropbear patch with -p1 paths.
Tue, 05 Jul 2011 04:58:44 -0500 Rob Landley Convert builds to use the new layout.
Tue, 05 Jul 2011 04:57:29 -0500 Rob Landley Add .hgignore file.
Sun, 03 Jul 2011 17:23:26 -0500 Rob Landley Start by copying the existing control image building infrastructure from Aboriginal Linux, and shuffling the layout around a bit.