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 7D3C8138590 for ; Sun, 20 Jan 2013 07:44:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 11651E0531; Sun, 20 Jan 2013 07:44:26 +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 A6421E0531 for ; Sun, 20 Jan 2013 07:44:25 +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 C16E433DAFF for ; Sun, 20 Jan 2013 07:44:24 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 3B4DFE4073 for ; Sun, 20 Jan 2013 07:44:22 +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: <1358667852.25a9f336227c8d6807100c658bd68d6371262024.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: 25a9f336227c8d6807100c658bd68d6371262024 X-VCS-Branch: master Date: Sun, 20 Jan 2013 07:44:22 +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: 6ed96fb2-91a3-49ff-b929-c647f69f4f83 X-Archives-Hash: 8b1d450b29162ca8fc568f97b3373db9 commit: 25a9f336227c8d6807100c658bd68d6371262024 Author: Raúl Porcel gentoo org> AuthorDate: Sun Jan 20 07:44:12 2013 +0000 Commit: Raúl Porcel gentoo org> CommitDate: Sun Jan 20 07:44:12 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/releng.git;a=commit;h=25a9f336 Adjust to skimmer's layout, as /release/distfiles is another filesystem and therefore rsync complains when doing the tmp and partial stuff --- scripts/copy_buildsync.sh | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/scripts/copy_buildsync.sh b/scripts/copy_buildsync.sh index 4fff928..3d998e6 100755 --- a/scripts/copy_buildsync.sh +++ b/scripts/copy_buildsync.sh @@ -25,7 +25,7 @@ for ARCH in $ARCHES; do indir=/release/weekly/builds/${ARCH} outdir=/release/distfiles/weekly/${ARCH} - tmpdir=/release/tmp/buildsync/partial/${ARCH} + tmpdir=/release/distfiles/tmp/buildsync/partial/${ARCH} mkdir -p ${tmpdir} 2>/dev/null # Copying