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 22B991381F1 for ; Sat, 17 Mar 2018 20:59:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2F7A6E0884; Sat, 17 Mar 2018 20:59:06 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 0AB62E0884 for ; Sat, 17 Mar 2018 20:59:06 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 D9FA1335CA2 for ; Sat, 17 Mar 2018 20:59:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 986CC78 for ; Sat, 17 Mar 2018 20:59:03 +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: <1521320194.22a85e115b85a0400b7d5f8f4fc6c3d12ba17cb1.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: 22a85e115b85a0400b7d5f8f4fc6c3d12ba17cb1 X-VCS-Branch: master Date: Sat, 17 Mar 2018 20:59:03 +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: 710a58ed-4aad-4a26-b41c-49b2b263bb9f X-Archives-Hash: f9bd42534e84cac3cef60e79b8053033 commit: 22a85e115b85a0400b7d5f8f4fc6c3d12ba17cb1 Author: Fabian Groffen gentoo org> AuthorDate: Sat Mar 17 20:56:34 2018 +0000 Commit: Fabian Groffen gentoo org> CommitDate: Sat Mar 17 20:56:34 2018 +0000 URL: https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=22a85e11 scripts/rsync-generation/update-rsync-master: update package metadata.xml scripts/rsync-generation/update-rsync-master.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/rsync-generation/update-rsync-master.sh b/scripts/rsync-generation/update-rsync-master.sh index 4c1febc2c9..02807d19c9 100755 --- a/scripts/rsync-generation/update-rsync-master.sh +++ b/scripts/rsync-generation/update-rsync-master.sh @@ -81,7 +81,8 @@ apply_git_mtimes() { [D]*) # in case a file is removed, ensure Manifest gets # updated by touching a file which should be there - files+=( metadata.xml ) + [[ $2 == */* ]] && \ + files+=( ${2%/*}/metadata.xml ) ;; esac done