From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 51273 invoked by alias); 16 Sep 2017 16:21:43 -0000 Mailing-List: contact cygwin-apps-help@cygwin.com; run by ezmlm Precedence: bulk Sender: cygwin-apps-owner@cygwin.com List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Mail-Followup-To: cygwin-apps@cygwin.com Received: (qmail 51259 invoked by uid 89); 16 Sep 2017 16:21:43 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.7 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD,SPF_HELO_PASS,SPF_PASS autolearn=ham version=3.3.2 spammy=H*M:4d9c, she, click, our X-HELO: limerock01.mail.cornell.edu Received: from limerock01.mail.cornell.edu (HELO limerock01.mail.cornell.edu) (128.84.13.241) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sat, 16 Sep 2017 16:21:42 +0000 X-CornellRouted: This message has been Routed already. Received: from authusersmtp.mail.cornell.edu (granite3.serverfarm.cornell.edu [10.16.197.8]) by limerock01.mail.cornell.edu (8.14.4/8.14.4_cu) with ESMTP id v8GGLdoS024669 for ; Sat, 16 Sep 2017 12:21:39 -0400 Received: from [192.168.0.15] (mta-68-175-129-7.twcny.rr.com [68.175.129.7] (may be forged)) (authenticated bits=0) by authusersmtp.mail.cornell.edu (8.14.4/8.12.10) with ESMTP id v8GGLbSm005153 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NOT) for ; Sat, 16 Sep 2017 12:21:39 -0400 Subject: Re: [PATCH setup 00/14] Use libsolv, solve all our problems... (WIP) To: cygwin-apps@cygwin.com References: <20170531105015.162228-1-jon.turney@dronecode.org.uk> <488ba627-de58-ddc7-7f69-696adae76b8a@cornell.edu> <7a173f99-a2e1-a07c-a9df-5bebcf377957@cornell.edu> <87poau9znx.fsf@Rainer.invalid> <050204e5-0ed3-8e47-3825-58ec6a10f44f@cornell.edu> <87ingltcn0.fsf@Rainer.invalid> <4ed6c549-dddd-fc45-3ed8-f7339548d7cd@cornell.edu> From: Ken Brown Message-ID: <9b53936a-488f-4d9c-5efe-84071eac784f@cornell.edu> Date: Sat, 16 Sep 2017 16:21:00 -0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.3.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-PMX-Cornell-Gauge: Gauge=XXXXX X-PMX-CORNELL-AUTH-RESULTS: dkim-out=none; X-IsSubscribed: yes X-SW-Source: 2017-09/txt/msg00025.txt.bz2 On 9/15/2017 3:24 PM, Jon Turney wrote: > Can you rebase your and my patches onto master, and push to sourceware > in a topic/libsolv branch? I've done the first part, but I don't seem to have the right permissions for the second: $ git push -u origin topic/libsolv Counting objects: 221, done. Delta compression using up to 4 threads. Compressing objects: 100% (221/221), done. Writing objects: 100% (221/221), 49.10 KiB | 1.82 MiB/s, done. Total 221 (delta 180), reused 0 (delta 0) fatal: Unable to create temporary file: Permission denied error: remote unpack failed: index-pack abnormal exit To cygwin.com:/git/cygwin-setup.git ! [remote rejected] topic/libsolv -> topic/libsolv (n/a (unpacker error)) error: failed to push some refs to 'cygwin.com:/git/cygwin-setup.git' I think I used to have commit access on sourceware, but it's possible that my ssh key has changed since I last tried. I can't really tell from the error message whether that's the issue. Can you or Yaakov help with this? My recollection is that when Corinna first gave me access, she sent me an email with a link to click on to submit my ssh key. Ken