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 46CCA138359 for ; Fri, 14 Aug 2020 19:21:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 44F96E0817; Fri, 14 Aug 2020 19:21:25 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 2B350E0817 for ; Fri, 14 Aug 2020 19:21:25 +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 D049634F01B for ; Fri, 14 Aug 2020 19:21:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3962222B for ; Fri, 14 Aug 2020 19:21:21 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1597432871.e022f988665aa9d2697c8a84630afd469ae7849b.mattst88@gentoo> Subject: [gentoo-commits] proj/releng:master commit in: scripts/ X-VCS-Repository: proj/releng X-VCS-Files: scripts/copy_buildsync.sh X-VCS-Directories: scripts/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: e022f988665aa9d2697c8a84630afd469ae7849b X-VCS-Branch: master Date: Fri, 14 Aug 2020 19:21:21 +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: 6362fe78-b024-431e-ad95-ad84c2484681 X-Archives-Hash: 0d62a97a07cf2ea3ecf3544c0f832d0a commit: e022f988665aa9d2697c8a84630afd469ae7849b Author: Matt Turner gentoo org> AuthorDate: Fri Aug 14 19:21:11 2020 +0000 Commit: Matt Turner gentoo org> CommitDate: Fri Aug 14 19:21:11 2020 +0000 URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=e022f988 scripts/copy_buildsync: Add arm64 Signed-off-by: Matt Turner gentoo.org> scripts/copy_buildsync.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/copy_buildsync.sh b/scripts/copy_buildsync.sh index 5e4046c4..f7c0c6a3 100755 --- a/scripts/copy_buildsync.sh +++ b/scripts/copy_buildsync.sh @@ -11,6 +11,7 @@ ARCHES=( alpha amd64 arm + arm64 hppa ia64 #mips