Changeset 47fddc8 for common/config


Ignore:
Timestamp:
08/12/2006 07:59:11 PM (18 years ago)
Author:
George Boudreau <georgeb@…>
Branches:
experimental
Children:
3fa20d4
Parents:
54f4782
Message:

Change bool parameter definitions from 0/1 to y/n to match the new menu app

File:
1 edited

Legend:

Unmodified
Added
Removed
  • common/config

    r54f4782 r47fddc8  
    1212BUILDDIR=/mnt/build_dir
    1313
    14 # Create SBU and disk usage report  0(no)/1(yes)
     14# Create SBU and disk usage report  n(no)/y(yes)
    1515# NOTE: requires to have bc installed on the host
    16 REPORT=1
     16REPORT=y
    1717
    1818#=== Getting packages ===
    1919#    Files will be retrieved from the local archive SRC_ARCHIVE
    2020#    (if defined) or the 'net and will be stored in $BUILDDIR/sources
    21 #--- Download the source packages 0(no)/1(yes)
    22 GETPKG=0
     21#--- Download the source packages n(no)/y(yes)
     22GETPKG=n
    2323
    2424#--- The local repository for packages/file
    25 #    Used only if GETPKG = 1
     25#    Used only if GETPKG = y
    2626#    Any missing file will be downloaded and archived here,
    2727#    if the user has the right priviledges.
     
    3333
    3434#=== Build options ===
    35 #--- Automatically run the makefile once it has been created  0(no)/1(yes)
    36 RUNMAKE=0
     35#--- Automatically run the makefile once it has been created  n(no)/y(yes)
     36RUNMAKE=n
    3737
    3838#--- Optimize the build  [0-2]
     
    5353
    5454#--- Bomb on test suites failures?
    55 0 = no, I want to build the full system and review the logs
    56 1 = yes, bomb at the first test suite failure to can review the build dir
    57 BOMB_TEST=0
     55n = no, I want to build the full system and review the logs
     56y = yes, bomb at the first test suite failure to can review the build dir
     57BOMB_TEST=n
    5858
    59 #--- Run the stripping phases  0(no)/1(yes)
    60 STRIP=1
     59#--- Run the stripping phases  n(no)/y(yes)
     60STRIP=y
    6161
    6262#--- page definition for groff letter/A4
     
    6666TIMEZONE=${TZ:-GMT}
    6767
    68 #--- install the optional vim-lang package  0(no)/1(yes)
    69 VIMLANG=1
     68#--- install the optional vim-lang package  n(no)/y(yes)
     69VIMLANG=y
    7070
    7171#--- Language information in /etc/profile  See <locale -a> for values
     
    8080
    8181#=== Variables needed by iterative comparison analysis ===
    82 #--- Should some iterative comparison analysis by made? 0(no)/1(yes)
    83 COMPARE=0
     82#--- Should some iterative comparison analysis by made? n(no)/y(yes)
     83COMPARE=n
    8484
    8585#--- The number of final stage builds to create and compare, min. 2, max. 5
    8686ITERATIONS=3
    8787
    88 #--- Run ICA testing 0(no)/1(yes)
    89 RUN_ICA=0
     88#--- Run ICA testing n(no)/y(yes)
     89RUN_ICA=n
    9090
    91 #--- Run farce testing 0(no)/1(yes)
    92 RUN_FARCE=0
     91#--- Run farce testing n(no)/y(yes)
     92RUN_FARCE=n
    9393
    9494#==== INTERNAL VARIABLES ====
Note: See TracChangeset for help on using the changeset viewer.