summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEliot Horowitz <eliot@10gen.com>2009-12-06 00:36:48 -0500
committerEliot Horowitz <eliot@10gen.com>2009-12-06 00:36:48 -0500
commita705bdb4ddf5f2222c8c45df34438c42ecafb09e (patch)
treea3587d9be69a72b8ffffd7fd08c07bf7134e6b78
parent6b748b2ccd5db6e60aaf1e3ede72a782ffa55dcd (diff)
downloadmongo-a705bdb4ddf5f2222c8c45df34438c42ecafb09e.tar.gz
use 1.0 in the dist name
-rw-r--r--SConstruct4
1 files changed, 2 insertions, 2 deletions
diff --git a/SConstruct b/SConstruct
index e97ae852d94..3d69f82cfc1 100644
--- a/SConstruct
+++ b/SConstruct
@@ -1172,7 +1172,7 @@ def getDistName( sofar ):
distName = version
return version
- return today.strftime( "%Y-%m-%d" )
+ return "v1.0-" + today.strftime( "%Y-%m-%d" )
if distBuild:
from datetime import date
@@ -1285,7 +1285,7 @@ def s3push( localName , remoteName=None , remotePrefix=None , fixName=True , pla
if remotePrefix is None:
if distName is None:
- remotePrefix = "-latest"
+ remotePrefix = "-v1.0-latest"
else:
remotePrefix = "-" + distName