Changeset 877cc6a for TODO


Ignore:
Timestamp:
04/06/2006 07:35:22 PM (18 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
1.0, 2.3, 2.3.x, 2.4, ablfs, ablfs-more, legacy, new_features, trunk
Children:
a241c33
Parents:
a0ed344
Message:

Merged experimental branch to trunk.
Updated TODO.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TODO

    ra0ed344 r877cc6a  
    11            jhalfs TODO
    22          ---------------
    3 
    4 (The fixes for this issues are in the experimental branch)
    5 
    6 CODE STYLE
    7 ----------
    8 
    9 DONE  - To use the same coding style in all modules. The current used
    10     for HLFS module (colors, error-handling, etc) look a good starting
    11     point for me, with two notes (to be discussed):
    12 
    13     - Bash code: to use two-spaces indentation (no tabs).
    14     - Makefile code: to use eight-characters tabs.
    15 
    16 DONE  - To set the "Date" and "Id" svn:keywords properties on all files
    17     setting the "Id" key on the header of each file and using the
    18     "Date" key when needed (like in the -v output of jhalfs)
    193
    204
     
    226-------------
    237
    24 DONE  - Make jhalfs a "master script" that will control and run each
    25     book's module. When doing that reestructuration we coulud to change
    26     the tool's name, if wanted.
    27 
    28 DONE  - Common code for all modules should be placed in this master script.
    29 
    30 DONE  - Common configuration options should be placed in a master configuration
    31     file.
    32 
    33 DONE  - The LFS, CLFS and HLFS modules should be exclusives. I.e., when
    34     one is called the others must be ignored.
    35 
    368  - The BLFS moudule should can be called in conjunction with any of
    379    LFS, CLFS or HLFS modules.
    3810
    39   - Addapt the Makefile to install all modules system-wide.
     11  - To create a Makefile to install jhalfs-X system-wide.
     12    Note: is that actually wanted?
    4013
    4114
     
    4417----------
    4518
    46 DONE  - To move the LFS module to their own subdir.
    47 
    48 DONE  - Fix the unpack code to don't hang when both the bz2 and gz formats
    49     of the same package are founds in the sources dir.
     19  - To fix the dowload code when all packages will be placed on the
     20    FTP mirrors in the upstream formats.
    5021
    5122  - To add a switch to build the BLFS module dependencies at the end of
     
    5425    at the same time that the LFS book. Plus links or lynx to read the
    5526    (to be) generated BLFS HTML pages and, maybe, gpm.
    56 
    57 
    58 CLFS MODULE
    59 -----------
    60 
    61 DONE  - Start the module creation.
    62 
    63 
    64 HLFS MODULE
    65 -----------
    66 
    67 DONE  - To review and fix, if needed, the bash and XSL code.
    68 
    69 DONE  - Be sure that the book's XML code is in a sane state.
    70 
    71 DONE  - To do several build test for both Glibc and uClibc based systems.
    7227
    7328
     
    12782    Makefile if additional scripts are manually added to the *-commands/*/ dirs.
    12883
    129   - To add support for ICA/farce? Can be done as a separate module?
     84  - To add support for ICA/farce. That is a required feature.
    13085
    13186  - To add support for package management??? NO by default, but patches
Note: See TracChangeset for help on using the changeset viewer.