From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:36696) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1imHnb-0005PW-MU for guix-patches@gnu.org; Tue, 31 Dec 2019 08:43:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1imHna-0001gF-Eg for guix-patches@gnu.org; Tue, 31 Dec 2019 08:43:03 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:56146) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1imHna-0001fg-Ap for guix-patches@gnu.org; Tue, 31 Dec 2019 08:43:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1imHna-0005Wg-9G for guix-patches@gnu.org; Tue, 31 Dec 2019 08:43:02 -0500 Subject: [bug#38827] [PATCH] gnu: Add gitlab-runner. Resent-Message-ID: References: <20191231091757.69869-1-r.majd@pantherx.org> <87imlwsqir.fsf@gmail.com> From: Mathieu Othacehe In-reply-to: Date: Tue, 31 Dec 2019 14:42:41 +0100 Message-ID: <87d0c4sjam.fsf@gmail.com> MIME-Version: 1.0 Content-Type: text/plain List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Reza Alizadeh Majd Cc: 38827@debbugs.gnu.org > I checked the package using `guix lint ...` but didn't receive any > warning about the column limit. Yup, we would need to improve the linter :) This column limit rule is mentionned here[1]. > I use projects default document to fill the description field: > https://docs.gitlab.com/runner/ > > do I need to update description to a custom one? Yes, sometimes the upstream description is too short, uses superlatives or so. You'll find some guidelines here[2]. Thanks, Mathieu [1]: https://guix.gnu.org/manual/en/html_node/Formatting-Code.html#Formatting-Code [2]: https://guix.gnu.org/manual/en/html_node/Synopses-and-Descriptions.html#Synopses-and-Descriptions