From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Omar Polo Newsgroups: gmane.emacs.devel Subject: Re: [elpa] New package: vc-got Date: Tue, 31 Aug 2021 15:59:50 +0200 Message-ID: <878s0hu0k7.fsf@omarpolo.com> References: <87zgsx7v08.fsf@omarpolo.com> <87czptoi2e.fsf@posteo.net> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="9885"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: mu4e 1.6.5; emacs 28.0.50 Cc: Timo =?utf-8?Q?Myyr=C3=A4?= , emacs-devel@gnu.org To: Philip Kaludercic Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Tue Aug 31 16:55:47 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 1mL5Ax-0002HB-3N for ged-emacs-devel@m.gmane-mx.org; Tue, 31 Aug 2021 16:55:47 +0200 Original-Received: from localhost ([::1]:53832 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mL5Av-00019x-7o for ged-emacs-devel@m.gmane-mx.org; Tue, 31 Aug 2021 10:55:45 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:46832) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mL59u-0000Nd-Ky for emacs-devel@gnu.org; Tue, 31 Aug 2021 10:54:43 -0400 Original-Received: from mail.omarpolo.com ([144.91.116.244]:57091) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mL59r-00077P-LG for emacs-devel@gnu.org; Tue, 31 Aug 2021 10:54:42 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=omarpolo.com; s=20200327; t=1630421676; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=7K534Tg5oA583MsgeIVv+A+UULfcTpyLNFk4a6PhK94=; b=VCNyAIayl94wUuH9+1m4//eeKhw4YGxnRasqXZVDpYZ72Zmbm9ND+bQPd7uONqbP9pLiG3 BrHoXsxvAWLwOaYKS1R4viioaiDS069u3eqc1hnY3QPAewkP0h62TqOYp+1zr9bn67mQ3+ 5gn2uGiQQ0JZMBNIBb7bOKAziUNAKPc= Original-Received: from localhost (host-79-50-237-28.retail.telecomitalia.it [79.50.237.28]) by mail.omarpolo.com (OpenSMTPD) with ESMTPSA id ee4b66cc (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO); Tue, 31 Aug 2021 16:54:35 +0200 (CEST) Original-Received: from venera (localhost [127.0.0.1]) by localhost (OpenSMTPD) with ESMTP id cbf4193f; Tue, 31 Aug 2021 16:54:32 +0200 (CEST) In-reply-to: <87czptoi2e.fsf@posteo.net> Received-SPF: pass client-ip=144.91.116.244; envelope-from=op@omarpolo.com; helo=mail.omarpolo.com X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 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, 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.23 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:273600 Archived-At: Philip Kaludercic writes: > Omar Polo writes: > >> The code can be found here: >> >> https://git.omarpolo.com/vc-got >> >> or here as a mirror: >> >> https://github.com/omar-polo/vc-got >> >> and I've just tagged the 1.0 release. > > Which of the two URLs are preferred? I prefer the one on the domain I control and that's the one I'm advertising as URL in the package header, but for packaging purpose I think github offers less downtime than my humble server :) >> Regarding the code: I've discovered vc-do-command too late and rolled my >> own vc-got--call in the meantime. I do intend to make more use of the >> existing vc interface in future versions. > > Would you want to update the project before it is added to ELPA? I don't have strong opinion on this. I'm not in a hurry to publish it! I just wanted to finally tag a release since it's from last December that I'm (very very very slowly) working on it, and at that point I thought of sharing it. > I might > also be able to find some time to comment on it if you are interested If you have some time to spare, I'll be more than happy to receive comments on the code, thanks! > (I too released a vc package (vc-backup) just a short while ago, so I > might be able to give some input of value). I remember reading on this list about vc-backup, it's been on my todo list try it but I still haven't found the time, really like the idea thought! >> Talking about updates, one thing that I'm not sure is how to handle >> them: if tomorrow I'll release a v1.1 I do have to ping emacs-devel, >> right? > > Not necessarily. The ELPA package specification can also contain an > :auto-sync attribute, indicating that the ELPA server will regularly > check for new updates (update-commits are identified by bumping the > version tag in the package header). If you can ensure that all > contributors have signed the copyright assignment and can maintain basic > repository hygiene, the packages can be updated manually too. Ah right, now I remember reading about the :auto-sync attribute. Yes, all the code was written by me with help from Timo, and we both have a FSF copyright assignment. I've also noted this requirement in the ``Contributing'' section of the readme.