From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Wurmus Subject: Re: How install new package created? How contribute with it? Date: Wed, 05 Aug 2015 14:45:03 +0200 Message-ID: <87si7xvr8w.fsf@elephly.net> References: <87wpxauuib.fsf@elephly.net> <3c1c46346ad37b677278c3d7d2da1e6a@openmailbox.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:34775) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZMy47-0000UC-FN for guix-devel@gnu.org; Wed, 05 Aug 2015 08:45:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZMy43-0007ps-Ow for guix-devel@gnu.org; Wed, 05 Aug 2015 08:45:03 -0400 Received: from sender163-mail.zoho.com ([74.201.84.163]:25621) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZMy43-0007pV-Fz for guix-devel@gnu.org; Wed, 05 Aug 2015 08:44:59 -0400 In-reply-to: <3c1c46346ad37b677278c3d7d2da1e6a@openmailbox.org> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Daniel Pimentel Cc: guix-devel@gnu.org > git commit -m 'Add Rage audio and video player by EFL' The commit message is wrong. Please take a look at other commit messages in the git log. It should be something like this: gnu: Add Rage player. * whatever/file.scm (variable): What changed. * another/file.scm: New file. * and/so.on: You know. ~~ Ricardo