Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] jujutsu: add openssh dependency
@ 2024-03-20 16:12 tranzystorekk
  2024-03-20 16:14 ` [PR PATCH] [Updated] " tranzystorekk
  2024-03-20 16:30 ` [PR PATCH] [Merged]: " leahneukirchen
  0 siblings, 2 replies; 3+ messages in thread
From: tranzystorekk @ 2024-03-20 16:12 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1349 bytes --]

There is a new pull request by tranzystorekk against master on the void-packages repository

https://github.com/tranzystorekk/void-packages jj-openssh
https://github.com/void-linux/void-packages/pull/49395

jujutsu: add openssh dependency
<!-- Uncomment relevant sections and delete options which are not applicable -->

Both tests and runtime expect `ssh-keygen` for signing features.

#### Testing the changes
- I tested the changes in this PR: **YES**

cc @leahneukirchen 

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


A patch file from https://github.com/void-linux/void-packages/pull/49395.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-jj-openssh-49395.patch --]
[-- Type: text/x-diff, Size: 876 bytes --]

From 60e2047eb3a3a87ed4a8b096ad707b2f24955a19 Mon Sep 17 00:00:00 2001
From: Marcin Puc <tranzystorek.io@protonmail.com>
Date: Wed, 20 Mar 2024 17:10:22 +0100
Subject: [PATCH] jujutsu: add openssh dependency

---
 srcpkgs/jujutsu/template | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/jujutsu/template b/srcpkgs/jujutsu/template
index 6a79d001de34cd..7dc7fe7d2d37fd 100644
--- a/srcpkgs/jujutsu/template
+++ b/srcpkgs/jujutsu/template
@@ -1,11 +1,13 @@
 # Template file for 'jujutsu'
 pkgname=jujutsu
 version=0.15.1
-revision=1
+revision=2
 build_style=cargo
 build_helper=qemu
 hostmakedepends="pkg-config"
 makedepends="libgit2-devel openssl-devel libzstd-devel"
+checkdepends="openssh"
+depends="openssh"
 short_desc="Git-compatible VCS that is both simple and powerful"
 maintainer="Leah Neukirchen <leah@vuxu.org>"
 license="Apache-2.0"

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

* Re: [PR PATCH] [Updated] jujutsu: add openssh dependency
  2024-03-20 16:12 [PR PATCH] jujutsu: add openssh dependency tranzystorekk
@ 2024-03-20 16:14 ` tranzystorekk
  2024-03-20 16:30 ` [PR PATCH] [Merged]: " leahneukirchen
  1 sibling, 0 replies; 3+ messages in thread
From: tranzystorekk @ 2024-03-20 16:14 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1354 bytes --]

There is an updated pull request by tranzystorekk against master on the void-packages repository

https://github.com/tranzystorekk/void-packages jj-openssh
https://github.com/void-linux/void-packages/pull/49395

jujutsu: add openssh dependency
<!-- Uncomment relevant sections and delete options which are not applicable -->

Both tests and runtime expect `ssh-keygen` for signing features.

#### Testing the changes
- I tested the changes in this PR: **YES**

cc @leahneukirchen 

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


A patch file from https://github.com/void-linux/void-packages/pull/49395.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-jj-openssh-49395.patch --]
[-- Type: text/x-diff, Size: 876 bytes --]

From 49b44aaf30e3b141b1a187315f6342066826c766 Mon Sep 17 00:00:00 2001
From: Marcin Puc <tranzystorek.io@protonmail.com>
Date: Wed, 20 Mar 2024 17:10:22 +0100
Subject: [PATCH] jujutsu: add openssh dependency

---
 srcpkgs/jujutsu/template | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/jujutsu/template b/srcpkgs/jujutsu/template
index 6a79d001de34cd..6fa0957d787a79 100644
--- a/srcpkgs/jujutsu/template
+++ b/srcpkgs/jujutsu/template
@@ -1,11 +1,13 @@
 # Template file for 'jujutsu'
 pkgname=jujutsu
 version=0.15.1
-revision=1
+revision=2
 build_style=cargo
 build_helper=qemu
 hostmakedepends="pkg-config"
 makedepends="libgit2-devel openssl-devel libzstd-devel"
+depends="openssh"
+checkdepends="openssh"
 short_desc="Git-compatible VCS that is both simple and powerful"
 maintainer="Leah Neukirchen <leah@vuxu.org>"
 license="Apache-2.0"

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

* Re: [PR PATCH] [Merged]: jujutsu: add openssh dependency
  2024-03-20 16:12 [PR PATCH] jujutsu: add openssh dependency tranzystorekk
  2024-03-20 16:14 ` [PR PATCH] [Updated] " tranzystorekk
@ 2024-03-20 16:30 ` leahneukirchen
  1 sibling, 0 replies; 3+ messages in thread
From: leahneukirchen @ 2024-03-20 16:30 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1183 bytes --]

There's a merged pull request on the void-packages repository

jujutsu: add openssh dependency
https://github.com/void-linux/void-packages/pull/49395

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

Both tests and runtime expect `ssh-keygen` for signing features.

#### Testing the changes
- I tested the changes in this PR: **YES**

cc @leahneukirchen 

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

end of thread, other threads:[~2024-03-20 16:30 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-03-20 16:12 [PR PATCH] jujutsu: add openssh dependency tranzystorekk
2024-03-20 16:14 ` [PR PATCH] [Updated] " tranzystorekk
2024-03-20 16:30 ` [PR PATCH] [Merged]: " leahneukirchen

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 NNTP newsgroup(s).