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 A370A59CB2 for ; Thu, 14 Apr 2016 15:38:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2A352E0885; Thu, 14 Apr 2016 15:38:29 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C7F29E0885 for ; Thu, 14 Apr 2016 15:38:28 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E1727340DE2 for ; Thu, 14 Apr 2016 15:38:27 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A9F10188 for ; Thu, 14 Apr 2016 15:38:26 +0000 (UTC) From: "Fabian Groffen" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Fabian Groffen" Message-ID: <1460648300.93a59db592d00c3eb27f8f40da8e029144978af8.grobian@gentoo> Subject: [gentoo-commits] repo/proj/prefix:master commit in: scripts/rsync-generation/ X-VCS-Repository: repo/proj/prefix X-VCS-Files: scripts/rsync-generation/update-rsync-master.sh X-VCS-Directories: scripts/rsync-generation/ X-VCS-Committer: grobian X-VCS-Committer-Name: Fabian Groffen X-VCS-Revision: 93a59db592d00c3eb27f8f40da8e029144978af8 X-VCS-Branch: master Date: Thu, 14 Apr 2016 15:38:26 +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: 8e05ef35-2e17-4fe3-a3d9-662612648ad7 X-Archives-Hash: 2ebea336a7bd7721e8f58e6e0c555ed4 commit: 93a59db592d00c3eb27f8f40da8e029144978af8 Author: Fabian Groffen gentoo org> AuthorDate: Thu Apr 14 15:38:20 2016 +0000 Commit: Fabian Groffen gentoo org> CommitDate: Thu Apr 14 15:38:20 2016 +0000 URL: https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=93a59db5 scripts/rsync-generation: dtd and glsa will exist in repos of course scripts/rsync-generation/update-rsync-master.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/rsync-generation/update-rsync-master.sh b/scripts/rsync-generation/update-rsync-master.sh index a58a997..1acdacd 100755 --- a/scripts/rsync-generation/update-rsync-master.sh +++ b/scripts/rsync-generation/update-rsync-master.sh @@ -7,8 +7,8 @@ BASE_PATH="$(readlink -f "${BASH_SOURCE[0]%/*}")" HGDIR="${BASE_PATH}/repos/prefix-tree" CVSDIR="${BASE_PATH}/repos/gentoo-x86" -DTDDIR="${BASE_PATH}/dtd" -GLSADIR="${BASE_PATH}/glsa" +DTDDIR="${BASE_PATH}/repos/dtd" +GLSADIR="${BASE_PATH}/repos/glsa" NEWSDIR="${BASE_PATH}/repos/gentoo-news" RSYNCDIR="${BASE_PATH}/master-rsync-tree"