Changeset 3e7af38 for common/config


Ignore:
Timestamp:
05/01/2006 11:10:53 AM (18 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
experimental
Children:
65d83a6
Parents:
c58f330
Message:

Keeping sinchronized experimental branch with trunk.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • common/config

    rc58f330 r3e7af38  
    88declare -r SVN="svn://svn.linuxfromscratch.org"
    99declare -r LOG=000-masterscript.log
    10 declare -r HTTP=http://ftp.lfs-matrix.net/pub/lfs/conglomeration
    1110
    1211#--- Mount point for the build
    1312BUILDDIR=/mnt/build_dir
    1413
     14#=== Getting packages ===
     15#--- Download the source packages 0(no)/1(yes)
     16GETPKG=0
     17
    1518#--- The local repository for packages/file
    16 #    Used only if HPKG = 1
     19#    Used only if GETPKG = 1
    1720#    Any missing file will be downloaded and archived here,
    1821#    if the user has the right priviledges.
    1922SRC_ARCHIVE=$SRC_ARCHIVE
    2023
    21 #--- Download the source packages 0(no)/1(yes)
    22 HPKG=0
     24# --- Server used as fallback if the file isn't found in
     25# SRC_ARCHIVE and/or can't be dowloaded from upstream
     26SERVER=ftp://ftp.lfs-matrix.net
    2327
     28#=== Build options ===
    2429#--- Run the makefile at the end  0(no)/1(yes)
    2530#    In BLFS the Makefile can't be run automatically
Note: See TracChangeset for help on using the changeset viewer.