GNU bug report logs -
#27125
[PATCH] gnu: Add git-remote-gcrypt
Previous Next
Reported by: André <eu <at> euandre.org>
Date: Sun, 28 May 2017 22:13:02 UTC
Severity: normal
Tags: patch
Done: ludo <at> gnu.org (Ludovic Courtès)
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 27125 in the body.
You can then email your comments to 27125 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#27125
; Package
guix-patches
.
(Sun, 28 May 2017 22:13:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
André <eu <at> euandre.org>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Sun, 28 May 2017 22:13:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
This is my first patch, so please forgive any formatting or similar.
I couldn't get git send-mail to work, so I attached the patch manually.
I hope nothing is missing
Thanks!
[0001-gnu-Add-git-remote-gcrypt-package.patch (text/plain, attachment)]
Reply sent
to
ludo <at> gnu.org (Ludovic Courtès)
:
You have taken responsibility.
(Tue, 30 May 2017 16:09:01 GMT)
Full text and
rfc822 format available.
Notification sent
to
André <eu <at> euandre.org>
:
bug acknowledged by developer.
(Tue, 30 May 2017 16:09:02 GMT)
Full text and
rfc822 format available.
Message #10 received at 27125-done <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Hello André,
André <eu <at> euandre.org> skribis:
> From 65d318af9c5bbf801d47417745d0651352caf557 Mon Sep 17 00:00:00 2001
> From: =?UTF-8?q?Andr=C3=A9=20Miranda?= <eu <at> euandre.org>
> Date: Sun, 28 May 2017 13:34:10 -0300
> Subject: [PATCH] gnu: Add 'git-remote-gcrypt' package
>
> * gnu/packages/version-control.scm: Add 'git-remote-gcrypt' package.
I made the minor modifications below, adjusted the commit log to match
our conventions, and pushed. Well done for a first patch! :-)
Thank you and welcome!
Ludo’.
[Message part 2 (text/x-patch, inline)]
diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm
index eced2c953..12fc2c6cc 100644
--- a/gnu/packages/version-control.scm
+++ b/gnu/packages/version-control.scm
@@ -14,6 +14,7 @@
;;; Copyright © 2017 Tobias Geerinckx-Rice <me <at> tobias.gr>
;;; Copyright © 2017 Vasile Dumitrascu <va511e <at> yahoo.com>
;;; Copyright © 2017 Clément Lassieur <clement <at> lassieur.org>
+;;; Copyright © 2017 André <eu <at> euandre.org>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -449,20 +450,21 @@ to lock down your entire repository.")
#t))))
(home-page "https://spwhitton.name/tech/code/git-remote-gcrypt/")
(synopsis "Whole remote repository encryption")
- (description "git-remote-gcrypt is a git remote helper to push and pull from
-repositories encrypted with GnuPG. It works with the standard git transports,
+ (description "git-remote-gcrypt is a Git remote helper to push and pull from
+repositories encrypted with GnuPG. It works with the standard Git transports,
including repository hosting services like GitLab.
-Remote helper programs are invoked by git to handle network transport. This
-helper handles gcrypt:: URLs that will access a remote repository encrypted with
-GPG, using our custom format.
+Remote helper programs are invoked by Git to handle network transport. This
+helper handles @code{gcrypt:} URLs that access a remote repository encrypted
+with GPG, using our custom format.
-Supported locations are local, rsync:// and sftp://, where the repository is
-stored as a set of files, or instead any <giturl> where gcrypt will store the
-same representation in a git repository, bridged over arbitrary git transport.
+Supported locations are local, @code{rsync://} and @code{sftp://}, where the
+repository is stored as a set of files, or instead any Git URL where gcrypt
+will store the same representation in a Git repository, bridged over arbitrary
+Git transport.
-The aim is to provide confidential, authenticated git storage and collaboration
-using typical untrusted file hosts or services.")
+The aim is to provide confidential, authenticated Git storage and
+collaboration using typical untrusted file hosts or services.")
(license license:gpl3+)))
(define-public cgit
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Wed, 28 Jun 2017 11:24:06 GMT)
Full text and
rfc822 format available.
This bug report was last modified 8 years and 72 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.