Changeset 2268 for scripts


Ignore:
Timestamp:
10/21/07 14:29:10 (6 years ago)
Author:
alanbach-guest
Message:

Some more fixes and improvements

File:
1 edited

Legend:

Unmodified
Added
Removed
  • scripts/autobuild.bash

    r2261 r2268  
    134134    echo "${GREEN}Creating ${YELLOW}amd64${NORMAL} ${GREEN}chroot...${NORMAL}" 
    135135    pbuilder --create --distribution lenny --override-config --debootstrap debootstrap --debootstrapopts --arch --debootstrapopts amd64 --logfile $LOG_FILE --mirror ftp://ftp.de.debian.org/debian --othermirror "deb http://parsix.org/packages ramon main contrib non-free" &> /dev/null || exit 5 
     136else 
     137    echo "${GREEN}Updating ${YELLOW}amd64${NORMAL} ${GREEN}chroot...${NORMAL}" 
     138    pbuilder --update --distribution lenny --override-config --debootstrap debootstrap --debootstrapopts --arch --debootstrapopts amd64 --logfile $LOG_FILE --mirror ftp://ftp.de.debian.org/debian --othermirror "deb http://parsix.org/packages ramon main contrib non-free" &> /dev/null || exit 5 
    136139fi 
    137140 
     
    151154    echo "${GREEN}Creating ${YELLOW}i386${NORMAL} ${GREEN}chroot...${NORMAL}" 
    152155    pbuilder --create --distribution lenny --override-config --debootstrap debootstrap --debootstrapopts --arch --debootstrapopts i386 --logfile $LOG_FILE --mirror ftp://ftp.de.debian.org/debian --othermirror "deb http://parsix.org/packages ramon main contrib non-free" &> /dev/null || exit 7 
     156else 
     157    echo "${GREEN}Updating ${YELLOW}i386${NORMAL} ${GREEN}chroot...${NORMAL}" 
     158    pbuilder --update --distribution lenny --override-config --debootstrap debootstrap --debootstrapopts --arch --debootstrapopts i386 --logfile $LOG_FILE --mirror ftp://ftp.de.debian.org/debian --othermirror "deb http://parsix.org/packages ramon main contrib non-free" &> /dev/null || exit 7 
    153159fi 
    154160 
Note: See TracChangeset for help on using the changeset viewer.