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 349E01381F3 for ; Wed, 9 Oct 2013 11:15:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5FCB9E09C4; Wed, 9 Oct 2013 11:15:39 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 92271E09C5 for ; Wed, 9 Oct 2013 11:15:38 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 68A5133EFC2 for ; Wed, 9 Oct 2013 11:15:37 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 18B61E5463 for ; Wed, 9 Oct 2013 11:15:36 +0000 (UTC) From: "Yuta SATOH" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Yuta SATOH" Message-ID: <1381317322.b852f193ec4f86201acd7621a8634d5ead8e1f54.yuta_satoh@gentoo> Subject: [gentoo-commits] proj/gentoo-bsd:master commit in: scripts/ X-VCS-Repository: proj/gentoo-bsd X-VCS-Files: scripts/extract-9.0.sh X-VCS-Directories: scripts/ X-VCS-Committer: yuta_satoh X-VCS-Committer-Name: Yuta SATOH X-VCS-Revision: b852f193ec4f86201acd7621a8634d5ead8e1f54 X-VCS-Branch: master Date: Wed, 9 Oct 2013 11:15:36 +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: 0798ad16-1a2a-4173-8ac7-546582a34ae6 X-Archives-Hash: 8c02da6421658339dfccf0a3faa91d9e commit: b852f193ec4f86201acd7621a8634d5ead8e1f54 Author: Yuta SATOH gentoo gr jp> AuthorDate: Wed Oct 9 11:15:22 2013 +0000 Commit: Yuta SATOH 0x100 com> CommitDate: Wed Oct 9 11:15:22 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gentoo-bsd.git;a=commit;h=b852f193 extract-9.0.sh: added secure to dists and added support for alpha version --- scripts/extract-9.0.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/scripts/extract-9.0.sh b/scripts/extract-9.0.sh index 66265b4..6dee694 100755 --- a/scripts/extract-9.0.sh +++ b/scripts/extract-9.0.sh @@ -11,7 +11,7 @@ fi # Added cddl and compat. if [[ -z $2 ]]; then - dists="bin cddl contrib crypto gnu include lib libexec sbin share usr.bin usr.sbin sys etc rescue " + dists="bin cddl contrib crypto gnu include lib libexec sbin share usr.bin usr.sbin sys etc rescue secure " else dists="$2" fi @@ -22,6 +22,8 @@ echo "Using mirror ${MIRROR}" P=$1 MY_P=${P/_rc/-RC} MY_P=${MY_P/_beta/-BETA} +MY_P=${MY_P/_alpha/-ALPHA} + echo "Getting version ${P} [${MY_P}].." if [[ ${MY_P} == ${P} ]]; then MY_P="${MY_P}-RELEASE"