mkrelease.sh: set portage.VERSION
authorZac Medico <zmedico@gentoo.org>
Fri, 31 Dec 2010 08:12:03 +0000 (00:12 -0800)
committerZac Medico <zmedico@gentoo.org>
Fri, 31 Dec 2010 08:12:03 +0000 (00:12 -0800)
mkrelease.sh

index e8fb98dc84b3c4af1bf8ea3e57b30428cd3f5c28..bfd1d4bd243a42c8570a628def8749068051ae51 100755 (executable)
@@ -71,6 +71,11 @@ cp "${SOURCE_DIR}/"{DEVELOPING,LICENSE,NEWS,RELEASE-NOTES,TEST-NOTES} \
 
 rm -rf "$SOURCE_DIR" || die "directory cleanup failed"
 
+echo ">>> Setting portage.VERSION"
+sed -e "s/^VERSION=.*/VERSION=\"${VERSION}\"/" \
+       -i "${RELEASE_DIR}/pym/portage/__init__.py" || \
+       die "Failed to patch portage.VERSION"
+
 echo ">>> Creating Changelog"
 git_log_opts=""
 if [ -n "$CHANGELOG_REVISION" ] ; then