lnx-bbc-devel@zork.net--gar/lnx-bbc http://www.lnx-bbc.org/cgi-bin/archzoom/lnx-bbc-devel@zork.net--gar/lnx-bbc Arch Log for lnx-bbc-devel@zork.net--gar/lnx-bbc Wed, 13 Apr 2005 20:19:01 -0700 Makesums for rawwritewin Nate Riffe <inkblot@movealong.org> Fri, 20 Aug 2004 16:42:03 -0700 http://www.lnx-bbc.org/cgi-bin/archzoom/lnx-bbc-devel@zork.net--gar/lnx-bbc--gcc-nuv--3.3--patch-26?log?expand lnx-bbc--gcc-nuv--3.3 lnx-bbc--gcc-nuv--3.3--patch-26
All I did was run 'make makesums'.  I haven't verified squat about this
modified upstream file.  I suspect that anyone meticulous enough to verify the
pristine non-infected non-trojaned integrity of everything they run on their
Windows system will do so themselves for this program all on their own, without
the use of our checksums.  I also suspect that such people are quite few in
number, and that the vast majority of Windows systems have far darker demons
lurking than whatever might conceiveably be concealed in this modified zip
file.

 
Fix up the rootbin image Nate Riffe <inkblot@movealong.org> Thu, 19 Aug 2004 20:06:23 -0700 http://www.lnx-bbc.org/cgi-bin/archzoom/lnx-bbc-devel@zork.net--gar/lnx-bbc--gcc-nuv--3.3--patch-25?log?expand lnx-bbc--gcc-nuv--3.3 lnx-bbc--gcc-nuv--3.3--patch-25
First of all, the bright shiny new toolchain for rootbin means that CFLAGS, etc
now need new values.  I've basically copied the form of what's in the
singularity DESTIMG and omitted those things that don't apply (e.g.
$(GCC_LIBDIR)... the rootbin toolchain doesn't produce that path)

