experimental
Last change
on this file since 37ac06a was d6be7ea, checked in by Manuel Canales Esparcia <manuel@…>, 18 years ago |
Added a preliminar version of scripts.xsl.
Updated TODO.
|
-
Property mode
set to
100644
|
File size:
1.1 KB
|
Rev | Line | |
---|
[41d4c11] | 1 | #####
|
---|
| 2 | #
|
---|
| 3 | # Project TODO list
|
---|
| 4 | #
|
---|
[cace19a4] | 5 | # $Id$
|
---|
[41d4c11] | 6 | #####
|
---|
| 7 |
|
---|
[cace19a4] | 8 | For now the code is able to do the first step for the new approach: to create
|
---|
| 9 | LFS-like books from BLFS sources, allowing to create linear build scrips and
|
---|
[41d4c11] | 10 | Makefiles similars to the current ones for {C,H}LFS.
|
---|
| 11 |
|
---|
| 12 | What remains to do:
|
---|
| 13 |
|
---|
[cace19a4] | 14 | 1. - To make the top-level blfs script functional. That script should to create
|
---|
[41d4c11] | 15 | the working directory (selected at command line)
|
---|
[cace19a4] | 16 | a. Copy all BLFS/* files to it,
|
---|
| 17 | b. Fetch the BLFS sources (output directory selected at command line or
|
---|
| 18 | based on the book version),
|
---|
[41d4c11] | 19 | c. Run the packages.sh script.
|
---|
[cace19a4] | 20 |
|
---|
[41d4c11] | 21 | 2. - To develop the XSL code needed to create the build scripts.
|
---|
[d6be7ea] | 22 | Work in progress.
|
---|
[41d4c11] | 23 |
|
---|
[d6be7ea] | 24 | 3. - To develop the code to create the Makefile.
|
---|
| 25 | Should be a separate script to be run manually after the user has
|
---|
| 26 | review and edited the target build scripts.
|
---|
| 27 | Must make the build scripts executables and set the SRC_ARCHIVE and
|
---|
| 28 | FTP_SERVER envars.
|
---|
[41d4c11] | 29 |
|
---|
[cace19a4] | 30 | 4. - To find a way to track already installed packages by previous runs, to can
|
---|
[41d4c11] | 31 | skip them when creating the book/scripts/Makefile for a new target.
|
---|
| 32 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.