|
|
@@ -182,7 +182,7 @@ def tarball_name_for_tag( tag, timestamp = False ):
|
|
|
def download_boost_tarball( destination, tag, proxy, timestamp_only = False ):
|
|
|
tarball_name = tarball_name_for_tag( tag, timestamp_only )
|
|
|
tarball_path = os.path.join( destination, tarball_name )
|
|
|
- tarball_url = 'http://engineering.meta-comm.com/boost/snapshot/%s' % tarball_name
|
|
|
+ tarball_url = 'http://beta.boost.org/development/snapshot.php/%s' % tag
|
|
|
|
|
|
log( 'Downloading "%s" to "%s"...' % ( tarball_url, os.path.dirname( tarball_path ) ) )
|
|
|
if os.path.exists( tarball_path ):
|