Busybox needs a few more *_ARGS in order to succeed, and needs regex support in
uClibc.

 
NUV md5tee Nate Riffe <inkblot@movealong.org> Wed, 18 Aug 2004 22:34:53 -0700 http://www.lnx-bbc.org/cgi-bin/archzoom/lnx-bbc-devel@zork.net--gar/lnx-bbc--gcc-nuv--3.3--patch-24?log?expand lnx-bbc--gcc-nuv--3.3 lnx-bbc--gcc-nuv--3.3--patch-24
Seth's released a new md5tee with the previously committed gar-base.diff
applied.  This one's called 0.3.2.

 
NUV procps Nate Riffe <inkblot@movealong.org> Wed, 18 Aug 2004 22:01:10 -0700 http://www.lnx-bbc.org/cgi-bin/archzoom/lnx-bbc-devel@zork.net--gar/lnx-bbc--gcc-nuv--3.3--patch-23?log?expand lnx-bbc--gcc-nuv--3.3 lnx-bbc--gcc-nuv--3.3--patch-23
- Stop using the Debian pool as the MASTER_SITE
- Get a much newer version
- Patch the Makefile that insists it's right

 
Quote continuation error in md5tee Nate Riffe <inkblot@movealong.org> Wed, 18 Aug 2004 21:32:02 -0700 http://www.lnx-bbc.org/cgi-bin/archzoom/lnx-bbc-devel@zork.net--gar/lnx-bbc--gcc-nuv--3.3--patch-22?log?expand lnx-bbc--gcc-nuv--3.3 lnx-bbc--gcc-nuv--3.3--patch-22
Patch up md5tee so that the new compiler stops complaining about it.

 
Missing dependency in upstream for binutils Nate Riffe <inkblot@movealong.org> Wed, 18 Aug 2004 17:54:49 -0700 http://www.lnx-bbc.org/cgi-bin/archzoom/lnx-bbc-devel@zork.net--gar/lnx-bbc--gcc-nuv--3.3--patch-21?log?expand lnx-bbc--gcc-nuv--3.3 lnx-bbc--gcc-nuv--3.3--patch-21
The binutils upstream is missing a dependency, which thankfully does not
require patching.  GAR just needs to explicitly make it before making 'all'.
Specifically, configure-build-demangler isn't depending on
configure-build-libiberty when it should.  Also, this doesn't effect the
toolchains, so I'll just add it to BUILD_ARGS unconditionally.

 
Patch out discover's documentation Nate Riffe <inkblot@movealong.org> Sun, 15 Aug 2004 18:48:16 -0700 http://www.lnx-bbc.org/cgi-bin/archzoom/lnx-bbc-devel@zork.net--gar/lnx-bbc--gcc-nuv--3.3--patch-20?log?expand lnx-bbc--gcc-nuv--3.3 lnx-bbc--gcc-nuv--3.3--patch-20
The documentation provided with discover requires docbook tools to build.
Until docbook is packaged in GAR, this means it's a prequisite for building
LNX-BBC, which is unacceptable.  This patch simply side-steps building and
installing the documentation, since we'd just strip it out at the end anyway.

 
Fix lnximg configuration Nate Riffe <inkblot@movealong.org> Sun, 15 Aug 2004 18:39:36 -0700 http://www.lnx-bbc.org/cgi-bin/archzoom/lnx-bbc-devel@zork.net--gar/lnx-bbc--gcc-nuv--3.3--patch-19?log?expand lnx-bbc--gcc-nuv--3.3 lnx-bbc--gcc-nuv--3.3--patch-19
The lnximg DESTIMG used the same wrapped toolchain as rootbin.  Now that
rootbin uses a real toolchain, so should lnximg.

 
Make both toolchains work Nate Riffe <inkblot@movealong.org> Fri, 13 Aug 2004 23:33:33 -0700 http://www.lnx-bbc.org/cgi-bin/archzoom/lnx-bbc-devel@zork.net--gar/lnx-bbc--gcc-nuv--3.3--patch-18?log?expand lnx-bbc--gcc-nuv--3.3 lnx-bbc--gcc-nuv--3.3--patch-18
The devel/gcc Makefile needs to configure gcc differently depending on which
libc it's to work with.  For now, I've used conditionals, but that's temporary.
Somehow, these differences need to be defined in the DESTIMG, or at least they
should take their que in some other way.  Perhaps the way lang/c does.  Hmmm.

 
Fix the paths the uclibc uses for installation Nate Riffe <inkblot@movealong.org> Fri, 13 Aug 2004 22:57:28 -0700 http://www.lnx-bbc.org/cgi-bin/archzoom/lnx-bbc-devel@zork.net--gar/lnx-bbc--gcc-nuv--3.3--patch-17?log?expand lnx-bbc--gcc-nuv--3.3 lnx-bbc--gcc-nuv--3.3--patch-17
uClibc installs static stuff to $(PREFIX)$(DEVEL_PREFIX) and dynamic stuff to
$(PREFIX)$(RUNTIME_PREFIX).  For this toolchain build, these two paths have no
common root, so we ignore PREFIX and just use DEVEL_PREFIX and RUNTIME_PREFIX.
Outside of the toolchain dep tree, they probably both belong in $(DESTDIR), but
we don't have to deal with that case.

 
merge research branch Nate Riffe <inkblot@movealong.org> Sat, 7 Aug 2004 16:07:38 -0700 http://www.lnx-bbc.org/cgi-bin/archzoom/lnx-bbc-devel@zork.net--gar/lnx-bbc--gcc-nuv--3.3--patch-16?log?expand lnx-bbc--gcc-nuv--3.3 lnx-bbc--gcc-nuv--3.3--patch-16
 
Switch malloc implementations in uClibc Nate Riffe <inkblot@movealong.org> Thu, 5 Aug 2004 15:55:58 -0700 http://www.lnx-bbc.org/cgi-bin/archzoom/lnx-bbc-devel@zork.net--gar/lnx-bbc--gcc-nuv--3.3--patch-15?log?expand lnx-bbc--gcc-nuv--3.3 lnx-bbc--gcc-nuv--3.3--patch-15
Switch malloc implementations to avoid a source-level bug in uClibc's
malloc-simple which is preventing alloc.c from buildling.

 
uclibc NUV Nate Riffe <inkblot@movealong.org> Wed, 4 Aug 2004 19:43:38 -0700 http://www.lnx-bbc.org/cgi-bin/archzoom/lnx-bbc-devel@zork.net--gar/lnx-bbc--gcc-nuv--3.3--patch-14?log?expand lnx-bbc--gcc-nuv--3.3 lnx-bbc--gcc-nuv--3.3--patch-14
Set GARVERSION to 0.9.26 and reconfigure.  Still needs some work, currently
fails with some error about __set_errno.

 
NUV of discover Nate Riffe <inkblot@movealong.org> Tue, 3 Aug 2004 20:49:51 -0700 http://www.lnx-bbc.org/cgi-bin/archzoom/lnx-bbc-devel@zork.net--gar/lnx-bbc--gcc-nuv--3.3--patch-13?log?expand lnx-bbc--gcc-nuv--3.3 lnx-bbc--gcc-nuv--3.3--patch-13
This new version of discover builds, if I install the docbook-utils package on
goose.  That's not really acceptable, so I've gone ahead and added a BUILDDEPS
on text/docbook-to-man.  I don't know which of the manifold docbooks upstream
tarballs contains docbook-to-man.

