From debbugs-submit-bounces@debbugs.gnu.org Tue Dec 31 08:42:51 2019 Received: (at 38827) by debbugs.gnu.org; 31 Dec 2019 13:42:51 +0000 Received: from localhost ([127.0.0.1]:33883 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1imHnP-0005Vs-Fi for submit@debbugs.gnu.org; Tue, 31 Dec 2019 08:42:51 -0500 Received: from mail-wm1-f45.google.com ([209.85.128.45]:51193) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1imHnN-0005Vd-OB for 38827@debbugs.gnu.org; Tue, 31 Dec 2019 08:42:50 -0500 Received: by mail-wm1-f45.google.com with SMTP id a5so1913593wmb.0 for <38827@debbugs.gnu.org>; Tue, 31 Dec 2019 05:42:49 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=references:user-agent:from:to:cc:subject:in-reply-to:date :message-id:mime-version; bh=t5V1cWQxwH5TEDcNqqZvIcYJRkY1YnrLj8u9eXlQDN0=; b=SejOiZSNLmA0ZSB/RClQNFO90awEoRJzDw8UA57AtVfs4+pf2hG6wCNW+s6Efcn/gE c2aTywFKy+CfHQvdEvJkQ3PA+/qzT9nJsCZowFVERzwMEiW52YYVEUDJINJRW871NMEN Uc4XAhkLKqus0rQvgrnrzl29kLHIZdYEdXbvTj2HSYUTVfJ4yo/zM2u40uQFQhT4zcu6 43eMwbWD3kuYaGSt6o7PNOjhU6mhYG6YJc1ZD5eEsui5hdSBAbZYzlPPd4/ei4vVeKZs xet60/LikwCV2xSgGncKUxcy4SqzDDlJcnvcJxk0TipCRby/j7FzmH9ihaM0cOOswU7l skxA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:references:user-agent:from:to:cc:subject :in-reply-to:date:message-id:mime-version; bh=t5V1cWQxwH5TEDcNqqZvIcYJRkY1YnrLj8u9eXlQDN0=; b=q5eQp4VCx+478d+gr1o0c+achrmQ5RR8w+WeWADpf8wq0YB4e0tKo72KNKjyayd0hQ WHRg2VMwtL/jUHXMpYbWMU6TR9tG94jvirM0xvgOvpwhGZTKmmdWA4aFJPN3gHMQ+OLc b9gj4XKtRTA1Zs5pdnRJeUXT4f1zGnjxk2AGh+0M6zbrd53rvnfGKk6zOAij8yBCf+l1 Aq3g+Q3N5w/D9RaWwxvNRvEW9p433iCMS29PkxWEDnBWm3ZUKTE8PiEnvPFihYlxubr+ FqTM7AYzh2fzoZ26ZjC7L8sXMAEVMGZoc+/pioncoy6hfYqwDXastgyNe/ccoJc13MIt urVA== X-Gm-Message-State: APjAAAXZVGoHZkipNMxg6KuvNK/1NA3lZrsVZoqvASqrPnB9RgeK+INy iU6d13hXJvq/o3rYsoSzKmEwyikb X-Google-Smtp-Source: APXvYqzRL182NhorzwpHEz/7I+srn7OhPJQKJ4FoqEz8f/httFFxRTZWypOz2sT0fdWvfjtA6waJDw== X-Received: by 2002:a1c:a78c:: with SMTP id q134mr4163104wme.98.1577799763547; Tue, 31 Dec 2019 05:42:43 -0800 (PST) Received: from cervin ([2a01:cb18:832e:5f00:fc44:c711:5fe:9e86]) by smtp.gmail.com with ESMTPSA id m126sm2591003wmf.7.2019.12.31.05.42.42 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 31 Dec 2019 05:42:42 -0800 (PST) References: <20191231091757.69869-1-r.majd@pantherx.org> <87imlwsqir.fsf@gmail.com> User-agent: mu4e 1.2.0; emacs 26.3 From: Mathieu Othacehe To: Reza Alizadeh Majd Subject: Re: [bug#38827] [PATCH] gnu: Add gitlab-runner. 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 X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 38827 Cc: 38827@debbugs.gnu.org, guix-patches@gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) > 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