0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-11-30 17:10:48 +01:00

dist target for testing

This commit is contained in:
Eliot Horowitz 2009-02-06 16:51:14 -05:00
parent 45a10439cf
commit e5b0aa464a

View File

@ -6,7 +6,7 @@
# some common tasks
# build 64-bit mac and pushing to s3
# scons --64 --dist=osx-x86_64 s3dist
# scons --64 s3dist
# all s3 pushes require settings.py
import os
@ -637,6 +637,7 @@ distFile = installDir + ".tgz"
env.Append( TARFLAGS=" -z " )
env.Tar( distFile , installDir )
env.Alias( "dist" , distFile )
env.Alias( "s3dist" , [ "install" , distFile ] , [ s3dist ] )
env.AlwaysBuild( "s3dist" )