From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 00205138350 for ; Sat, 15 Feb 2020 13:19:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 26054E092D; Sat, 15 Feb 2020 13:19:34 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0ACAAE092D for ; Sat, 15 Feb 2020 13:19:34 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D58DC34EBFB for ; Sat, 15 Feb 2020 13:19:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 82425116 for ; Sat, 15 Feb 2020 13:19:30 +0000 (UTC) From: "Jason Zaman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jason Zaman" Message-ID: <1581772747.ae6f9aedbaad9dfe1c35e9fb17437ce53ffacef0.perfinion@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: perfinion X-VCS-Committer-Name: Jason Zaman X-VCS-Revision: ae6f9aedbaad9dfe1c35e9fb17437ce53ffacef0 X-VCS-Branch: master Date: Sat, 15 Feb 2020 13:19:30 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: fff6e592-bc6c-478b-a79b-59c925fd702e X-Archives-Hash: fa4d65f94ee570f368f590494c0d32fe commit: ae6f9aedbaad9dfe1c35e9fb17437ce53ffacef0 Author: Jason Zaman gentoo org> AuthorDate: Sat Feb 15 13:18:13 2020 +0000 Commit: Jason Zaman gentoo org> CommitDate: Sat Feb 15 13:19:07 2020 +0000 URL: https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=ae6f9aed gentoo/release-prepare: update remote location Signed-off-by: Jason Zaman gentoo.org> 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 d88b7ba9..243927b2 100644 --- a/gentoo/release-prepare.sh +++ b/gentoo/release-prepare.sh @@ -8,7 +8,7 @@ TRANSLATE="s:\(${HARDENEDREFPOL}\|${REFPOLRELEASE}\):refpolicy/:g"; NEWVERSION="${1}"; # If remote requires a different username, it should be set in ~/.ssh/config -REMOTELOCATION="dev.gentoo.org:/home/swift/public_html/patches/selinux-base-policy"; +REMOTELOCATION="dev.gentoo.org:/home/perfinion/public_html/patches/selinux-base-policy"; usage() { echo "Usage: $0 ";