From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lb1-smtp-cloud7.xs4all.net (lb1-smtp-cloud7.xs4all.net [194.109.24.24]) by sourceware.org (Postfix) with ESMTPS id 4BDD63858D35 for ; Sun, 18 Oct 2020 11:39:14 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 4BDD63858D35 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=xs4all.nl Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=waterlan@xs4all.nl Received: from roundcube.xs4all.nl ([IPv6:2001:888:0:22:194:109:20:215]) by smtp-cloud7.xs4all.net with ESMTPA id U71skY76yghRkU71skpoiS; Sun, 18 Oct 2020 13:39:12 +0200 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=xs4all.nl; s=s1; t=1603021152; bh=N29OywYkd3Txbdgwk7tAvbNnEF7DOdRA8VFDu6sJXL0=; h=MIME-Version:Date:From:To:Subject:Message-ID:Content-Type:From: Subject; b=jBzaQmV6iN4YEXTpubEqT8GwPTnHjEjyWAIge7oNHzAGEtX/cd4QzrsMC0n5qzxRW DroI1cV6LyRlcrEbhvAg/JxC80qJ5ikVo9ZA2LSqCR6I8sIEfuyti+Kyl0LfaRB0/S CaLxibWBcCMJO5iIo1RQA2qG6aZhYJiw1oB+8uhOhJbxUxwf5wCQVvBR2k4S57aAop j4ScKzxvC5JFTSyzS973kWszszjzgOF1U+vHSKCHErkEXCB+OaZcA90QyySSAdGQ0x HI27fzYRvtsRMdqd52PPEOyH61WXMtBbfZjUR9KKS4qKj3iuiPA3BCDV9qj8dKm5jz qPqrjomh/TONg== Received: from 2001:985:bb9f:1:e826:8cbb:d3ed:f5f5 by roundcube.xs4all.nl with HTTP (HTTP/1.1 POST); Sun, 18 Oct 2020 13:39:12 +0200 MIME-Version: 1.0 Date: Sun, 18 Oct 2020 13:39:12 +0200 From: Erwin Waterlander To: cygwin-apps@cygwin.com Subject: Re: How to create am initial cygwin package git repo? In-Reply-To: <43859b56a2e3cdfca6667da718956c24@xs4all.nl> References: <43859b56a2e3cdfca6667da718956c24@xs4all.nl> Message-ID: <8fbe5cf1b6f455d5437cc216016ffb2c@xs4all.nl> X-Sender: waterlan@xs4all.nl User-Agent: XS4ALL Webmail Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit X-CMAE-Envelope: MS4xfEk66fA66OI9q8AndM9L28MoQaNU+6MA4SEoVxsGoKGmM2529VxxLIMUVfOoHTG2q2iTCloUnFW4su1bLuWopMUPKFTm94vAjdRqYbOFxcsmPQG8BiJQ +/K2A3IrIPZ/MgOoOh2neMBHK/KCWAoQlE95ZRfy95JecRJu7n2GotA3Bh6asvZ9k2YrYpWHzJck+C1p8NilFNtvREhOuyuwcmqLwe1+Z+xhkKsLyh/dux6x pK8hfJ9YldwFUV9CPA2hhw== X-Spam-Status: No, score=-2.8 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, RCVD_IN_DNSWL_LOW, RCVD_IN_MSPIKE_H2, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: cygwin-apps@cygwin.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: Cygwin package maintainer discussion list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Oct 2020 11:39:16 -0000 Erwin Waterlander schreef op 2020-10-18 12:03: > Hi, > > I want to create git repos for my cygwin packages. > The information on https://cygwin.com/packaging/repos.html is quite > brief. > Is there a more elaborate guide? > > regards, The text on https://cygwin.com/packaging/repos.html is unclear. The page says that the repo is lazily created on the first push. It should say that you first clone it with this command: git clone ssh://cygwin@cygwin.com/git/cygwin-packages/packagename.git and then do a first push git push regards, Erwin