Show
Ignore:
Timestamp:
08/08/08 17:50:47 (5 months ago)
Author:
tiagovaz
Message:

using local proxy for getting packages during the build

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/image-builder/live/config/bootstrap

    r1490 r1506  
    3131# $LH_MIRROR_BOOTSTRAP: set mirror to boostrap from 
    3232# (Default: http://localhost/debian/) 
    33 LH_MIRROR_BOOTSTRAP="http://mirror/debian/" 
     33LH_MIRROR_BOOTSTRAP="http://localhost:8080/debian/" 
    3434 
    3535# $LH_MIRROR_CHROOT: set mirror to fetch packages from 
    3636# (Default: http://localhost/debian/) 
    37 LH_MIRROR_CHROOT="http://mirror/debian/" 
     37LH_MIRROR_CHROOT="http://localhost:8080/debian/" 
    3838 
    3939# $LH_MIRROR_CHROOT_SECURITY: set security mirror to fetch packages from 
     
    4343# $LH_MIRROR_BINARY: set mirror which ends up in the image 
    4444# (Default: http://localhost/debian/) 
    45 LH_MIRROR_BINARY="http://mirror/debian/" 
     45LH_MIRROR_BINARY="http://ftp.br.debian.org/debian/" 
    4646 
    4747# $LH_MIRROR_BINARY_SECURITY: set security mirror which ends up in the image