Also, we should probably NUV discover-data, too.

 
Patch wavemon to work with new gcc Nate Riffe <inkblot@movealong.org> Mon, 2 Aug 2004 00:49:34 -0700 http://www.lnx-bbc.org/cgi-bin/archzoom/lnx-bbc-devel@zork.net--gar/lnx-bbc--gcc-nuv--3.3--patch-12?log?expand lnx-bbc--gcc-nuv--3.3 lnx-bbc--gcc-nuv--3.3--patch-12
Call to function exit needs an argument.  The new gcc hates it more than the
old one.

 
Removing net/sniffit from bbc-contents Nate Riffe <inkblot@movealong.org> Mon, 2 Aug 2004 00:34:25 -0700 http://www.lnx-bbc.org/cgi-bin/archzoom/lnx-bbc-devel@zork.net--gar/lnx-bbc--gcc-nuv--3.3--patch-11?log?expand lnx-bbc--gcc-nuv--3.3 lnx-bbc--gcc-nuv--3.3--patch-11
The upstream source is unmaintained.  The 0.3.7 beta release, which is the
latest, was released 6 years and two weeks ago.

 
NUV Nate Riffe <inkblot@movealong.org> Sun, 1 Aug 2004 22:31:32 -0700 http://www.lnx-bbc.org/cgi-bin/archzoom/lnx-bbc-devel@zork.net--gar/lnx-bbc--gcc-nuv--3.3--patch-10?log?expand lnx-bbc--gcc-nuv--3.3 lnx-bbc--gcc-nuv--3.3--patch-10
This NUV builds under the new gcc.

 
NUV Nate Riffe <inkblot@movealong.org> Sun, 1 Aug 2004 22:13:42 -0700 http://www.lnx-bbc.org/cgi-bin/archzoom/lnx-bbc-devel@zork.net--gar/lnx-bbc--gcc-nuv--3.3--patch-9?log?expand lnx-bbc--gcc-nuv--3.3 lnx-bbc--gcc-nuv--3.3--patch-9
NUV builds under the new gcc.

 
Do like Debian with the --with-gxx-include-dir Nate Riffe <inkblot@movealong.org> Sun, 1 Aug 2004 19:46:03 -0700 http://www.lnx-bbc.org/cgi-bin/archzoom/lnx-bbc-devel@zork.net--gar/lnx-bbc--gcc-nuv--3.3--patch-8?log?expand lnx-bbc--gcc-nuv--3.3 lnx-bbc--gcc-nuv--3.3--patch-8
This puts the C++ headers in $(includedir)/c++/3.3, which for whatever reason
is where Debian puts them in its gcc config.  I'm not entirely familiar with
C++ header semantics, but I presume that these are included implicitly by the
preprocessor.

 
NUV Nate Riffe <inkblot@movealong.org> Sun, 1 Aug 2004 19:37:30 -0700 http://www.lnx-bbc.org/cgi-bin/archzoom/lnx-bbc-devel@zork.net--gar/lnx-bbc--gcc-nuv--3.3--patch-7?log?expand lnx-bbc--gcc-nuv--3.3 lnx-bbc--gcc-nuv--3.3--patch-7
NUV of hackedbox, and mess with CXXFLAGS so that -pedantic is suppressed.
Elsewise we get errors about long long in ANSI C++.

 
Mess with MASTER_SITES Nate Riffe <inkblot@movealong.org> Tue, 23 Nov 2004 06:33:06 -0800 http://www.lnx-bbc.org/cgi-bin/archzoom/lnx-bbc-devel@zork.net--gar/lnx-bbc--research--0.0--patch-33?log?expand lnx-bbc--research--0.0 lnx-bbc--research--0.0--patch-33
Add "old" and "test" subdirectories to MASTER_SITES

 
Add GAR_BUILDDEP_IMAGE Nate Riffe <inkblot@movealong.org> Mon, 22 Nov 2004 18:50:07 -0800 http://www.lnx-bbc.org/cgi-bin/archzoom/lnx-bbc-devel@zork.net--gar/lnx-bbc--research--0.0--patch-32?log?expand lnx-bbc--research--0.0 lnx-bbc--research--0.0--patch-32
Support building of BUILDDEPS to alternate images, i.e. the native* images.
There are some caveats to actually doing this.  For example, this should build
a singularity toolchain and install it in your home directory:

GAR_BUILDDEP_IMAGE=native_home make -C lang/c DESTIMG=singularity build

