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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id EDCF8158090 for ; Sat, 21 May 2022 21:50:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1A5D1E0903; Sat, 21 May 2022 21:50:06 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D44F4E0903 for ; Sat, 21 May 2022 21:50:05 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1D39A340DE3 for ; Sat, 21 May 2022 21:50:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0429B3AA for ; Sat, 21 May 2022 21:50:00 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1653169581.e8495470d00cd9912f3d216eb576b72a0f1fc77f.ulm@gentoo> Subject: [gentoo-commits] data/xml-schema:master commit in: / X-VCS-Repository: data/xml-schema X-VCS-Files: repositories.xsd X-VCS-Directories: / X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: e8495470d00cd9912f3d216eb576b72a0f1fc77f X-VCS-Branch: master Date: Sat, 21 May 2022 21:50:00 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: c32301ae-5a89-42be-9f4e-0e6f403196b5 X-Archives-Hash: 98b841dc995feed217fcd3cc144bb3be commit: e8495470d00cd9912f3d216eb576b72a0f1fc77f Author: Ulrich Müller gentoo org> AuthorDate: Sat May 21 21:46:21 2022 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Sat May 21 21:46:21 2022 +0000 URL: https://gitweb.gentoo.org/data/xml-schema.git/commit/?id=e8495470 repositories.xsd: owner elements are ordered Namely, email before name, for consistency with repositories.dtd. Current repositories.xml still validates after this change. Signed-off-by: Ulrich Müller gentoo.org> repositories.xsd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/repositories.xsd b/repositories.xsd index 54bf62a..8454c7a 100644 --- a/repositories.xsd +++ b/repositories.xsd @@ -61,12 +61,12 @@ - + - +