diff options
author | Liam McLoughlin <hexxeh@hexxeh.net> | 2011-06-16 01:20:35 +0000 |
---|---|---|
committer | Liam McLoughlin <hexxeh@hexxeh.net> | 2011-06-16 01:20:35 +0000 |
commit | 0175e06dde18562a7a21e171298564e0e5169f20 (patch) | |
tree | 7b20ba88e89eb833a5024b35b528d9bf2690dc7a /create_image.sh | |
parent | Merge branch 'master' of git+ssh://git.overlays.gentoo.org/proj/gentoaster (diff) | |
download | gentoaster-0175e06dde18562a7a21e171298564e0e5169f20.tar.gz gentoaster-0175e06dde18562a7a21e171298564e0e5169f20.tar.bz2 gentoaster-0175e06dde18562a7a21e171298564e0e5169f20.zip |
Changed Stage3 and Portage snapshot URLs to reliable self-hosted ones
Diffstat (limited to 'create_image.sh')
-rwxr-xr-x | create_image.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/create_image.sh b/create_image.sh index 5b7340a..8ce4f98 100755 --- a/create_image.sh +++ b/create_image.sh @@ -19,8 +19,8 @@ LOG_FILE="${IMAGE_WORK_PATH}/log.txt" TOOL_RES_PATH=`pwd`/res NUM_JOBS=$(( `grep -c processor /proc/cpuinfo`+1 )) -STAGE3_URL="http://distfiles.gentoo.org/releases/x86/current-stage3/stage3-i486-20110607.tar.bz2" -PORTAGE_URL="http://distfiles.gentoo.org/snapshots/portage-latest.tar.bz2" +STAGE3_URL="http://distribution.hexxeh.net/gentoo/stage3-i686-latest.tar.bz2" +PORTAGE_URL="http://distribution.hexxeh.net/gentoo/portage-latest.tar.bz2" BINHOST_URL="http://tinderbox.dev.gentoo.org/default-linux/x86" EMERGE_PROXY="http://127.0.0.1:3128" |