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 100BB1381F3 for ; Sun, 4 Nov 2012 13:24:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8D597E055C; Sun, 4 Nov 2012 13:24:27 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 01467E055C for ; Sun, 4 Nov 2012 13:24:26 +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 41AAD33D813 for ; Sun, 4 Nov 2012 13:24:26 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id C89D1E5440 for ; Sun, 4 Nov 2012 13:24:24 +0000 (UTC) From: "Jorge Manuel B. S. Vicetto" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jorge Manuel B. S. Vicetto" Message-ID: <1352035342.675bfe9bb2b6d3f7f83e57ca00639534b120d2c7.jmbsvicetto@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: jmbsvicetto X-VCS-Committer-Name: Jorge Manuel B. S. Vicetto X-VCS-Revision: 675bfe9bb2b6d3f7f83e57ca00639534b120d2c7 X-VCS-Branch: master Date: Sun, 4 Nov 2012 13:24:24 +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: 430f8271-5c5c-4cbf-a170-7e2cd3d3b6cb X-Archives-Hash: bccac4f30738c4fc1d7e0c3067fbe8f1 commit: 675bfe9bb2b6d3f7f83e57ca00639534b120d2c7 Author: Jorge Manuel B. S. Vicetto (jmbsvicetto) gentoo org> AuthorDate: Sun Nov 4 13:22:22 2012 +0000 Commit: Jorge Manuel B. S. Vicetto gentoo org> CommitDate: Sun Nov 4 13:22:22 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/releng.git;a=commit;h=675bfe9b Update locations of source builds and destination dirs for distfile mirroring. --- scripts/copy_buildsync.sh | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/copy_buildsync.sh b/scripts/copy_buildsync.sh index c328ccc..4fff928 100755 --- a/scripts/copy_buildsync.sh +++ b/scripts/copy_buildsync.sh @@ -23,8 +23,8 @@ for ARCH in $ARCHES; do rc=0 fail=0 - indir=/home/buildsync/builds/${ARCH} - outdir=/release/weekly/${ARCH} + indir=/release/weekly/builds/${ARCH} + outdir=/release/distfiles/weekly/${ARCH} tmpdir=/release/tmp/buildsync/partial/${ARCH} mkdir -p ${tmpdir} 2>/dev/null