Author: archaic Date: 2005-06-25 09:41:34 -0600 (Sat, 25 Jun 2005) New Revision: 6169
Modified: branches/6.1/BOOK/chapter01/changelog.xml branches/6.1/BOOK/chapter04/abouttestsuites.xml branches/6.1/BOOK/general.ent Log: Added 'generic-version' and 'test-results' entities. Modified: branches/6.1/BOOK/chapter01/changelog.xml =================================================================== --- branches/6.1/BOOK/chapter01/changelog.xml 2005-06-25 15:22:15 UTC (rev 6168) +++ branches/6.1/BOOK/chapter01/changelog.xml 2005-06-25 15:41:34 UTC (rev 6169) @@ -87,7 +87,10 @@ </itemizedlist> </listitem> -<listitem><para>June 26th, 2005 [archaic]: Added the compress symlink to gzip. +<listitem><para>June 25th, 2005 [archaic]: Added "generic-version" and +"test-results" entities.</para></listitem> + +<listitem><para>June 25th, 2005 [archaic]: Added the compress symlink to gzip. </para></listitem> <listitem><para>June 25th, 2005 [jhuntwork]: Added a --with-tclinclude flag to Modified: branches/6.1/BOOK/chapter04/abouttestsuites.xml =================================================================== --- branches/6.1/BOOK/chapter04/abouttestsuites.xml 2005-06-25 15:22:15 UTC (rev 6168) +++ branches/6.1/BOOK/chapter04/abouttestsuites.xml 2005-06-25 15:41:34 UTC (rev 6169) @@ -42,9 +42,8 @@ linkend="chapter-temporary-tools"/>.</para> <para>Sometimes package test suites will give false failures. Consult the logs -located at <ulink url="http://linuxfromscratch.org/~archaic/logs-6.1/"/> to -verify whether or not these failures are expected. This site is valid for all -tests throughout this book.</para> +located at <ulink url="&test-results;"/> to verify whether or not these failures +are expected. This site is valid for all tests throughout this book.</para> </sect1> Modified: branches/6.1/BOOK/general.ent =================================================================== --- branches/6.1/BOOK/general.ent 2005-06-25 15:22:15 UTC (rev 6168) +++ branches/6.1/BOOK/general.ent 2005-06-25 15:41:34 UTC (rev 6169) @@ -2,6 +2,7 @@ <!ENTITY version "TESTING-20050625"> <!ENTITY releasedate "June 25, 2005"> <!ENTITY milestone "6.1"> +<!ENTITY generic-version "testing"> <!-- Use "svn", "testing", or "x.y[-pre{x}]" --> <!ENTITY lfs-root "http://www.linuxfromscratch.org/"> <!ENTITY blfs-root "&lfs-root;blfs/"> @@ -10,6 +11,7 @@ <!ENTITY hints-index "&lfs-root;hints/list.html"> <!ENTITY patches-root "&lfs-root;patches/lfs/svn/testing/"> <!ENTITY wiki-root "http://wiki.linuxfromscratch.org/"> +<!ENTITY test-results "http://linuxfromscratch.org/~archaic/logs-&generic-version;/"> <!ENTITY buildtime "Approximate build time"> <!ENTITY diskspace "Required disk space"> -- http://linuxfromscratch.org/mailman/listinfo/lfs-book FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
