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 8E91C385740F for ; Thu, 4 Aug 2022 13:30:07 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 8E91C385740F 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=1659619805; cv=none; d=zohomail.eu; s=zohoarc; b=B2HJMBFr7y2reEPkyDFHyeul4gPYQOvYXyv7xIaI+HfkDLwbU4wKbDaGBuxpPx2t7gqhdSWvfVwmEar23gCFtwt5bFLsTsZsXyLVn1NiDKboGqVMeXOHoU2WNCi/l4u8+uLtaMwvVwK6vn6qtja459roPTcgBtyvBUO2qnHCpDk= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.eu; s=zohoarc; t=1659619805; h=Content-Type:Content-Transfer-Encoding:Date:From:In-Reply-To:MIME-Version:Message-ID:References:Subject:To; bh=Ps/L1bNFKTPAtKRpRWVd3sRyh2dUFqUMRYXylfvXgmA=; b=kPhtFiztywf1d6d6SHAbs4dUiypgdvcnvInR6D8rWW7YxPODJg+uBvG20nd5f4UbIxtQa8mw0EAtVueu6lVWoixf2Ziq8yCjPwSnJLKUrm7a/mb7+UfJMyGhj3f/d/Ua58ljEHLP0r0v4ZEJ5ZW23Z3swN1RzOQtfspsMVeV0Kk= 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=1659619805; 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=Ps/L1bNFKTPAtKRpRWVd3sRyh2dUFqUMRYXylfvXgmA=; b=q8NEFc7BiNq1X0VnPxyznzrj8lhUgnJcxqzFF8aaUDCYk3gLxOkO7O0L1ULFziAF bS+RrmbV1pZMRu6p2lxL5izULasolzjHXaGOhFqlgaMiA0BC+J/FEsyg2wieC6TXqYN 5MnRQlj9W849yfsYRWHlx7UYrk3tehZf2qjQLGP4= 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 1659619803244579.6202524923631; Thu, 4 Aug 2022 15:30:03 +0200 (CEST) Message-ID: <127f12b6-f067-d7be-eadd-d64ee8cc9b2e@hamishmb.com> Date: Thu, 4 Aug 2022 14:30:02 +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: From: Hamish McIntyre-Bhatty In-Reply-To: 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:30:12 -0000 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