From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Theodor Thornhill Newsgroups: gmane.emacs.devel Subject: Re: Migrating to sourcehut - what's missing? Date: Tue, 21 Dec 2021 21:30:21 +0100 Message-ID: <87ee65puoy.fsf@thornhill.no> References: <871r26w27h.fsf@thornhill.no> <87lf0dq08j.fsf@thornhill.no> <87wnjxka61.fsf@melete.silentflame.com> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="11299"; mail-complaints-to="usenet@ciao.gmane.io" To: Sean Whitton , Stefan Kangas , emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Tue Dec 21 21:31:29 2021 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1mzlnD-0002k1-KY for ged-emacs-devel@m.gmane-mx.org; Tue, 21 Dec 2021 21:31:28 +0100 Original-Received: from localhost ([::1]:50770 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mzlnC-0008OT-CB for ged-emacs-devel@m.gmane-mx.org; Tue, 21 Dec 2021 15:31:26 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:46358) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mzlmO-0007jp-2y for emacs-devel@gnu.org; Tue, 21 Dec 2021 15:30:36 -0500 Original-Received: from out0.migadu.com ([94.23.1.103]:30178) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mzlmE-0002l7-68 for emacs-devel@gnu.org; Tue, 21 Dec 2021 15:30:34 -0500 X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=thornhill.no; s=key1; t=1640118623; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=FDxGeqfHGCp4Z/i8gLm7qD8hokfT9QksxZulNgDCJ88=; b=hAdzjiaboitXjaa+VsnYCWIutyjbV8pJA+uBKMg9S1qdrrXxxZSqIFkIi6/NgvCMgGOURc iVX/z/3/bMDdsXlPfvED/TsVTeVztjMyCG5uGtPPivCed1cDS51lvKry79msmfsqmP/Mzq jQ+Qx81Aq/gZpiqWcdPs9JVIqlwncRp2Lt7NxRTxw9fm7W6XOU9AbX9R8cVw9DYS56+Ass 3JjjAIbTJwUXY9gyJiSiMOhdGOl86PTNN0Da4h1HOpBLWAOc3k8hfJuPHn1EPgCYRpYAP0 kKmCjM83NqnOlaj79Oh1unAFjom9xo3Ti+I1Dl8TlSHoKJeXrVaG8sqXDrjnzg== In-Reply-To: <87wnjxka61.fsf@melete.silentflame.com> X-Migadu-Flow: FLOW_OUT X-Migadu-Auth-User: thornhill.no Received-SPF: pass client-ip=94.23.1.103; envelope-from=theo@thornhill.no; helo=out0.migadu.com X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_LOW=-0.7, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:282630 Archived-At: Hi, Sean! >> Actually, I think that running Sourcehut as a local instance wouldn't >> really be necessary for the evaluation, because it is the same code that >> is running on sr.ht. Apart from the fiddly bits with self hosting, the >> workflow should be the same. I'd encourage people on this list getting >> their own user there and trying it out, as I think many already have. >> Specifically, emacs-devel would want to use the `meta`, `lists`, `git`, >> `todo` and `builds` subprojects, that is all apart from the `hg` one. > > How about just setting up meta, lists and builds, leaving debbugs and > savannah doing bug tracking and git hosting, and then add 'todo' and > 'git' later? Might make the migration easier. > I think an even easier way to start using srht would be to make an official mirror on sr.ht. Theo