[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#61989] [PATCH 00/11] Adding Gocryptfs (feature branch)
From: |
Felix Lechner |
Subject: |
[bug#61989] [PATCH 00/11] Adding Gocryptfs (feature branch) |
Date: |
Sun, 5 Mar 2023 12:52:11 -0800 |
After a discussion on #guix, someone asked me to request a feature branch
here, as well as an associated jobset for ci.guix.gnu.org.
I think we are hoping to use this patch series as a proof-of-concept for the
idea of feature branches. Thanks!
Felix Lechner (11):
gnu: go-golang-org-x-sys: Update to 0.4.0.
gnu: go-golang-org-x-net: Update to 0.5.0.
gnu: Add go-github-com-hanwen-go-fuse-v2.
gnu: Add go-github-com-aperturerobotics-jacobsa-crypto.
gnu: Add go-github-com-jacobsa-oglematchers.
gnu: Add go-github-com-jacobsa-oglemock.
gnu: Add go-github-com-jacobsa-ogletest.
gnu: Add go-github-com-jacobsa-reqtrace.
gnu: Add go-github-com-pkg-xattr.
gnu: Add go-github-com-rfjakob-eme.
gnu: Add gocryptfs.
gnu/packages/file-systems.scm | 74 +++++++++
gnu/packages/golang.scm | 274 +++++++++++++++++++++++++++++++---
2 files changed, 328 insertions(+), 20 deletions(-)
base-commit: 4775460ba9a60c3c09966216da10686a70b8fadb
--
2.39.1
- [bug#61989] [PATCH 00/11] Adding Gocryptfs (feature branch),
Felix Lechner <=
- [bug#61989] [PATCH 03/11] gnu: Add go-github-com-hanwen-go-fuse-v2., Felix Lechner, 2023/03/05
- [bug#61989] [PATCH 01/11] gnu: go-golang-org-x-sys: Update to 0.4.0., Felix Lechner, 2023/03/05
- [bug#61989] [PATCH 02/11] gnu: go-golang-org-x-net: Update to 0.5.0., Felix Lechner, 2023/03/05
- [bug#61989] [PATCH 08/11] gnu: Add go-github-com-jacobsa-reqtrace., Felix Lechner, 2023/03/05
- [bug#61989] [PATCH 05/11] gnu: Add go-github-com-jacobsa-oglematchers., Felix Lechner, 2023/03/05
- [bug#61989] [PATCH 10/11] gnu: Add go-github-com-rfjakob-eme., Felix Lechner, 2023/03/05
- [bug#61989] [PATCH 06/11] gnu: Add go-github-com-jacobsa-oglemock., Felix Lechner, 2023/03/05
- [bug#61989] [PATCH 07/11] gnu: Add go-github-com-jacobsa-ogletest., Felix Lechner, 2023/03/05
- [bug#61989] [PATCH 04/11] gnu: Add go-github-com-aperturerobotics-jacobsa-crypto., Felix Lechner, 2023/03/05
- [bug#61989] [PATCH 09/11] gnu: Add go-github-com-pkg-xattr., Felix Lechner, 2023/03/05