Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
name is mongodb not mongo-db
  • Loading branch information
erh committed Feb 11, 2009
1 parent 827e76b commit bafd4aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SConstruct
Expand Up @@ -595,7 +595,7 @@ testEnv.AlwaysBuild( "smokeClient" )
if distBuild:
from datetime import date
today = date.today()
installDir = "mongo-db-" + platform + "-" + processor + "-";
installDir = "mongodb-" + platform + "-" + processor + "-";
if distName is None:
installDir += today.strftime( "%Y-%m-%d" )
else:
Expand Down Expand Up @@ -710,7 +710,7 @@ env.Alias( "s3shell" , [ "mongo" ] , [ s3shellpush ] )
env.AlwaysBuild( "s3shell" )

def s3dist( env , target , source ):
s3push( distFile , "mongo-db" )
s3push( distFile , "mongodb" )

env.Append( TARFLAGS=" -z " )
if windows:
Expand Down

0 comments on commit bafd4aa

Please sign in to comment.