summaryrefslogtreecommitdiff
path: root/buildscripts
diff options
context:
space:
mode:
authorRichard Kreuter <richard@10gen.com>2010-02-01 15:48:33 -0500
committerRichard Kreuter <richard@10gen.com>2010-02-03 14:33:35 -0500
commite3b1bbeb5e0d5b9c71fe14fce11e840491e31007 (patch)
tree98d481ccd21e65978541c87ed42cd8abca56aed4 /buildscripts
parent82b6de8472c68354803c4ae6e05c1930547b24fd (diff)
downloadmongo-e3b1bbeb5e0d5b9c71fe14fce11e840491e31007.tar.gz
Add some Debian AMIs to makedist.py. MINOR
Diffstat (limited to 'buildscripts')
-rwxr-xr-xbuildscripts/makedist.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/buildscripts/makedist.py b/buildscripts/makedist.py
index 2a72c2ae685..57e2ab60d6c 100755
--- a/buildscripts/makedist.py
+++ b/buildscripts/makedist.py
@@ -107,9 +107,7 @@ test `tar tzf tarball.tgz | sed 's|/.*||' | sort -u | wc -l` -eq 1
tar xzf tarball.tgz
mv "`tar tzf tarball.tgz | sed 's|/.*||' | sort -u | head -n1`" "$MONGO_NAME"-"$MONGO_VERSION"
if [ "$MODE" = "commit" ]; then
- sed "1s/([^)]*)/($MONGO_VERSION)/" mongo/debian/changelog > mongo/debian/changelog.TMP
- mv mongo/debian/changelog.TMP mongo/debian/changelog
- #cat mongo/debian/changelog
+ ( cd ./mongo && ./buildscripts/frob_version.py "$MONGO_VERSION" )
fi
"""
deb_prereq_commands = """