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 DF7991381F3 for ; Sun, 4 Aug 2013 18:01:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 73569E0962; Sun, 4 Aug 2013 18:01:31 +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 1237CE0962 for ; Sun, 4 Aug 2013 18:01:30 +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 DCA4C33EAAB for ; Sun, 4 Aug 2013 18:01:29 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 33365E468F for ; Sun, 4 Aug 2013 18:01:28 +0000 (UTC) From: "Raúl Porcel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Raúl Porcel" Message-ID: <1375639277.609e096a7d18f6434fc32ca5ba12da92e96c9e22.armin76@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: armin76 X-VCS-Committer-Name: Raúl Porcel X-VCS-Revision: 609e096a7d18f6434fc32ca5ba12da92e96c9e22 X-VCS-Branch: master Date: Sun, 4 Aug 2013 18:01:28 +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: 166bfceb-e15a-47dd-89ed-ecfd5697958f X-Archives-Hash: 3e5935b2e2f255c19c1be25414952736 commit: 609e096a7d18f6434fc32ca5ba12da92e96c9e22 Author: Raúl Porcel gentoo org> AuthorDate: Sun Aug 4 18:01:17 2013 +0000 Commit: Raúl Porcel gentoo org> CommitDate: Sun Aug 4 18:01:17 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/releng.git;a=commit;h=609e096a Add m68k --- scripts/copy_buildsync.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/copy_buildsync.sh b/scripts/copy_buildsync.sh index 4375a3d..4b48e0f 100755 --- a/scripts/copy_buildsync.sh +++ b/scripts/copy_buildsync.sh @@ -1,6 +1,6 @@ #!/bin/bash -ARCHES="alpha amd64 arm hppa ia64 ppc sparc x86 sh s390" +ARCHES="alpha amd64 arm hppa ia64 ppc sparc x86 sh s390 m68k" #alpha amd64 arm hppa ia64 mips ppc s390 sh sparc x86 #ARCHES="s390" RSYNC_OPTS="-aO --delay-updates"