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 91B9C138334 for ; Wed, 11 Sep 2019 08:21:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E1F5FE092C; Wed, 11 Sep 2019 08:21:20 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 CD02AE092C for ; Wed, 11 Sep 2019 08:21:20 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 0401A34B02D for ; Wed, 11 Sep 2019 08:21:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 88DA4720 for ; Wed, 11 Sep 2019 08:21:18 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1568190054.c02a1619018fa7b239368086ff9c015073681600.mgorny@gentoo> Subject: [gentoo-commits] data/api:master commit in: bin/ X-VCS-Repository: data/api X-VCS-Files: bin/uidgid2wiki.awk X-VCS-Directories: bin/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: c02a1619018fa7b239368086ff9c015073681600 X-VCS-Branch: master Date: Wed, 11 Sep 2019 08:21:18 +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: 393aa8c3-75ee-4ede-8fde-a0ca80f088a7 X-Archives-Hash: d83eeaf784cc9edc8ff03d39e1fa27fd commit: c02a1619018fa7b239368086ff9c015073681600 Author: Michał Górny gentoo org> AuthorDate: Wed Sep 11 08:20:54 2019 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Sep 11 08:20:54 2019 +0000 URL: https://gitweb.gentoo.org/data/api.git/commit/?id=c02a1619 bin/uidgid2wiki.awk: Print auto-gen comment Signed-off-by: Michał Górny gentoo.org> bin/uidgid2wiki.awk | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/uidgid2wiki.awk b/bin/uidgid2wiki.awk index 3c3e22f..2cc9f3b 100755 --- a/bin/uidgid2wiki.awk +++ b/bin/uidgid2wiki.awk @@ -1,6 +1,7 @@ #!/usr/bin/awk -f BEGIN { + print "" print "{|class=\"wikitable sortable\"" print "! Name" print "! data-sort-type=\"number\" | UID"