Changeset b287536 for TODO


Ignore:
Timestamp:
03/29/2006 07:59:36 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:
a0ed344
Parents:
31d6944
Message:

Updated TODO

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TODO

    r31d6944 rb287536  
    22          ---------------
    33
    4 (Work for almost all this issues is in progress on the experimental branch)
     4(The fixes for this issues are in the experimental branch)
    55
    66CODE STYLE
    77----------
    88
    9   - To use the same coding style in all modules. The current used
     9DONE  - To use the same coding style in all modules. The current used
    1010    for HLFS module (colors, error-handling, etc) look a good starting
    1111    point for me, with two notes (to be discussed):
     
    1414    - Makefile code: to use eight-characters tabs.
    1515
    16   - To set the "Date" and "Id" svn:keywords properties on all files
     16DONE  - To set the "Date" and "Id" svn:keywords properties on all files
    1717    setting the "Id" key on the header of each file and using the
    1818    "Date" key when needed (like in the -v output of jhalfs)
     
    2222-------------
    2323
    24   - Make jhalfs a "master script" that will control and run each
     24DONE  - Make jhalfs a "master script" that will control and run each
    2525    book's module. When doing that reestructuration we coulud to change
    2626    the tool's name, if wanted.
    2727
    28   - Common code for all modules should be placed in this master script.
     28DONE  - Common code for all modules should be placed in this master script.
    2929
    30   - Common configuration options should be placed in a master configuration
     30DONE  - Common configuration options should be placed in a master configuration
    3131    file.
    3232
    33   - The LFS, CLFS and HLFS modules should be exclusives. I.e., when
     33DONE  - The LFS, CLFS and HLFS modules should be exclusives. I.e., when
    3434    one is called the others must be ignored.
    3535
     
    4444----------
    4545
    46   - To move the LFS module to their own subdir.
     46DONE  - To move the LFS module to their own subdir.
    4747
    48   - Fix the unpack code to don't hang when both the bz2 and gz formats
     48DONE  - Fix the unpack code to don't hang when both the bz2 and gz formats
    4949    of the same package are founds in the sources dir.
    5050
     
    5959-----------
    6060
    61   - Start the module creation.
     61DONE  - Start the module creation.
    6262
    6363
     
    6565-----------
    6666
    67   - To review and fix, if needed, the bash and XSL code.
     67DONE  - To review and fix, if needed, the bash and XSL code.
    6868
    69   - Be sure that the book's XML code is in a sane state.
     69DONE  - Be sure that the book's XML code is in a sane state.
    7070
    71   - To do several build test for both Glibc and uClibc based systems.
     71DONE  - To do several build test for both Glibc and uClibc based systems.
    7272
    7373
     
    127127  - To add support for ICA/farce? Can be done as a separate module?
    128128
    129   - To add support for package management??? NO for this tool. Maybe in the
    130     under development new alfs tool.
     129  - To add support for package management??? NO by default, but patches
     130    are acepted and will be added to the sources as external contributions.
    131131
    132132
Note: See TracChangeset for help on using the changeset viewer.