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 69AAA139085 for ; Sat, 21 Jan 2017 19:21:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B51752340AB; Sat, 21 Jan 2017 19:21:50 +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 93FD12340AB for ; Sat, 21 Jan 2017 19:21:50 +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 2E37334167C for ; Sat, 21 Jan 2017 19:21:49 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 392A12BA6 for ; Sat, 21 Jan 2017 19:21:47 +0000 (UTC) From: "Göktürk Yüksek" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Göktürk Yüksek" Message-ID: <1485026463.1ad3d23d6d061b3bfe5849804a1efbe0aaa1e5cd.gokturk@gentoo> Subject: [gentoo-commits] proj/devmanual:master commit in: ebuild-writing/common-mistakes/ X-VCS-Repository: proj/devmanual X-VCS-Files: ebuild-writing/common-mistakes/text.xml X-VCS-Directories: ebuild-writing/common-mistakes/ X-VCS-Committer: gokturk X-VCS-Committer-Name: Göktürk Yüksek X-VCS-Revision: 1ad3d23d6d061b3bfe5849804a1efbe0aaa1e5cd X-VCS-Branch: master Date: Sat, 21 Jan 2017 19:21:47 +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: d5345a37-6427-49bc-9540-5b09a5647721 X-Archives-Hash: eae25ffe0ffc6df0004a62c52f33d65d commit: 1ad3d23d6d061b3bfe5849804a1efbe0aaa1e5cd Author: Jonas Stein jonasstein de> AuthorDate: Sat Jan 21 12:03:27 2017 +0000 Commit: Göktürk Yüksek gentoo org> CommitDate: Sat Jan 21 19:21:03 2017 +0000 URL: https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=1ad3d23d ebuild-writing/common-mistakes: shortened to facts and made it more objective The user who reads this does not need 3x please. Well sorted and readable attachments are good for everyone. Gentoo-devs, bug reporter, proxy-maintainer, packagers from other distributions looking for solutions... ebuild-writing/common-mistakes/text.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ebuild-writing/common-mistakes/text.xml b/ebuild-writing/common-mistakes/text.xml index 1a2ef85..e9bcf5c 100644 --- a/ebuild-writing/common-mistakes/text.xml +++ b/ebuild-writing/common-mistakes/text.xml @@ -440,8 +440,8 @@ link="::ebuild-maintenance#adding-a-new-ebuild">Adding new Ebuild tutorial

-Please please please do not attach ebuilds as tarballs. Attach patches -separately as well so we can easily examine them. +Please do not attach ebuilds or patches as tarballs. It avoids extra +operations when reviewing.