Merge git://factorcode.org/git/erg

db4
Doug Coleman 2008-02-05 22:51:23 -06:00
commit f3a9e6bb0f
1 changed files with 2 additions and 1 deletions

View File

@ -196,7 +196,7 @@ git_clone() {
git_pull_factorcode() { git_pull_factorcode() {
echo "Updating the git repository from factorcode.org..." echo "Updating the git repository from factorcode.org..."
git pull git://factorcode.org/git/factor.git git pull git://factorcode.org/git/factor.git master
check_ret git check_ret git
} }
@ -219,6 +219,7 @@ delete_boot_images() {
echo "Deleting old images..." echo "Deleting old images..."
rm $BOOT_IMAGE > /dev/null 2>&1 rm $BOOT_IMAGE > /dev/null 2>&1
rm $BOOT_IMAGE.* > /dev/null 2>&1 rm $BOOT_IMAGE.* > /dev/null 2>&1
rm staging.*.image > /dev/null 2>&1
} }
get_boot_image() { get_boot_image() {