Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: fiss-0.1.1
@ 2023-05-07 23:22 friedelschoen
  2023-05-07 23:32 ` friedelschoen
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: friedelschoen @ 2023-05-07 23:22 UTC (permalink / raw)
  To: ml

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

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

https://github.com/friedelschoen/void-packages master
https://github.com/void-linux/void-packages/pull/43798

New package: fiss-0.1.1
The old request did not cross-compile and conflicts with `runit`/`runit-void`
- above packages are added to `removes`
- cross-compiling still failed by stripping the binaries

Anyways:
- I tested the changes in this PR: **YES**

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

<!-- 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, (x86_64-musl)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - only x86_64-* works, as cross-compile-strip will fail (unrecognized file-format)

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

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

From 043af249e45f0237966766ed6495c9251048adc2 Mon Sep 17 00:00:00 2001
From: Friedel Schon <derfriedmundschoen@gmail.com>
Date: Sun, 30 Apr 2023 02:03:46 +0200
Subject: [PATCH 1/2] New package: fiss-0.1.1

---
 srcpkgs/fiss/template | 28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)
 create mode 100644 srcpkgs/fiss/template

diff --git a/srcpkgs/fiss/template b/srcpkgs/fiss/template
new file mode 100644
index 000000000000..e237ff5e4ee3
--- /dev/null
+++ b/srcpkgs/fiss/template
@@ -0,0 +1,28 @@
+# Template file for 'fiss'
+pkgname=fiss
+version=0.1.1
+revision=1
+short_desc="Friedel's Initialization and Service Supervision"
+maintainer="Friedel Schon <derfriedmundschoen@gmail.com>"
+license="Zlib"
+homepage="https://github.com/friedelschoen/fiss"
+distfiles="https://github.com/friedelschoen/fiss/archive/refs/tags/v$version.tar.gz"
+checksum=0a9f26445a9d379d3ee4d753ae932a298754756f5e1c64712fd5f1750ac40ee4
+
+do_build() {
+	make all
+
+	rm -r etc/service.d/agetty-*
+}
+
+do_install() {
+	vlicense LICENSE
+
+	vcopy usr /
+	vcopy etc /
+	vcopy bin /usr
+
+	for f in man/*; do
+		vman $f
+	done
+}

From 3dd81b1ab7967f43adb856785df344f3ab4fdc3f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Friedel=20Sch=C3=B6n?= <derfriedmundschoen@gmail.com>
Date: Mon, 8 May 2023 01:13:18 +0200
Subject: [PATCH 2/2] New package: fiss-0.1.1

---
 srcpkgs/fiss/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/fiss/template b/srcpkgs/fiss/template
index e237ff5e4ee3..71f76325ef5e 100644
--- a/srcpkgs/fiss/template
+++ b/srcpkgs/fiss/template
@@ -7,12 +7,10 @@ maintainer="Friedel Schon <derfriedmundschoen@gmail.com>"
 license="Zlib"
 homepage="https://github.com/friedelschoen/fiss"
 distfiles="https://github.com/friedelschoen/fiss/archive/refs/tags/v$version.tar.gz"
-checksum=0a9f26445a9d379d3ee4d753ae932a298754756f5e1c64712fd5f1750ac40ee4
+checksum=6a745d950f726b4cb9b36b82951bed3818b4f23836d5782c5df1c4f70cf9c4f6
 
 do_build() {
 	make all
-
-	rm -r etc/service.d/agetty-*
 }
 
 do_install() {

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

* Re: New package: fiss-0.1.1
  2023-05-07 23:22 [PR PATCH] New package: fiss-0.1.1 friedelschoen
@ 2023-05-07 23:32 ` friedelschoen
  2023-05-08 20:50 ` [PR PATCH] [Updated] " friedelschoen
                   ` (8 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: friedelschoen @ 2023-05-07 23:32 UTC (permalink / raw)
  To: ml

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

New comment by friedelschoen on void-packages repository

https://github.com/void-linux/void-packages/pull/43798#issuecomment-1537567526

Comment:
Sorry for resubmitting this PR. I'm fairly new into contributing via GitHub and could not forcibly recommit. I'll keep that in mind on my next PR 😄 !

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

* Re: [PR PATCH] [Updated] New package: fiss-0.1.1
  2023-05-07 23:22 [PR PATCH] New package: fiss-0.1.1 friedelschoen
  2023-05-07 23:32 ` friedelschoen
@ 2023-05-08 20:50 ` friedelschoen
  2023-05-08 20:52 ` friedelschoen
                   ` (7 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: friedelschoen @ 2023-05-08 20:50 UTC (permalink / raw)
  To: ml

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

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

https://github.com/friedelschoen/void-packages master
https://github.com/void-linux/void-packages/pull/43798

New package: fiss-0.1.1
The old request did not cross-compile and conflicts with `runit`/`runit-void`
- above packages are added to `removes`
- cross-compiling still failed by stripping the binaries

Anyways:
- I tested the changes in this PR: **YES**

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

<!-- 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, (x86_64-musl)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - only x86_64-* works, as cross-compile-strip will fail (unrecognized file-format)

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

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

From 043af249e45f0237966766ed6495c9251048adc2 Mon Sep 17 00:00:00 2001
From: Friedel Schon <derfriedmundschoen@gmail.com>
Date: Sun, 30 Apr 2023 02:03:46 +0200
Subject: [PATCH 1/2] New package: fiss-0.1.1

---
 srcpkgs/fiss/template | 28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)
 create mode 100644 srcpkgs/fiss/template

diff --git a/srcpkgs/fiss/template b/srcpkgs/fiss/template
new file mode 100644
index 000000000000..e237ff5e4ee3
--- /dev/null
+++ b/srcpkgs/fiss/template
@@ -0,0 +1,28 @@
+# Template file for 'fiss'
+pkgname=fiss
+version=0.1.1
+revision=1
+short_desc="Friedel's Initialization and Service Supervision"
+maintainer="Friedel Schon <derfriedmundschoen@gmail.com>"
+license="Zlib"
+homepage="https://github.com/friedelschoen/fiss"
+distfiles="https://github.com/friedelschoen/fiss/archive/refs/tags/v$version.tar.gz"
+checksum=0a9f26445a9d379d3ee4d753ae932a298754756f5e1c64712fd5f1750ac40ee4
+
+do_build() {
+	make all
+
+	rm -r etc/service.d/agetty-*
+}
+
+do_install() {
+	vlicense LICENSE
+
+	vcopy usr /
+	vcopy etc /
+	vcopy bin /usr
+
+	for f in man/*; do
+		vman $f
+	done
+}

From 5125b6072a7b3810ef63df1150e302973e53f71c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Friedel=20Sch=C3=B6n?= <derfriedmundschoen@gmail.com>
Date: Mon, 8 May 2023 01:13:18 +0200
Subject: [PATCH 2/2] New package: fiss-0.1.1

---
 srcpkgs/fiss/template | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/fiss/template b/srcpkgs/fiss/template
index e237ff5e4ee3..2c81e0a0e905 100644
--- a/srcpkgs/fiss/template
+++ b/srcpkgs/fiss/template
@@ -1,18 +1,19 @@
 # Template file for 'fiss'
 pkgname=fiss
 version=0.1.1
-revision=1
+revision=2
 short_desc="Friedel's Initialization and Service Supervision"
 maintainer="Friedel Schon <derfriedmundschoen@gmail.com>"
 license="Zlib"
 homepage="https://github.com/friedelschoen/fiss"
-distfiles="https://github.com/friedelschoen/fiss/archive/refs/tags/v$version.tar.gz"
-checksum=0a9f26445a9d379d3ee4d753ae932a298754756f5e1c64712fd5f1750ac40ee4
+#distfiles="https://github.com/friedelschoen/fiss/archive/refs/tags/v$version.tar.gz"
+distfiles="http://localhost:8000/fiss.tar.gz"
+checksum=b79838e82b509e3ed73e28e731d3834d8af75329800733fefacf7cbabae6a613
+conflicts="runit runit-void"
+nocross="https://github.com/void-linux/void-packages/actions/runs/4909831483/jobs/8784472571?pr=43798"
 
 do_build() {
 	make all
-
-	rm -r etc/service.d/agetty-*
 }
 
 do_install() {

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

* Re: [PR PATCH] [Updated] New package: fiss-0.1.1
  2023-05-07 23:22 [PR PATCH] New package: fiss-0.1.1 friedelschoen
  2023-05-07 23:32 ` friedelschoen
  2023-05-08 20:50 ` [PR PATCH] [Updated] " friedelschoen
@ 2023-05-08 20:52 ` friedelschoen
  2023-05-08 21:08 ` Chocimier
                   ` (6 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: friedelschoen @ 2023-05-08 20:52 UTC (permalink / raw)
  To: ml

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

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

https://github.com/friedelschoen/void-packages master
https://github.com/void-linux/void-packages/pull/43798

New package: fiss-0.1.1
The old request did not cross-compile and conflicts with `runit`/`runit-void`
- above packages are added to `removes`
- cross-compiling still failed by stripping the binaries

Anyways:
- I tested the changes in this PR: **YES**

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

<!-- 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, (x86_64-musl)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - only x86_64-* works, as cross-compile-strip will fail (unrecognized file-format)

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

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

From 043af249e45f0237966766ed6495c9251048adc2 Mon Sep 17 00:00:00 2001
From: Friedel Schon <derfriedmundschoen@gmail.com>
Date: Sun, 30 Apr 2023 02:03:46 +0200
Subject: [PATCH 1/2] New package: fiss-0.1.1

---
 srcpkgs/fiss/template | 28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)
 create mode 100644 srcpkgs/fiss/template

diff --git a/srcpkgs/fiss/template b/srcpkgs/fiss/template
new file mode 100644
index 000000000000..e237ff5e4ee3
--- /dev/null
+++ b/srcpkgs/fiss/template
@@ -0,0 +1,28 @@
+# Template file for 'fiss'
+pkgname=fiss
+version=0.1.1
+revision=1
+short_desc="Friedel's Initialization and Service Supervision"
+maintainer="Friedel Schon <derfriedmundschoen@gmail.com>"
+license="Zlib"
+homepage="https://github.com/friedelschoen/fiss"
+distfiles="https://github.com/friedelschoen/fiss/archive/refs/tags/v$version.tar.gz"
+checksum=0a9f26445a9d379d3ee4d753ae932a298754756f5e1c64712fd5f1750ac40ee4
+
+do_build() {
+	make all
+
+	rm -r etc/service.d/agetty-*
+}
+
+do_install() {
+	vlicense LICENSE
+
+	vcopy usr /
+	vcopy etc /
+	vcopy bin /usr
+
+	for f in man/*; do
+		vman $f
+	done
+}

From dc472d81f5c917f1b99b25bc51fe64819d62cc61 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Friedel=20Sch=C3=B6n?= <derfriedmundschoen@gmail.com>
Date: Mon, 8 May 2023 01:13:18 +0200
Subject: [PATCH 2/2] New package: fiss-0.1.1

---
 srcpkgs/fiss/template | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/fiss/template b/srcpkgs/fiss/template
index e237ff5e4ee3..8f67c065d5a1 100644
--- a/srcpkgs/fiss/template
+++ b/srcpkgs/fiss/template
@@ -1,18 +1,19 @@
 # Template file for 'fiss'
 pkgname=fiss
 version=0.1.1
-revision=1
+revision=2
 short_desc="Friedel's Initialization and Service Supervision"
 maintainer="Friedel Schon <derfriedmundschoen@gmail.com>"
 license="Zlib"
 homepage="https://github.com/friedelschoen/fiss"
+#distfiles="https://github.com/friedelschoen/fiss/archive/refs/tags/v$version.tar.gz"
 distfiles="https://github.com/friedelschoen/fiss/archive/refs/tags/v$version.tar.gz"
-checksum=0a9f26445a9d379d3ee4d753ae932a298754756f5e1c64712fd5f1750ac40ee4
+checksum=6a745d950f726b4cb9b36b82951bed3818b4f23836d5782c5df1c4f70cf9c4f6
+conflicts="runit runit-void"
+nocross="https://github.com/void-linux/void-packages/actions/runs/4909831483/jobs/8784472571?pr=43798"
 
 do_build() {
 	make all
-
-	rm -r etc/service.d/agetty-*
 }
 
 do_install() {

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

* Re: New package: fiss-0.1.1
  2023-05-07 23:22 [PR PATCH] New package: fiss-0.1.1 friedelschoen
                   ` (2 preceding siblings ...)
  2023-05-08 20:52 ` friedelschoen
@ 2023-05-08 21:08 ` Chocimier
  2023-05-08 21:30 ` [PR PATCH] [Updated] " friedelschoen
                   ` (5 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: Chocimier @ 2023-05-08 21:08 UTC (permalink / raw)
  To: ml

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

New comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/pull/43798#issuecomment-1539053159

Comment:
Stripping fails because makefile ignore value of CC and compile for host. nocross is not a fix. Please patch/vsed makefile to `CC ?= gcc` and cross could work.

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

* Re: [PR PATCH] [Updated] New package: fiss-0.1.1
  2023-05-07 23:22 [PR PATCH] New package: fiss-0.1.1 friedelschoen
                   ` (3 preceding siblings ...)
  2023-05-08 21:08 ` Chocimier
@ 2023-05-08 21:30 ` friedelschoen
  2023-05-09 10:57 ` friedelschoen
                   ` (4 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: friedelschoen @ 2023-05-08 21:30 UTC (permalink / raw)
  To: ml

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

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

https://github.com/friedelschoen/void-packages master
https://github.com/void-linux/void-packages/pull/43798

New package: fiss-0.1.1
The old request did not cross-compile and conflicts with `runit`/`runit-void`
- above packages are added to `removes`
- cross-compiling still failed by stripping the binaries

Anyways:
- I tested the changes in this PR: **YES**

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

<!-- 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, (x86_64-musl)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - only x86_64-* works, as cross-compile-strip will fail (unrecognized file-format)

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

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

From 043af249e45f0237966766ed6495c9251048adc2 Mon Sep 17 00:00:00 2001
From: Friedel Schon <derfriedmundschoen@gmail.com>
Date: Sun, 30 Apr 2023 02:03:46 +0200
Subject: [PATCH 1/2] New package: fiss-0.1.1

---
 srcpkgs/fiss/template | 28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)
 create mode 100644 srcpkgs/fiss/template

diff --git a/srcpkgs/fiss/template b/srcpkgs/fiss/template
new file mode 100644
index 000000000000..e237ff5e4ee3
--- /dev/null
+++ b/srcpkgs/fiss/template
@@ -0,0 +1,28 @@
+# Template file for 'fiss'
+pkgname=fiss
+version=0.1.1
+revision=1
+short_desc="Friedel's Initialization and Service Supervision"
+maintainer="Friedel Schon <derfriedmundschoen@gmail.com>"
+license="Zlib"
+homepage="https://github.com/friedelschoen/fiss"
+distfiles="https://github.com/friedelschoen/fiss/archive/refs/tags/v$version.tar.gz"
+checksum=0a9f26445a9d379d3ee4d753ae932a298754756f5e1c64712fd5f1750ac40ee4
+
+do_build() {
+	make all
+
+	rm -r etc/service.d/agetty-*
+}
+
+do_install() {
+	vlicense LICENSE
+
+	vcopy usr /
+	vcopy etc /
+	vcopy bin /usr
+
+	for f in man/*; do
+		vman $f
+	done
+}

From f2ddbd02c392a5f623ee4d313bae27aa2fb3d03a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Friedel=20Sch=C3=B6n?= <derfriedmundschoen@gmail.com>
Date: Mon, 8 May 2023 01:13:18 +0200
Subject: [PATCH 2/2] New package: fiss-0.1.1

---
 srcpkgs/fiss/template | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/fiss/template b/srcpkgs/fiss/template
index e237ff5e4ee3..9aad7c9d1f83 100644
--- a/srcpkgs/fiss/template
+++ b/srcpkgs/fiss/template
@@ -7,18 +7,17 @@ maintainer="Friedel Schon <derfriedmundschoen@gmail.com>"
 license="Zlib"
 homepage="https://github.com/friedelschoen/fiss"
 distfiles="https://github.com/friedelschoen/fiss/archive/refs/tags/v$version.tar.gz"
-checksum=0a9f26445a9d379d3ee4d753ae932a298754756f5e1c64712fd5f1750ac40ee4
+checksum=3755f199d09d63b8f984d58d99cbc0c89c52a9037840c3cbd59c7f78fe3cfce2
+conflicts="runit runit-void"
 
 do_build() {
 	make all
-
-	rm -r etc/service.d/agetty-*
 }
 
 do_install() {
 	vlicense LICENSE
 
-	vcopy usr /
+	vcopy share /usr
 	vcopy etc /
 	vcopy bin /usr
 

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

* Re: New package: fiss-0.1.1
  2023-05-07 23:22 [PR PATCH] New package: fiss-0.1.1 friedelschoen
                   ` (4 preceding siblings ...)
  2023-05-08 21:30 ` [PR PATCH] [Updated] " friedelschoen
@ 2023-05-09 10:57 ` friedelschoen
  2023-05-09 17:27 ` ahesford
                   ` (3 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: friedelschoen @ 2023-05-09 10:57 UTC (permalink / raw)
  To: ml

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

New comment by friedelschoen on void-packages repository

https://github.com/void-linux/void-packages/pull/43798#issuecomment-1537567526

Comment:
Sorry for resubmitting this PR. I'm fairly new into contributing via GitHub and could not forcibly recommit. I'll keep that in mind on my next PR 😄 !

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

* Re: New package: fiss-0.1.1
  2023-05-07 23:22 [PR PATCH] New package: fiss-0.1.1 friedelschoen
                   ` (5 preceding siblings ...)
  2023-05-09 10:57 ` friedelschoen
@ 2023-05-09 17:27 ` ahesford
  2023-05-09 20:43 ` friedelschoen
                   ` (2 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: ahesford @ 2023-05-09 17:27 UTC (permalink / raw)
  To: ml

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

New comment by ahesford on void-packages repository

https://github.com/void-linux/void-packages/pull/43798#issuecomment-1540580724

Comment:
The upstream package is not yet a month old. I think packaging this is premature. Let things stabilize for awhile.

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

* Re: New package: fiss-0.1.1
  2023-05-07 23:22 [PR PATCH] New package: fiss-0.1.1 friedelschoen
                   ` (6 preceding siblings ...)
  2023-05-09 17:27 ` ahesford
@ 2023-05-09 20:43 ` friedelschoen
  2023-08-08  1:44 ` github-actions
  2023-08-22  1:44 ` [PR PATCH] [Closed]: " github-actions
  9 siblings, 0 replies; 11+ messages in thread
From: friedelschoen @ 2023-05-09 20:43 UTC (permalink / raw)
  To: ml

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

New comment by friedelschoen on void-packages repository

https://github.com/void-linux/void-packages/pull/43798#issuecomment-1540864855

Comment:
Alright! Thanks for letting me know.

I'll come back if there's a stable release.

I appreciate your work and thanks for your time 🙌🏼

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

* Re: New package: fiss-0.1.1
  2023-05-07 23:22 [PR PATCH] New package: fiss-0.1.1 friedelschoen
                   ` (7 preceding siblings ...)
  2023-05-09 20:43 ` friedelschoen
@ 2023-08-08  1:44 ` github-actions
  2023-08-22  1:44 ` [PR PATCH] [Closed]: " github-actions
  9 siblings, 0 replies; 11+ messages in thread
From: github-actions @ 2023-08-08  1:44 UTC (permalink / raw)
  To: ml

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

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/pull/43798#issuecomment-1668788079

Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that.  If this pull request is still relevant bump it or assign it.

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

* Re: [PR PATCH] [Closed]: New package: fiss-0.1.1
  2023-05-07 23:22 [PR PATCH] New package: fiss-0.1.1 friedelschoen
                   ` (8 preceding siblings ...)
  2023-08-08  1:44 ` github-actions
@ 2023-08-22  1:44 ` github-actions
  9 siblings, 0 replies; 11+ messages in thread
From: github-actions @ 2023-08-22  1:44 UTC (permalink / raw)
  To: ml

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

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

New package: fiss-0.1.1
https://github.com/void-linux/void-packages/pull/43798

Description:
The old request did not cross-compile and conflicts with `runit`/`runit-void`
- above packages are added to `removes`
- cross-compiling still failed by stripping the binaries

Anyways:
- I tested the changes in this PR: **YES**

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

<!-- 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, (x86_64-musl)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - only x86_64-* works, as cross-compile-strip will fail (unrecognized file-format)

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

end of thread, other threads:[~2023-08-22  1:44 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-05-07 23:22 [PR PATCH] New package: fiss-0.1.1 friedelschoen
2023-05-07 23:32 ` friedelschoen
2023-05-08 20:50 ` [PR PATCH] [Updated] " friedelschoen
2023-05-08 20:52 ` friedelschoen
2023-05-08 21:08 ` Chocimier
2023-05-08 21:30 ` [PR PATCH] [Updated] " friedelschoen
2023-05-09 10:57 ` friedelschoen
2023-05-09 17:27 ` ahesford
2023-05-09 20:43 ` friedelschoen
2023-08-08  1:44 ` github-actions
2023-08-22  1:44 ` [PR PATCH] [Closed]: " github-actions

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).