OpenPKG CVS Repository
http://www.openpkg.org/cvsweb/cvsweb.cgi
____________________________________________________________________________
Server: cvs.openpkg.org Name: Michael Schloh
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-doc Date: 14-Aug-2002 09:10:02
Branch: HEAD Handle: 2002081408100200
Modified files:
openpkg-doc/handbook 00TODO
Log:
Make not-so-obvious things obvious again!
Summary:
Revision Changes Path
1.14 +21 -0 openpkg-doc/handbook/00TODO
____________________________________________________________________________
Index: openpkg-doc/handbook/00TODO
============================================================
$ cvs diff -u -r1.13 -r1.14 00TODO
--- openpkg-doc/handbook/00TODO 5 Aug 2002 15:53:02 -0000 1.13
+++ openpkg-doc/handbook/00TODO 14 Aug 2002 07:10:02 -0000 1.14
@@ -63,3 +63,24 @@
overflow its buffer and get truncated, resulting in general havoc. (It
seems likely that short paths (/cm/) would not cause the problem to occur.)
+On Tue, Aug 13, 2002, Miles Egan wrote:
+> 1. we want to make sure that all packages in an openpkg instance are built
+> by
+> the same compiler and we want to be able to specify that compiler on a
+> per-instance basis.
+>
+Not obvious, but possible (at least with OpenPKG-CURRENT and the
+forthcoming 1.1): Use a ~/.rpmmacros (in the home of the user who builds
+the packages) with "l_cc /path/to/your/cc" and perhaps "l_cflags -flags
+-of -your -cc".
+
+> 2. we want to be able to automatically rebuild an entire collection of rpms
+> from their source rpms.
+>
+Also not obvious, but possible (at least with OpenPKG-CURRENT and the
+forthcoming 1.1): Use the release engineering scripts you find under
+http://www.openpkg.org/cvsweb/cvsweb.cgi/openpkg-re/. In particular what
+you need us the src2make.pl script which is given the source RPMs. It
+generates a Makefile which allows you to build the corresponding binary
+RPMs.
+
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]