From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jackson Hamilton Newsgroups: gmane.emacs.devel Subject: Re: Requesting review before pushing patch to ELPA Date: Thu, 5 Feb 2015 10:48:40 -0800 Message-ID: References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=001a11409f08aba3f7050e5bc0bb X-Trace: ger.gmane.org 1423162144 20122 80.91.229.3 (5 Feb 2015 18:49:04 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 5 Feb 2015 18:49:04 +0000 (UTC) Cc: emacs-devel To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Feb 05 19:49:02 2015 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1YJRU6-0002Vl-By for ged-emacs-devel@m.gmane.org; Thu, 05 Feb 2015 19:49:02 +0100 Original-Received: from localhost ([::1]:44605 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YJRU5-0001Ex-NE for ged-emacs-devel@m.gmane.org; Thu, 05 Feb 2015 13:49:01 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:44902) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YJRTn-0001Ce-2F for emacs-devel@gnu.org; Thu, 05 Feb 2015 13:48:47 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YJRTl-0006xs-Jx for emacs-devel@gnu.org; Thu, 05 Feb 2015 13:48:42 -0500 Original-Received: from mail-oi0-x22c.google.com ([2607:f8b0:4003:c06::22c]:52885) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YJRTl-0006xo-Do for emacs-devel@gnu.org; Thu, 05 Feb 2015 13:48:41 -0500 Original-Received: by mail-oi0-f44.google.com with SMTP id a3so7992492oib.3 for ; Thu, 05 Feb 2015 10:48:40 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=6qpxIU1t73a3ga85RAhf4yonnPdU5nKyd2EXIi3fZOc=; b=KZGFaSw1Tc+Vv2zmM2rrcKTqKjLZiNMUa4B5S7wEHGKa5Go2t4ymZHI+FNeMrbsUCV H+xS8Nr4Imx0FVJpyc9NI0pmDmvbjypuVSbyl+M+kTXfXsXHOqGkL6k117ie6z6e8eIV WAsBuzk2bnfUJ5GHcImtZyAPVPBi/QWWgw919JmCFcR6IEiYi5wRhMgKJC9BcbaznPVh tVqCAfEY4VSeEsdNrd9B1zLSITkXiIDEngIXAU6D2xNW0z/X6mIVICNgpSRC6nteBRJB c1KIW0J8OzH7iukb1LsnHJc+JLXbHNHT9qNEcN0sv4Cdkp9wHK6v+XS1v+7uCbnuNNsZ 0XEw== X-Received: by 10.202.104.194 with SMTP id o63mr3213938oik.56.1423162120835; Thu, 05 Feb 2015 10:48:40 -0800 (PST) Original-Received: by 10.76.24.106 with HTTP; Thu, 5 Feb 2015 10:48:40 -0800 (PST) In-Reply-To: X-Google-Sender-Auth: rpTwyWt0tPEldBc41CuKMR0NIq0 X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:4003:c06::22c X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:182470 Archived-At: --001a11409f08aba3f7050e5bc0bb Content-Type: text/plain; charset=ISO-8859-1 I figured out the issue: I had to use the git+ssh url, and I added my ssh key to my savannah account. Then git push worked. On Thu, Feb 5, 2015 at 10:17 AM, Jackson Hamilton < jackson@jacksonrayhamilton.com> wrote: > Heys guys, I am having an issue pushing to ELPA: > > $ git push origin master > Counting objects: 1127, done. > Delta compression using up to 4 threads. > Compressing objects: 100% (431/431), done. > fatal: read error: Connection reset by peer > error: pack-objects died of signal 13 > error: failed to push some refs to 'git://git.sv.gnu.org/emacs/elpa' > > I am not sure what's up. > > I looked up these errors, and apparently "error: pack-objects died of > signal 13" has something to do with the size of the push? The push does > include my whole project history, but I don't have any particularly large > binary files in my repo besides maybe 6 or 7 .png files. > > I've added the "Project Members GPG Keyring" with gpg --import. Perhaps I > am still not properly authenticated? (Sorry, I'm not too familiar with gpg > or keys.) > > Thanks, > Jackson > > On Thu, Feb 5, 2015 at 6:10 AM, Stefan Monnier > wrote: > >> > The attached patches are the current representation of what I intend to >> > merge. (Same subtree strategy as before.) >> >> Looks good to me, >> >> >> Stefan >> >> >> PS: Regarding "eval: (when (fboundp 'rainbow-mode) (rainbow-mode 1))", >> this is usually considered a misfeature: the file does not need or make >> special use of rainbow-mode. Instead, *you* just happen to like using >> rainbow-mode when editing this file. So this customization should be in >> your ~/.emacs rather than in the file itself. >> > > --001a11409f08aba3f7050e5bc0bb Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
I figured out the issue: I had to use the git+ssh url, and= I added my ssh key to my savannah account. Then git push worked.


I looked up these = errors, and apparently "error: pack-objects died of signal 13" ha= s something to do with the size of the push? The push does include my whole= project history, but I don't have any particularly large binary files = in my repo besides maybe 6 or 7 .png files.

I'= ve added the "Project Members GPG Keyring" with gpg --import. Per= haps I am still not properly authenticated? (Sorry, I'm not too familia= r with gpg or keys.)

Thanks,
Jackson=

On Thu, Feb 5, 2015 at 6:10 AM, Stefan M= onnier <monnier@iro.umontreal.ca> wrote:
> The attached patches are the current repre= sentation of what I intend to
> merge. (Same subtree strategy as before.)

Looks good to me,


=A0 =A0 =A0 =A0 Stefan


PS: Regarding "eval: (when (fboundp 'rainbow-mode) (rainbow-mode 1= ))",
this is usually considered a misfeature: the file does not need or make
special use of rainbow-mode.=A0 Instead, *you* just happen to like using rainbow-mode when editing this file.=A0 So this customization should be in<= br> your ~/.emacs rather than in the file itself.


--001a11409f08aba3f7050e5bc0bb--