unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
* [PATCH 0/6] gnupg updates.
@ 2016-07-17 23:14 ng0
  2016-07-17 23:34 ` ng0
  0 siblings, 1 reply; 4+ messages in thread
From: ng0 @ 2016-07-17 23:14 UTC (permalink / raw)
  To: guix-devel

The following will be patches to:

* update libgcrypt to 1.7.2,
* update libgpg-error to 1.24,
* update libassuan to 2.4.3,
* correct some (home-page) urls in gnupg.scm to https,
* add gpgscm which is needed for
* gnupg update to 2.1.14.
--
♥Ⓐ  ng0
For non-prism friendly talk find me on http://www.psyced.org
SecuShare – http://secushare.org

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH 0/6] gnupg updates.
  2016-07-17 23:14 [PATCH 0/6] gnupg updates ng0
@ 2016-07-17 23:34 ` ng0
  2016-07-18  0:52   ` Leo Famulari
  2016-07-18  8:02   ` Ricardo Wurmus
  0 siblings, 2 replies; 4+ messages in thread
From: ng0 @ 2016-07-17 23:34 UTC (permalink / raw)
  To: guix-devel

How do other people create these chained x of y PATCH threads?
With Gnus it took a while.
Is it done with the git-email patch function?

-- 
♥Ⓐ  ng0
For non-prism friendly talk find me on http://www.psyced.org
SecuShare – http://secushare.org

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH 0/6] gnupg updates.
  2016-07-17 23:34 ` ng0
@ 2016-07-18  0:52   ` Leo Famulari
  2016-07-18  8:02   ` Ricardo Wurmus
  1 sibling, 0 replies; 4+ messages in thread
From: Leo Famulari @ 2016-07-18  0:52 UTC (permalink / raw)
  To: ng0; +Cc: guix-devel

On Sun, Jul 17, 2016 at 11:34:58PM +0000, ng0 wrote:
> How do other people create these chained x of y PATCH threads?
> With Gnus it took a while.
> Is it done with the git-email patch function?

I do my work on some branch besides master. Then, I ctrl-R this from my
shell's history:

$ git send-email --to guix-devel@gnu.org -n --annotate --cover-letter --thread=shallow master

I almost never actually need to '--annotate' the patches; I'll probably
remove that.

It requires some configuration, which I put in '~/.gitconfig', but you
could also put it in something like '~/guix/.git/config. I'm not sure
what the minimum configuration is. Here's what I think is relevant:

[sendemail]
        smtpserver = example.com
        smtpserverport = 465 # depends on your server
        smtpuser = you@example.com
        smtpencryption = ssl # optional

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH 0/6] gnupg updates.
  2016-07-17 23:34 ` ng0
  2016-07-18  0:52   ` Leo Famulari
@ 2016-07-18  8:02   ` Ricardo Wurmus
  1 sibling, 0 replies; 4+ messages in thread
From: Ricardo Wurmus @ 2016-07-18  8:02 UTC (permalink / raw)
  To: ng0; +Cc: guix-devel


ng0 <ng0@we.make.ritual.n0.is> writes:

> How do other people create these chained x of y PATCH threads?
> With Gnus it took a while.
> Is it done with the git-email patch function?

Yes.  I’m using “git send-email” for this.  As Leo wrote you need to
have a configured mailer.

I’m using msmtp for sending email anyway, so all I needed to do was tell
git to use msmtp by adding this section to my ~/.gitconfig:

  [sendemail]
	smtpserver = /home/rekado/.guix-profile/bin/msmtp

Hope this helps!

~~ Ricardo

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2016-07-18  8:02 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-07-17 23:14 [PATCH 0/6] gnupg updates ng0
2016-07-17 23:34 ` ng0
2016-07-18  0:52   ` Leo Famulari
2016-07-18  8:02   ` Ricardo Wurmus

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).