However, this presupposes that you're going to keep images/singularity/image
(singularity's DESTDIR) where the singularity's glibc and kernel headers will
have been installed.  You're only a make super-clean away from losing that and
making the toolchain basically useless.  So really you could only build dep
branches this way and have them permanently available if the deps for the
branch stay within the bounds of BUILDDEPS.  Run a showdeps before you build to
verify.

It doesn't make any sense to override GAR_BUILDDEP_IMAGE with the name of a
cross-compiled DESTIMG, so don't do it unless you're really into that sort of
thing.

 
Fix MASTER_SITES Nate Riffe <inkblot@movealong.org> Mon, 22 Nov 2004 18:02:27 -0800 http://www.lnx-bbc.org/cgi-bin/archzoom/lnx-bbc-devel@zork.net--gar/lnx-bbc--research--0.0--patch-31?log?expand lnx-bbc--research--0.0 lnx-bbc--research--0.0--patch-31
Hurg.... an URL with an IP for a hostname.  Oh well, that's where the link from
the official arping website points.

 
Upstream gone, xfsprogs-2.6.13 dug out from other distros' mirrors Nate Riffe <inkblot@movealong.org> Mon, 22 Nov 2004 00:50:05 -0800 http://www.lnx-bbc.org/cgi-bin/archzoom/lnx-bbc-devel@zork.net--gar/lnx-bbc--research--0.0--patch-30?log?expand lnx-bbc--research--0.0 lnx-bbc--research--0.0--patch-30
Upstream has decided not to retain old versions of xfsprogs at the main
distribution point.  I'm not sure what the legal ramifications are regarding
the GPL's three-year availability requirement.  I suppose since SGI doesn't
actually distribute binaries (or do they?), it's actually incumbent upon those
who do (distros) to keep copies of this tarball around.

 
Biotchniks and their "old" dirs Nate Riffe <inkblot@movealong.org> Thu, 18 Nov 2004 06:38:48 -0800 http://www.lnx-bbc.org/cgi-bin/archzoom/lnx-bbc-devel@zork.net--gar/lnx-bbc--research--0.0--patch-29?log?expand lnx-bbc--research--0.0 lnx-bbc--research--0.0--patch-29
Add ftp://sources.redhat.com/pub/lvm2/old/ to MASTER_SITES.

 
export GARBUILD after setting Nate Riffe <inkblot@movealong.org> Wed, 17 Nov 2004 06:29:48 -0800 http://www.lnx-bbc.org/cgi-bin/archzoom/lnx-bbc-devel@zork.net--gar/lnx-bbc--research--0.0--patch-28?log?expand lnx-bbc--research--0.0 lnx-bbc--research--0.0--patch-28
GARBUILD is set using an autoconf config.guess script, but it should only do it
once because it's kind of slow.  Cache it in the environment.

 
STAGINGDIR must be absolute Nate Riffe <inkblot@movealong.org> Tue, 16 Nov 2004 04:40:08 -0800 http://www.lnx-bbc.org/cgi-bin/archzoom/lnx-bbc-devel@zork.net--gar/lnx-bbc--research--0.0--patch-27?log?expand lnx-bbc--research--0.0 lnx-bbc--research--0.0--patch-27
The value of STAGINGDIR has to be an absolute path.

 
Doot doot doooooo Nate Riffe <inkblot@movealong.org> Mon, 15 Nov 2004 17:47:24 -0800 http://www.lnx-bbc.org/cgi-bin/archzoom/lnx-bbc-devel@zork.net--gar/lnx-bbc--research--0.0--patch-26?log?expand lnx-bbc--research--0.0 lnx-bbc--research--0.0--patch-26
So the star-merge source tree needs to synced before the star-merge..... live
and lurn.

Patches applied:

 * inkblot@movealong.org--projects-2004/lnx-bbc--gar-extraction--1--patch-12
   Whoops, got to update this one first

 
Nate Riffe <inkblot@movealong.org> Mon, 15 Nov 2004 17:36:30 -0800 http://www.lnx-bbc.org/cgi-bin/archzoom/lnx-bbc-devel@zork.net--gar/lnx-bbc--research--0.0--patch-25?log?expand lnx-bbc--research--0.0 lnx-bbc--research--0.0--patch-25
 
Build required module-init-tools Nate Riffe <inkblot@movealong.org> Mon, 15 Nov 2004 15:14:08 -0800 http://www.lnx-bbc.org/cgi-bin/archzoom/lnx-bbc-devel@zork.net--gar/lnx-bbc--research--0.0--patch-24?log?expand lnx-bbc--research--0.0 lnx-bbc--research--0.0--patch-24
meta/singularity uses depmod in the build-custom target.  Most systems have
depmod, but it might be the wrong one (modutils vs. module-init-tools) or it
might not be one of those systems (static kernel/build chroot/etc).  Add
kernel/module-init-tools to BUILDDEPS and then run it by absolute path (this
isn't strictly necessary, is it?).

 
Make garchive depend on whatever Nate Riffe <inkblot@movealong.org> Thu, 11 Nov 2004 08:50:31 -0800 http://www.lnx-bbc.org/cgi-bin/archzoom/lnx-bbc-devel@zork.net--gar/lnx-bbc--research--0.0--patch-23?log?expand lnx-bbc--research--0.0 lnx-bbc--research--0.0--patch-23
garchive depending on checksum causes major throttling issues on i/o limitted
hosted servers (linode.com).  It should depend on checksum by default, but with
the option of overriding

 
General-interest patches from Jared Jenning Nate Riffe <inkblot@movealong.org> Tue, 9 Nov 2004 20:27:53 -0800 http://www.lnx-bbc.org/cgi-bin/archzoom/lnx-bbc-devel@zork.net--gar/lnx-bbc--research--0.0--patch-22?log?expand lnx-bbc--research--0.0 lnx-bbc--research--0.0--patch-22

Patches applied:

 * jjenning@fastmail.fm--lnx-bbc/lnx-bbc--latency--0.1--patch-1
   build fixes

 * jjenning@fastmail.fm--lnx-bbc/lnx-bbc--latency--0.1--patch-5
   use ip in scripts instead of ifconfig and route

 * jjenning@fastmail.fm--lnx-bbc/lnx-bbc--latency--0.1--patch-6
   document the ip command

 * jjenning@fastmail.fm--lnx-bbc/lnx-bbc--latency--0.1--patch-7
   whoops, forgot the checksums

 * jjenning@fastmail.fm--lnx-bbc/lnx-bbc--latency--0.1--patch-9
   trivial-net-setup backquote fixes

 * jjenning@fastmail.fm--lnx-bbc/lnx-bbc--latency--0.1--patch-10
   whoops, forgot checksums again

 
NUV ccache Nate Riffe <inkblot@movealong.org> Sun, 22 Aug 2004 20:13:25 -0700 http://www.lnx-bbc.org/cgi-bin/archzoom/lnx-bbc-devel@zork.net--gar/lnx-bbc--research--0.0--patch-21?log?expand lnx-bbc--research--0.0 lnx-bbc--research--0.0--patch-21
Lots of "unsupported compiler options" in the ccache stats... perhaps a new
version will help.

 
More SCIENCE redux Nate Riffe <inkblot@movealong.org> Sat, 21 Aug 2004 23:40:40 -0700 http://www.lnx-bbc.org/cgi-bin/archzoom/lnx-bbc-devel@zork.net--gar/lnx-bbc--research--0.0--patch-20?log?expand lnx-bbc--research--0.0 lnx-bbc--research--0.0--patch-20
Make the DESTIMG definitions more specific, so that they expand to the proper
value regardless of the value of DESTIMG.

Also, slightly less science in devel/gcc/Makefile.  $(shell which $(build_CC))
is /usr/lib/ccache/gcc on my system, and similar on any other ccache-using
system.  This is sort of defeatist since this is exactly the case that the line
of code in question is trying to account for.

 
More SCIENCE! Nate Riffe <inkblot@movealong.org> Sat, 21 Aug 2004 21:24:35 -0700 http://www.lnx-bbc.org/cgi-bin/archzoom/lnx-bbc-devel@zork.net--gar/lnx-bbc--research--0.0--patch-19?log?expand lnx-bbc--research--0.0 lnx-bbc--research--0.0--patch-19
Be a bit more precise about what files to touch in post-install.

 
Merging gcc-nuv into research Nate Riffe <inkblot@movealong.org> Sat, 21 Aug 2004 10:44:46 -0700 http://www.lnx-bbc.org/cgi-bin/archzoom/lnx-bbc-devel@zork.net--gar/lnx-bbc--research--0.0--patch-18?log?expand lnx-bbc--research--0.0 lnx-bbc--research--0.0--patch-18
26 precious patches.

 
Add some timestamp stability to meta/lnx-bbc Nate Riffe <inkblot@movealong.org> Sun, 1 Aug 2004 21:33:51 -0700 http://www.lnx-bbc.org/cgi-bin/archzoom/lnx-bbc-devel@zork.net--gar/lnx-bbc--research--0.0--patch-17?log?expand lnx-bbc--research--0.0 lnx-bbc--research--0.0--patch-17
This is a little piece of insanity that's been nagging at me for a long time.
Every time make is invoked with the meta/lnx-bbc Makefile, the version is
different.  This stabilizes it somewhat so that if you actually perform a build
(i.e. any GAR step that causes pre-everything to run) the version is locked to
that timestamp until the package is cleaned.  I intend to make good use of this
stability in the autobuild script.

Also, put the full path of the image in IMAGE_PATH.  This is also for the
benefit of the autobuild script.

 
NU/NUV Nate Riffe <inkblot@movealong.org> Sun, 1 Aug 2004 13:27:08 -0700 http://www.lnx-bbc.org/cgi-bin/archzoom/lnx-bbc-devel@zork.net--gar/lnx-bbc--research--0.0--patch-16?log?expand lnx-bbc--research--0.0 lnx-bbc--research--0.0--patch-16
This guy over at OSDL is apparently now generally recognized as the official
upstream for iproute2, and there are NUVs to be had.  It still uses a goofy
hand-crafted configure script which makes horrible, horrible assumptions about
build and host platforms (i.e. assumes they are one in the same).  Also, arpd
uses a bdb for something or other.

 
Add a mirror to MASTER_SITES for iproute2 Nate Riffe <inkblot@movealong.org> Sat, 31 Jul 2004 11:43:00 -0700 http://www.lnx-bbc.org/cgi-bin/archzoom/lnx-bbc-devel@zork.net--gar/lnx-bbc--research--0.0--patch-15?log?expand lnx-bbc--research--0.0 lnx-bbc--research--0.0--patch-15
I'm not really even sure what the main upstream distribution point for this
package is, but the one we've been using is apparently haven't extended
technical difficulties.  Add a mirror to compensate.

 
Change out the old module funk for the new module funk Nate Riffe <inkblot@movealong.org> Tue, 20 Jul 2004 16:59:54 -0700 http://www.lnx-bbc.org/cgi-bin/archzoom/lnx-bbc-devel@zork.net--gar/lnx-bbc--research--0.0--patch-14?log?expand lnx-bbc--research--0.0 lnx-bbc--research--0.0--patch-14
Linux 2.6 has a new set of module utilities to service it's dynamic end.  They
are in kernel/module-init-tools and the package is functional, so this swaps
out the old defunct kernel/modutils in favor of the new.

 
garchive change from research Nate Riffe <inkblot@movealong.org> Thu, 11 Nov 2004 09:05:10 -0800 http://www.lnx-bbc.org/cgi-bin/archzoom/lnx-bbc-devel@zork.net--gar/lnx-bbc--stable--2.1--patch-38?log?expand lnx-bbc--stable--2.1 lnx-bbc--stable--2.1--patch-38

Patches applied:

 * lnx-bbc-devel@zork.net--gar/lnx-bbc--research--0.0--patch-23
   Make garchive depend on whatever

 
dtype is solid down Nick Moffitt <nick@zork.net> Sat, 14 Aug 2004 17:20:23 -0700 http://www.lnx-bbc.org/cgi-bin/archzoom/lnx-bbc-devel@zork.net--gar/lnx-bbc--stable--2.1--patch-37?log?expand lnx-bbc--stable--2.1 lnx-bbc--stable--2.1--patch-37
Switching to the subkeys.pgp.net keyserver, which is the one that the
supermirror uses for all its mirrors.  This will help fix up
http://archzoom.sourcecontrol.net/demo/lnx-bbc-devel@zork.net--gar

We need to send mail to the mirror guy to make sure that he gets all our keys
in there.


 
iesuckssohard.htc deleted Nick Moffitt <nick@zork.net> Wed, 11 Aug 2004 17:27:07 -0700 http://www.lnx-bbc.org/cgi-bin/archzoom/lnx-bbc-devel@zork.net--gar/lnx-bbc--stable--2.1--patch-36?log?expand lnx-bbc--stable--2.1 lnx-bbc--stable--2.1--patch-36
Note: This should not be taken to imply that IE does not suck so hard, nor that
its suction has somehow decreased between the creation and deletion of this
file.


 
hackergotchi == code hobo Nick Moffitt <nick@zork.net> Tue, 27 Jul 2004 13:16:04 -0700 http://www.lnx-bbc.org/cgi-bin/archzoom/lnx-bbc-devel@zork.net--gar/lnx-bbc--stable--2.1--patch-35?log?expand lnx-bbc--stable--2.1 lnx-bbc--stable--2.1--patch-35
12:51 <@inkblot> hello code hobos!
12:51 <@inkblot> dude
12:51 <@inkblot> new meme
12:51 <@inkblot> hackergotchi == CODE HOBO
12:51 <@psykoyiko> haha
13:12 <@CrackMonkey> !!!!
13:12 <@inkblot> t/hee
13:12 <@CrackMonkey> inkblot: I shall check in a change to reflect that
13:12 <@inkblot> ha ha

So it is written.

 
Fixing Zen's hackergotchi method. Nick Moffitt <nick@zork.net> Tue, 20 Jul 2004 23:05:06 -0700 http://www.lnx-bbc.org/cgi-bin/archzoom/lnx-bbc-devel@zork.net--gar/lnx-bbc--stable--2.1--patch-34?log?expand lnx-bbc--stable--2.1 lnx-bbc--stable--2.1--patch-34
<@Zen> CrackMonkey: you might as well edit that to be 5, 10, and 15
<@Zen> which is what I've been giving you

Zen's been making most of the smoothed-out hackergotchis that appear on the
planet page.  So far I think inkblot's may be the only one he hasn't worked on
in some respect.


 
Added Planet LNX-BBC instructions for developers as well as a front-page advert. Nick Moffitt <nick@zork.net> Tue, 20 Jul 2004 22:42:25 -0700 http://www.lnx-bbc.org/cgi-bin/archzoom/lnx-bbc-devel@zork.net--gar/lnx-bbc--stable--2.1--patch-33?log?expand lnx-bbc--stable--2.1 lnx-bbc--stable--2.1--patch-33
Since we may have third-party developers who want to be tracked, I made a
section explaining how to make an RSS feed from your archive.  Also, I think
that this is a good thing to put on the front page, since the only thing we had
up there for the past year and a half is the 2.1 announcement (which is getting
a little old).  So now we have a little notice telling folks to look at our
syndicated arch logs.


 
Adding link to Planet LNX-BBC in the navbar Nick Moffitt <nick@zork.net> Sun, 18 Jul 2004 21:34:54 -0700 http://www.lnx-bbc.org/cgi-bin/archzoom/lnx-bbc-devel@zork.net--gar/lnx-bbc--stable--2.1--patch-32?log?expand lnx-bbc--stable--2.1 lnx-bbc--stable--2.1--patch-32
The planet installation is far from perfect, but it does the job well enough
for now that it deserves to be linked to from the front page.  


 
cherry-picking inkblot's research MASTER_SITES fix to pcmcia-cs Nick Moffitt <nick@zork.net> Sun, 18 Jul 2004 21:27:47 -0700 http://www.lnx-bbc.org/cgi-bin/archzoom/lnx-bbc-devel@zork.net--gar/lnx-bbc--stable--2.1--patch-31?log?expand lnx-bbc--stable--2.1 lnx-bbc--stable--2.1--patch-31

Patches applied:

 * lnx-bbc-devel@zork.net--gar/lnx-bbc--research--0.0--patch-12
   upstream moved

 
Updating Web pages to use Archzoom URL Nick Moffitt <nick@zork.net> Mon, 12 Jul 2004 15:53:54 -0700 http://www.lnx-bbc.org/cgi-bin/archzoom/lnx-bbc-devel@zork.net--gar/lnx-bbc--stable--2.1--patch-30?log?expand lnx-bbc--stable--2.1 lnx-bbc--stable--2.1--patch-30
Just got archzoom working on genetikayos, and flipped the navbar entry to use
that instead of the long-useless cvsweb.


 
changed arch location of my trees Sam Phillips <sam@dasbistro.com> Thu, 22 Apr 2004 23:51:04 -0700 http://www.lnx-bbc.org/cgi-bin/archzoom/lnx-bbc-devel@zork.net--gar/lnx-bbc--stable--2.1--patch-29?log?expand lnx-bbc--stable--2.1 lnx-bbc--stable--2.1--patch-29
Just changed my arch location to where it should've been anyway.

 
Merging in updated arch.txt with condensed tutorial up front. Nick Moffitt <nick@zork.net> Thu, 22 Apr 2004 13:24:06 -0700 http://www.lnx-bbc.org/cgi-bin/archzoom/lnx-bbc-devel@zork.net--gar/lnx-bbc--stable--2.1--patch-28?log?expand lnx-bbc--stable--2.1 lnx-bbc--stable--2.1--patch-28

Patches applied:

 * nick@zork.net--projects/lnx-bbc--documentation--1.0--patch-34
   merge merge

 * nick@zork.net--projects/lnx-bbc--documentation--1.0--patch-35
   added nickel tour before $7 tour

 
no more my-id needed in anonymous get Nick Moffitt <nick@zork.net> Wed, 21 Apr 2004 20:37:41 -0700 http://www.lnx-bbc.org/cgi-bin/archzoom/lnx-bbc-devel@zork.net--gar/lnx-bbc--stable--2.1--patch-27?log?expand lnx-bbc--stable--2.1 lnx-bbc--stable--2.1--patch-27

Patches applied:

 * nick@zork.net--projects/lnx-bbc--documentation--1.0--patch-33
   my-id not necessary for third-party anonymous downloads

 
Update archive location Nate Riffe <inkblot@movealong.org> Wed, 21 Apr 2004 19:49:12 -0700 http://www.lnx-bbc.org/cgi-bin/archzoom/lnx-bbc-devel@zork.net--gar/lnx-bbc--stable--2.1--patch-26?log?expand lnx-bbc--stable--2.1 lnx-bbc--stable--2.1--patch-26
I moved my archive.
 
Added inkblot's archive and put in a missing shell prompt Nick Moffitt <nick@zork.net> Wed, 21 Apr 2004 15:50:18 -0700 http://www.lnx-bbc.org/cgi-bin/archzoom/lnx-bbc-devel@zork.net--gar/lnx-bbc--stable--2.1--patch-25?log?expand lnx-bbc--stable--2.1 lnx-bbc--stable--2.1--patch-25
Patches applied:

 * nick@zork.net--projects/lnx-bbc--documentation--1.0--patch-30
   returning diff reports to the navbar, and changing still more cvs refs to arch refs

 * nick@zork.net--projects/lnx-bbc--documentation--1.0--patch-31
   The navbar headings look MUCH nicer now!

 * nick@zork.net--projects/lnx-bbc--documentation--1.0--patch-32
   Added inkblot's archive and put in a missing shell prompt

 
bah, the tree seems wedged somehow. Nick Moffitt <nick@zork.net> Mon, 19 Apr 2004 16:33:28 -0700 http://www.lnx-bbc.org/cgi-bin/archzoom/lnx-bbc-devel@zork.net--gar/lnx-bbc--stable--2.1--patch-24?log?expand lnx-bbc--stable--2.1 lnx-bbc--stable--2.1--patch-24

 
Fixed some IE display errors, and updated documentation to remove more references to CVS Nick Moffitt <nick@zork.net> Mon, 19 Apr 2004 12:36:14 -0700 http://www.lnx-bbc.org/cgi-bin/archzoom/lnx-bbc-devel@zork.net--gar/lnx-bbc--stable--2.1--patch-23?log?expand lnx-bbc--stable--2.1 lnx-bbc--stable--2.1--patch-23

Patches applied:

 * nick@zork.net--projects/lnx-bbc--documentation--1.0--patch-26
   Fixing header padding, and trying to fix mainbody width for IE (ha ha)

 * nick@zork.net--projects/lnx-bbc--documentation--1.0--patch-27
   oops, that didn't work

 * nick@zork.net--projects/lnx-bbc--documentation--1.0--patch-28
   Putting width on TD tag so IE doesn't go into conniptions.

 * nick@zork.net--projects/lnx-bbc--documentation--1.0--patch-29
   Removing references from CVS to more documents.

 * nick@zork.net--projects/text--articles--242--patch-4
   fixin' der paddin'

 
Remove a trailing whitespace character that I inadvertantly introduced. Sam Phillips <sam@dasbistro.com> Mon, 19 Apr 2004 01:38:01 -0700 http://www.lnx-bbc.org/cgi-bin/archzoom/lnx-bbc-devel@zork.net--gar/lnx-bbc--stable--2.1--patch-22?log?expand lnx-bbc--stable--2.1 lnx-bbc--stable--2.1--patch-22
I accidently inserted a trailing space in the GARNAME of the pdnsd package.
This made some things come out error like that shouldn't have.  This fixes that
mistake.

 
Merge from my tree of DESCRIPTION and BLURB texts Sam Phillips <sam@dasbistro.com> Sun, 18 Apr 2004 20:26:57 -0700 http://www.lnx-bbc.org/cgi-bin/archzoom/lnx-bbc-devel@zork.net--gar/lnx-bbc--stable--2.1--patch-21?log?expand lnx-bbc--stable--2.1 lnx-bbc--stable--2.1--patch-21
Most of the DESCRIPTIONs are done.  Quite a few of the BLURBs as well.  More in
the pipe.

Patches applied:

 * sam@dasbistro.com--gar/lnx-bbc--stable-docs--2.1--patch-1
   Updated many blank BLURB and DESCRIPTION

 * sam@dasbistro.com--gar/lnx-bbc--stable-docs--2.1--patch-4
   Fixed some formatting issues

 
hooray for bold command-line examples. Nick Moffitt <nick@zork.net> Sun, 18 Apr 2004 19:54:19 -0700 http://www.lnx-bbc.org/cgi-bin/archzoom/lnx-bbc-devel@zork.net--gar/lnx-bbc--stable--2.1--patch-20?log?expand lnx-bbc--stable--2.1 lnx-bbc--stable--2.1--patch-20

Patches applied:

 * nick@zork.net--projects/lnx-bbc--documentation--1.0--patch-25
   Added change to make tron.awk color command-line examples in <pre> blocks.

 
Merging tagging-method change from research. Nick Moffitt <nick@zork.net> Sun, 18 Apr 2004 15:06:24 -0700 http://www.lnx-bbc.org/cgi-bin/archzoom/lnx-bbc-devel@zork.net--gar/lnx-bbc--stable--2.1--patch-19?log?expand lnx-bbc--stable--2.1 lnx-bbc--stable--2.1--patch-19

Patches applied:

 * lnx-bbc-devel@zork.net--gar/lnx-bbc--research--0.0--patch-8
   Added download, cookies, work, and *.nav as precious files to the =tagging-method, to shut up tla tree-lint some.