From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:54631) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1etYZ8-0004Fg-JV for guix-patches@gnu.org; Wed, 07 Mar 2018 07:53:12 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1etYZ4-0000Px-Ms for guix-patches@gnu.org; Wed, 07 Mar 2018 07:53:06 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:40617) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1etYZ4-0000PV-Ih for guix-patches@gnu.org; Wed, 07 Mar 2018 07:53:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1etYZ4-0000sD-8l for guix-patches@gnu.org; Wed, 07 Mar 2018 07:53:02 -0500 Subject: [bug#30403] [PATCH] gnu: Add r-colorout. Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <20180209203640.1083-1-go.wigust@gmail.com> Date: Wed, 07 Mar 2018 13:52:08 +0100 In-Reply-To: <20180209203640.1083-1-go.wigust@gmail.com> (Oleg Pykhalov's message of "Fri, 9 Feb 2018 23:36:40 +0300") Message-ID: <87lgf4t5dz.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable 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: Oleg Pykhalov Cc: 30403@debbugs.gnu.org Hi Oleg, Oleg Pykhalov skribis: > * gnu/packages/statistics.scm (r-colorout): New public variable. Please push! Note that =E2=80=98HACKING=E2=80=99 states: For patches that just add a new package, and a simple one, it=E2=80=99s O= K to commit, if you=E2=80=99re confident (which means you successfully built it in a c= hroot setup, and have done a reasonable copyright and license auditing.) Likewise for package upgrades, except upgrades that trigger a lot of rebuilds (for exa= mple, upgrading GnuTLS or GLib.) We have a mailing list for commit notificatio= ns (guix-commits@gnu.org), so people can notice. Before pushing your change= s, make sure to run =E2=80=98git pull --rebase=E2=80=99. Do take advantage of it! :-) Ludo=E2=80=99.