Changeset 45f82718 for common/config


Ignore:
Timestamp:
04/29/2006 02:44:29 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:
0ad851d
Parents:
c7c5a53
Message:

Merged ICA/farce support from experimental branch.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • common/config

    rc7c5a53 r45f82718  
    6363KEYMAP=none
    6464
    65 #=== Variables needed by ICA (Not implemented yet :-/)===
    66 #--- Run ICA testing 0/1  0(no)/1(yes)
     65#=== Variables needed by iterative comparison analysis ===
     66#--- Should some iterative comparison analysis by made? 0(no)/1(yes)
     67COMPARE=0
     68
     69#--- The number of final stage builds to create and compare, min. 2, max. 5
     70ITERATIONS=3
     71
     72#--- Run ICA testing 0(no)/1(yes)
    6773RUN_ICA=0
    6874
    69 #--- The number of final stage builds to create and compare
    70 ITERATIONS=
    71 
    72 #--- ICA report log directory
    73 ICALOGDIR=$JHALFSDIR/logs/ICA
     75#--- Run farce testing 0(no)/1(yes)
     76RUN_FARCE=0
    7477
    7578#==== INTERNAL VARIABLES ====
     
    7982JHALFSDIR=$BUILDDIR/jhalfs
    8083   LOGDIR=$JHALFSDIR/logs
     84
     85#--- ICA report log directory
     86ICALOGDIR=$LOGDIR/ICA
     87
     88#--- farce report log directory
     89FARCELOGDIR=$LOGDIR/farce
Note: See TracChangeset for help on using the changeset viewer.