From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 5B1B01391DB for ; Sun, 23 Mar 2014 13:59:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E96F4E0B32; Sun, 23 Mar 2014 13:59:48 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7D51BE0B32 for ; Sun, 23 Mar 2014 13:59:48 +0000 (UTC) Received: from spoonbill.gentoo.org (spoonbill.gentoo.org [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9B38C33F8AA for ; Sun, 23 Mar 2014 13:59:47 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id 5E17F18875 for ; Sun, 23 Mar 2014 13:59:46 +0000 (UTC) From: "Arfrever Frehtes Taifersar Arahesis" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arfrever Frehtes Taifersar Arahesis" Message-ID: <1395583100.7b4b80d445d4dd626e8fefb7b28e48a0c936ea30.arfrever@gentoo> Subject: [gentoo-commits] proj/portage:master commit in: / X-VCS-Repository: proj/portage X-VCS-Files: mkrelease.sh X-VCS-Directories: / X-VCS-Committer: arfrever X-VCS-Committer-Name: Arfrever Frehtes Taifersar Arahesis X-VCS-Revision: 7b4b80d445d4dd626e8fefb7b28e48a0c936ea30 X-VCS-Branch: master Date: Sun, 23 Mar 2014 13:59:46 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: a969f5b2-e2e0-4c66-9425-f5ddfd02e919 X-Archives-Hash: f4cda22b7df588eaa72797dbcd27917c commit: 7b4b80d445d4dd626e8fefb7b28e48a0c936ea30 Author: Arfrever Frehtes Taifersar Arahesis Apache Org> AuthorDate: Sun Mar 23 13:58:20 2014 +0000 Commit: Arfrever Frehtes Taifersar Arahesis apache org> CommitDate: Sun Mar 23 13:58:20 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=7b4b80d4 mkrelease.sh: Update sed command to work after commit b1197c9964a7122477e94cf26a6f63b20f636d31. --- mkrelease.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mkrelease.sh b/mkrelease.sh index 2410b02..f9f7564 100755 --- a/mkrelease.sh +++ b/mkrelease.sh @@ -97,7 +97,7 @@ fi rm -rf "${SOURCE_DIR}" || die "directory cleanup failed" echo ">>> Setting portage.VERSION" -sed -e "s/^VERSION=.*/VERSION=\"${VERSION}\"/" \ +sed -e "s/^VERSION = .*/VERSION = \"${VERSION}\"/" \ -i "${RELEASE_DIR}/pym/portage/__init__.py" || \ die "Failed to patch portage.VERSION"