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 8E6B21389E2 for ; Sun, 7 Dec 2014 09:56:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 338E4E07B3; Sun, 7 Dec 2014 09:56:52 +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 DDFBEE07B3 for ; Sun, 7 Dec 2014 09:56:51 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B7790340528 for ; Sun, 7 Dec 2014 09:56:50 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CA337BC35 for ; Sun, 7 Dec 2014 09:56:45 +0000 (UTC) From: "Sven Vermeulen" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sven Vermeulen" Message-ID: <1417946116.7f886f2d351bbe91b43615f8e3b07e5cd4417632.swift@gentoo> Subject: [gentoo-commits] proj/hardened-refpolicy:master commit in: gentoo/ X-VCS-Repository: proj/hardened-refpolicy X-VCS-Files: gentoo/release-prepare.sh X-VCS-Directories: gentoo/ X-VCS-Committer: swift X-VCS-Committer-Name: Sven Vermeulen X-VCS-Revision: 7f886f2d351bbe91b43615f8e3b07e5cd4417632 X-VCS-Branch: master Date: Sun, 7 Dec 2014 09:56:45 +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: 37f323ab-6efc-48b7-a937-fe88ed49d5bb X-Archives-Hash: a58169d3d35e47403f68e35088210c47 commit: 7f886f2d351bbe91b43615f8e3b07e5cd4417632 Author: Sven Vermeulen siphos be> AuthorDate: Sun Dec 7 09:55:16 2014 +0000 Commit: Sven Vermeulen gentoo org> CommitDate: Sun Dec 7 09:55:16 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/hardened-refpolicy.git;a=commit;h=7f886f2d Do not expand qlist command in output --- gentoo/release-prepare.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gentoo/release-prepare.sh b/gentoo/release-prepare.sh index afeed8f..efd5447 100644 --- a/gentoo/release-prepare.sh +++ b/gentoo/release-prepare.sh @@ -133,7 +133,7 @@ Please go do the following to finish up: Then, before finally committing - do a run yourself, ensuring that the right version is deployed of course: -- "emerge -1 $(qlist -IC sec-policy)" +- "emerge -1 \$(qlist -IC sec-policy)" Only then do a 'repoman commit -m 'Release of ${NEWVERSION}''. EOF