From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from sender11-op-o11.zoho.eu (sender11-op-o11.zoho.eu [31.186.226.225]) by sourceware.org (Postfix) with ESMTPS id 440073858407 for ; Thu, 4 Aug 2022 13:44:20 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 440073858407 Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=hamishmb.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=hamishmb.com ARC-Seal: i=1; a=rsa-sha256; t=1659620656; cv=none; d=zohomail.eu; s=zohoarc; b=doDMKdmLGvLCBfaDzHEugXMgRZYA5DT7SCzGMfqgkNM9+MPvoKGGBi8E3RtnJEFS+cyC/V5KStvGnaYaGw8hTe/Oy/SztVxK3H6odHpm/UxLknbjuursigkCAEyMUVlon/XkvZPkV7h8gHChlx7vEbvPH7A0YSsi25fo0aOJaOM= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.eu; s=zohoarc; t=1659620656; h=Content-Type:Content-Transfer-Encoding:Date:From:In-Reply-To:MIME-Version:Message-ID:References:Subject:To; bh=DzKhLJPvJ85WT7i+zBLZpG9Jr+XUNrIloaMps/lSfC8=; b=aYHuDGt/TPnF5jwcVqHH9aQt4rSPXjyIbX2gPvwLTEctQpgaWFO1LMXHhpWXbL/WPbVnPysKy8NTOljMJHkteded0M11NOJ5fM7hLOBnFbALvzCdRgIVVOv4eC8klBR10I57cXHRTtQCokgW7tR2jBS/eBY5qqOMuhLzeQXmPO4= ARC-Authentication-Results: i=1; mx.zohomail.eu; dkim=pass header.i=hamishmb.com; spf=pass smtp.mailfrom=cygwin@hamishmb.com; dmarc=pass header.from= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1659620656; s=zmail; d=hamishmb.com; i=cygwin@hamishmb.com; h=Message-ID:Date:Date:MIME-Version:Subject:Subject:To:To:References:From:From:In-Reply-To:Content-Type:Content-Transfer-Encoding:Message-Id:Reply-To:Cc; bh=DzKhLJPvJ85WT7i+zBLZpG9Jr+XUNrIloaMps/lSfC8=; b=zVaHK56Ixf1iMPY4IIFWRqEeaMMamXI4boNMvXgOVCq7JreDK65TJazOZSgJxp9z TF9yAD6aBoVNA+xN8Jf0xzKftloFEGXXHlZkhxsJIC0zVBR0fJNiPoiXcCqBL1aJkJV pVdk6hq1vnfFyT25zEoPNpMXCEdoYiyAdZ/n7KNM= Received: from [192.168.10.213] (host81-151-63-109.range81-151.btcentralplus.com [81.151.63.109]) by mx.zoho.eu with SMTPS id 1659620656117267.8512659942958; Thu, 4 Aug 2022 15:44:16 +0200 (CEST) Message-ID: Date: Thu, 4 Aug 2022 14:44:15 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.11.0 Subject: Re: Moving my packaging repos to gitlab Content-Language: en-US To: "cygwin-apps@cygwin.com" References: <127f12b6-f067-d7be-eadd-d64ee8cc9b2e@hamishmb.com> From: Hamish McIntyre-Bhatty In-Reply-To: <127f12b6-f067-d7be-eadd-d64ee8cc9b2e@hamishmb.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-ZohoMailClient: External X-Spam-Status: No, score=-2.0 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, NICE_REPLY_A, RCVD_IN_DNSWL_NONE, RCVD_IN_MSPIKE_H2, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) 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: Thu, 04 Aug 2022 13:44:21 -0000 On 04/08/2022 14:30, Hamish McIntyre-Bhatty wrote: > On 04/08/2022 13:50, Adam Dinwoodie wrote: >> On Thu, 4 Aug 2022 at 11:13, Hamish McIntyre-Bhatty >> wrote: >>> I'm considering moving my Cygwin packaging repos over to gitlab, as I >>> find it easier to organise and use. Are there any potential >>> problems/lost features from me doing this? >> >> Where are your repos currently stored? >> >> Personally, I keep repos for all the projects I maintain on GitHub; I >> mirror them to https://cygwin.com/git-cygwin-packages/ whenever I >> create a release, in the name of helping other folks find the >> packaging code, but the repos I actually work with day-to-day are the >> GitHub ones. >> > > I have them at: https://cygwin.com/git-cygwin-packages/ currently. > > Good idea, I'll just mirror to https://cygwin.com/git-cygwin-packages/ > and no discoverability or potentially-useful features are lost. > > Hamish > Also, for the sake of consistency between repos, I now use "main" as my default branch. Can I somehow change this for the cygwin.com git for my repos too? Hamish