From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12271 invoked by alias); 8 Aug 2019 14:04:16 -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 12257 invoked by uid 89); 8 Aug 2019 14:04:16 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-0.5 required=5.0 tests=AWL,BAYES_00,RDNS_DYNAMIC,TVD_RCVD_IP autolearn=no version=3.3.1 spammy=sourceware1, fish, HX-Languages-Length:1313, cygwincom X-HELO: blaine.gmane.org Received: from 195-159-176-226.customer.powertech.no (HELO blaine.gmane.org) (195.159.176.226) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 08 Aug 2019 14:04:15 +0000 Received: from list by blaine.gmane.org with local (Exim 4.89) (envelope-from ) id 1hvj1X-000Hcn-ER for cygwin-apps@cygwin.com; Thu, 08 Aug 2019 16:04:11 +0200 To: cygwin-apps@cygwin.com From: "Andrew Schulman via cygwin-apps" Reply-To: Andrew Schulman Subject: Re: git repositories for cygwin packaging - please test Date: Thu, 08 Aug 2019 14:04:00 -0000 Message-ID: <3paoke5p1iivphkr77dsj1hf14sb9cclk5@4ax.com> References: <20e2f046-af24-14b8-b6c4-263f859042b8@dronecode.org.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2019-08/txt/msg00015.txt.bz2 > > While a number of maintainers keep their cygwin packaging under some > sort of version control, there is currently no central collection of > these repositories. > > To remedy this lack, using the same ssh key you use for sftp package > upload, package maintainers can now also push to git repositories, like so: > > git push cygwin@cygwin.com:/git/cygwin-packages/ > > where is a package name you are listed as a maintainer for > in http://cygwin.com/cygwin-pkg-maint. > > These repositories are lazily created on the first push. In my testing, git push hangs on the first push, after "Initialized empty git repositories". After I interrupt, it finishes normally. Maybe a misconfiguration on my end. ~/d/c/fish> git push --set-upstream origin master Initialized empty Git repository in /sourceware1/projects/cygwin-home/cygwin-packages/fish.git/ # Insert Ctrl-C here Counting objects: 92, done. Delta compression using up to 4 threads. Compressing objects: 100% (75/75), done. Writing objects: 100% (92/92), 14.87 KiB | 249.00 KiB/s, done. Total 92 (delta 33), reused 0 (delta 0) To cygwin.com:/git/cygwin-packages/fish * [new branch] master -> master Branch 'master' set up to track remote branch 'master' from 'origin'.