Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: yacy-1.922
@ 2020-07-22 18:19 jason1987d
  2020-07-23 14:27 ` [PR PATCH] [Updated] " jason1987d
                   ` (20 more replies)
  0 siblings, 21 replies; 40+ messages in thread
From: jason1987d @ 2020-07-22 18:19 UTC (permalink / raw)
  To: ml

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

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

https://github.com/jason1987d/void-packages yacy-1.922
https://github.com/void-linux/void-packages/pull/23742

New package: yacy-1.922


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

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

From e8113dae9193192331d4aac9212dc7d3984d4b14 Mon Sep 17 00:00:00 2001
From: Jason Manley <jason@jasondavid.tv>
Date: Wed, 22 Jul 2020 13:17:10 -0500
Subject: [PATCH] New package: yacy-1.922

---
 srcpkgs/yacy/files/yacy/run |  2 ++
 srcpkgs/yacy/template       | 40 +++++++++++++++++++++++++++++++++++++
 2 files changed, 42 insertions(+)
 create mode 100644 srcpkgs/yacy/files/yacy/run
 create mode 100644 srcpkgs/yacy/template

diff --git a/srcpkgs/yacy/files/yacy/run b/srcpkgs/yacy/files/yacy/run
new file mode 100644
index 00000000000..c5544513c35
--- /dev/null
+++ b/srcpkgs/yacy/files/yacy/run
@@ -0,0 +1,2 @@
+#!/bin/sh
+exec chpst -u yacy:yacy /var/lib/yacy/startYACY.sh -f
diff --git a/srcpkgs/yacy/template b/srcpkgs/yacy/template
new file mode 100644
index 00000000000..a6472017379
--- /dev/null
+++ b/srcpkgs/yacy/template
@@ -0,0 +1,40 @@
+# Template file for 'yacy'
+pkgname=yacy
+version=1.922
+revision=1
+hostmakedepends="openjdk apache-ant"
+depends="openjdk-jre"
+short_desc="YaCy p2p decentralized search engine"
+maintainer="Jason Manley <jason@jasondavid.tv>"
+license="GPL-3.0-or-later"
+homepage="https://yacy.net"
+distfiles="http://latest.yacy.net/yacy_v${version}_20191013_9964.tar.gz"
+checksum=@99af963642dafaeab2657ad59315e7b7896bf4c1e7091f8f67e95e71802d44df
+
+system_accounts="yacy"
+yacy_homedir="/var/lib/yacy"
+yacy_shell="/bin/bash"
+make_dirs="/var/lib/yacy 0755 yacy yacy"
+
+post_extract() {
+	mv ${XBPS_BUILDDIR}/{yacy,yacy-1.922}
+}
+
+do_build() {
+	export JAVA_HOME=/usr/lib/jvm/java-1.8-openjdk
+	ant clean all
+}
+
+do_install() {
+	vmkdir var/lib/yacy
+	vcopy $XBPS_BUILDDIR/yacy-1.922/* var/lib/yacy
+}
+
+do_install() {
+	vmkdir var/lib/yacy
+	vcopy $XBPS_BUILDDIR/yacy-1.922/* var/lib/yacy
+}
+
+post_install() {
+	vsv yacy
+}

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

* Re: [PR PATCH] [Updated] New package: yacy-1.922
  2020-07-22 18:19 [PR PATCH] New package: yacy-1.922 jason1987d
@ 2020-07-23 14:27 ` jason1987d
  2020-07-23 14:53 ` jason1987d
                   ` (19 subsequent siblings)
  20 siblings, 0 replies; 40+ messages in thread
From: jason1987d @ 2020-07-23 14:27 UTC (permalink / raw)
  To: ml

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

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

https://github.com/jason1987d/void-packages yacy-1.922
https://github.com/void-linux/void-packages/pull/23742

New package: yacy-1.922


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

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

From 7795ff338d51ff6de3ec2a931bc3e46a007d433b Mon Sep 17 00:00:00 2001
From: Jason Manley <jason@jasondavid.tv>
Date: Wed, 22 Jul 2020 13:17:10 -0500
Subject: [PATCH] New package: yacy-1.922

---
 srcpkgs/yacy/files/yacy/run |  2 ++
 srcpkgs/yacy/template       | 35 +++++++++++++++++++++++++++++++++++
 2 files changed, 37 insertions(+)
 create mode 100644 srcpkgs/yacy/files/yacy/run
 create mode 100644 srcpkgs/yacy/template

diff --git a/srcpkgs/yacy/files/yacy/run b/srcpkgs/yacy/files/yacy/run
new file mode 100644
index 00000000000..c5544513c35
--- /dev/null
+++ b/srcpkgs/yacy/files/yacy/run
@@ -0,0 +1,2 @@
+#!/bin/sh
+exec chpst -u yacy:yacy /var/lib/yacy/startYACY.sh -f
diff --git a/srcpkgs/yacy/template b/srcpkgs/yacy/template
new file mode 100644
index 00000000000..3d3ad7e438f
--- /dev/null
+++ b/srcpkgs/yacy/template
@@ -0,0 +1,35 @@
+# Template file for 'yacy'
+pkgname=yacy
+version=1.922
+revision=1
+hostmakedepends="openjdk apache-ant"
+depends="openjdk-jre"
+short_desc="YaCy p2p decentralized search engine"
+maintainer="Jason Manley <jason@jasondavid.tv>"
+license="GPL-3.0-or-later"
+homepage="https://yacy.net"
+distfiles="http://latest.yacy.net/yacy_v${version}_20191013_9964.tar.gz"
+checksum=@99af963642dafaeab2657ad59315e7b7896bf4c1e7091f8f67e95e71802d44df
+
+system_accounts="yacy"
+yacy_homedir="/var/lib/yacy"
+yacy_shell="/bin/bash"
+make_dirs="/var/lib/yacy 0755 yacy yacy"
+
+post_extract() {
+	mv ${XBPS_BUILDDIR}/{yacy,yacy-1.922}
+}
+
+do_build() {
+	export JAVA_HOME=/usr/lib/jvm/java-1.8-openjdk
+	ant clean all
+}
+
+do_install() {
+	vmkdir var/lib/yacy
+	vcopy $XBPS_BUILDDIR/yacy-1.922/* var/lib/yacy
+}
+
+post_install() {
+	vsv yacy
+}

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

* Re: New package: yacy-1.922
  2020-07-22 18:19 [PR PATCH] New package: yacy-1.922 jason1987d
  2020-07-23 14:27 ` [PR PATCH] [Updated] " jason1987d
@ 2020-07-23 14:53 ` jason1987d
  2020-07-23 14:57 ` [PR REVIEW] " ericonr
                   ` (18 subsequent siblings)
  20 siblings, 0 replies; 40+ messages in thread
From: jason1987d @ 2020-07-23 14:53 UTC (permalink / raw)
  To: ml

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

New comment by jason1987d on void-packages repository

https://github.com/void-linux/void-packages/pull/23742#issuecomment-663053478

Comment:
I feel like my use of ${XBPS_BUILDDIR} is wrong and could be condensed with ${wrksrc}, but I'm testing out various things and still not quite working.

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

* Re: [PR REVIEW] New package: yacy-1.922
  2020-07-22 18:19 [PR PATCH] New package: yacy-1.922 jason1987d
  2020-07-23 14:27 ` [PR PATCH] [Updated] " jason1987d
  2020-07-23 14:53 ` jason1987d
@ 2020-07-23 14:57 ` ericonr
  2020-07-23 14:57 ` ericonr
                   ` (17 subsequent siblings)
  20 siblings, 0 replies; 40+ messages in thread
From: ericonr @ 2020-07-23 14:57 UTC (permalink / raw)
  To: ml

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

New review comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/23742#discussion_r459512520

Comment:
This can be replace by `wkrsrc=yacy`

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

* Re: [PR REVIEW] New package: yacy-1.922
  2020-07-22 18:19 [PR PATCH] New package: yacy-1.922 jason1987d
                   ` (3 preceding siblings ...)
  2020-07-23 14:57 ` ericonr
@ 2020-07-23 14:57 ` ericonr
  2020-07-23 14:58 ` [PR PATCH] [Updated] " jason1987d
                   ` (15 subsequent siblings)
  20 siblings, 0 replies; 40+ messages in thread
From: ericonr @ 2020-07-23 14:57 UTC (permalink / raw)
  To: ml

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

New review comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/23742#discussion_r459514073

Comment:
Put `pwd` inside this function and observe the build process if you want to know what directory you're in.

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

* Re: [PR REVIEW] New package: yacy-1.922
  2020-07-22 18:19 [PR PATCH] New package: yacy-1.922 jason1987d
                   ` (2 preceding siblings ...)
  2020-07-23 14:57 ` [PR REVIEW] " ericonr
@ 2020-07-23 14:57 ` ericonr
  2020-07-23 14:57 ` ericonr
                   ` (16 subsequent siblings)
  20 siblings, 0 replies; 40+ messages in thread
From: ericonr @ 2020-07-23 14:57 UTC (permalink / raw)
  To: ml

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

New review comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/23742#discussion_r459513566

Comment:
I'm not sure populating `/var` is the correct procedure. And you should just copy from inside the folder, no need to use `XBPS_BUILDDIR`.

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

* Re: [PR PATCH] [Updated] New package: yacy-1.922
  2020-07-22 18:19 [PR PATCH] New package: yacy-1.922 jason1987d
                   ` (4 preceding siblings ...)
  2020-07-23 14:57 ` ericonr
@ 2020-07-23 14:58 ` jason1987d
  2020-07-23 14:59 ` [PR REVIEW] " jason1987d
                   ` (14 subsequent siblings)
  20 siblings, 0 replies; 40+ messages in thread
From: jason1987d @ 2020-07-23 14:58 UTC (permalink / raw)
  To: ml

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

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

https://github.com/jason1987d/void-packages yacy-1.922
https://github.com/void-linux/void-packages/pull/23742

New package: yacy-1.922


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

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

From 845e56dcfab8e2a2703e8afe89f630a934c5debe Mon Sep 17 00:00:00 2001
From: Jason Manley <jason@jasondavid.tv>
Date: Wed, 22 Jul 2020 13:17:10 -0500
Subject: [PATCH] New package: yacy-1.922

---
 srcpkgs/yacy/files/yacy/run |  2 ++
 srcpkgs/yacy/template       | 31 +++++++++++++++++++++++++++++++
 2 files changed, 33 insertions(+)
 create mode 100644 srcpkgs/yacy/files/yacy/run
 create mode 100644 srcpkgs/yacy/template

diff --git a/srcpkgs/yacy/files/yacy/run b/srcpkgs/yacy/files/yacy/run
new file mode 100644
index 00000000000..c5544513c35
--- /dev/null
+++ b/srcpkgs/yacy/files/yacy/run
@@ -0,0 +1,2 @@
+#!/bin/sh
+exec chpst -u yacy:yacy /var/lib/yacy/startYACY.sh -f
diff --git a/srcpkgs/yacy/template b/srcpkgs/yacy/template
new file mode 100644
index 00000000000..974e137b0f4
--- /dev/null
+++ b/srcpkgs/yacy/template
@@ -0,0 +1,31 @@
+# Template file for 'yacy'
+pkgname=yacy
+version=1.922
+revision=1
+wrksrc=${pkgname}
+hostmakedepends="openjdk apache-ant"
+depends="openjdk-jre"
+short_desc="YaCy p2p decentralized search engine"
+maintainer="Jason Manley <jason@jasondavid.tv>"
+license="GPL-3.0-or-later"
+homepage="https://yacy.net"
+distfiles="http://latest.yacy.net/yacy_v${version}_20191013_9964.tar.gz"
+checksum=@99af963642dafaeab2657ad59315e7b7896bf4c1e7091f8f67e95e71802d44df
+
+system_accounts="yacy"
+yacy_homedir="/var/lib/yacy"
+yacy_shell="/bin/bash"
+make_dirs="/var/lib/yacy 0755 yacy yacy"
+
+do_build() {
+	export JAVA_HOME=/usr/lib/jvm/java-1.8-openjdk
+	ant clean all
+}
+
+do_install() {
+	vcopy ${wrksrc}/* var/lib/yacy
+}
+
+post_install() {
+	vsv yacy
+}

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

* Re: [PR REVIEW] New package: yacy-1.922
  2020-07-22 18:19 [PR PATCH] New package: yacy-1.922 jason1987d
                   ` (5 preceding siblings ...)
  2020-07-23 14:58 ` [PR PATCH] [Updated] " jason1987d
@ 2020-07-23 14:59 ` jason1987d
  2020-07-23 15:47 ` jason1987d
                   ` (13 subsequent siblings)
  20 siblings, 0 replies; 40+ messages in thread
From: jason1987d @ 2020-07-23 14:59 UTC (permalink / raw)
  To: ml

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

New review comment by jason1987d on void-packages repository

https://github.com/void-linux/void-packages/pull/23742#discussion_r459515232

Comment:
I just pushed changes to condense this along the lines of what you just said.

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

* Re: [PR REVIEW] New package: yacy-1.922
  2020-07-22 18:19 [PR PATCH] New package: yacy-1.922 jason1987d
                   ` (6 preceding siblings ...)
  2020-07-23 14:59 ` [PR REVIEW] " jason1987d
@ 2020-07-23 15:47 ` jason1987d
  2020-07-23 21:13 ` jason1987d
                   ` (12 subsequent siblings)
  20 siblings, 0 replies; 40+ messages in thread
From: jason1987d @ 2020-07-23 15:47 UTC (permalink / raw)
  To: ml

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

New review comment by jason1987d on void-packages repository

https://github.com/void-linux/void-packages/pull/23742#discussion_r459550071

Comment:
I've been trying several approaches, and am not sure which is the best here.

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

* Re: [PR REVIEW] New package: yacy-1.922
  2020-07-22 18:19 [PR PATCH] New package: yacy-1.922 jason1987d
                   ` (7 preceding siblings ...)
  2020-07-23 15:47 ` jason1987d
@ 2020-07-23 21:13 ` jason1987d
  2020-07-23 21:16 ` jason1987d
                   ` (11 subsequent siblings)
  20 siblings, 0 replies; 40+ messages in thread
From: jason1987d @ 2020-07-23 21:13 UTC (permalink / raw)
  To: ml

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

New review comment by jason1987d on void-packages repository

https://github.com/void-linux/void-packages/pull/23742#discussion_r459731457

Comment:
So what I've noticed is everything works inside the ${wrksrc}, the compilation doesn't really put anything into ${DESTDIR}. Not sure how to proceed. I have a way that makes it work but /var/lib/yacy ends up owned by root:root instead of yacy:yacy .

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

* Re: [PR REVIEW] New package: yacy-1.922
  2020-07-22 18:19 [PR PATCH] New package: yacy-1.922 jason1987d
                   ` (8 preceding siblings ...)
  2020-07-23 21:13 ` jason1987d
@ 2020-07-23 21:16 ` jason1987d
  2020-07-23 21:17 ` [PR PATCH] [Updated] " jason1987d
                   ` (10 subsequent siblings)
  20 siblings, 0 replies; 40+ messages in thread
From: jason1987d @ 2020-07-23 21:16 UTC (permalink / raw)
  To: ml

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

New review comment by jason1987d on void-packages repository

https://github.com/void-linux/void-packages/pull/23742#discussion_r459732745

Comment:
I also noticed in the documentation that there is no 'ant' or 'java' build style.

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

* Re: [PR PATCH] [Updated] New package: yacy-1.922
  2020-07-22 18:19 [PR PATCH] New package: yacy-1.922 jason1987d
                   ` (9 preceding siblings ...)
  2020-07-23 21:16 ` jason1987d
@ 2020-07-23 21:17 ` jason1987d
  2020-07-23 22:08 ` [PR REVIEW] " ericonr
                   ` (9 subsequent siblings)
  20 siblings, 0 replies; 40+ messages in thread
From: jason1987d @ 2020-07-23 21:17 UTC (permalink / raw)
  To: ml

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

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

https://github.com/jason1987d/void-packages yacy-1.922
https://github.com/void-linux/void-packages/pull/23742

New package: yacy-1.922


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

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

From 6f53d3724b5844b70422c7fd9747553166e4f3d3 Mon Sep 17 00:00:00 2001
From: Jason Manley <jason@jasondavid.tv>
Date: Wed, 22 Jul 2020 13:17:10 -0500
Subject: [PATCH] New package: yacy-1.922

---
 srcpkgs/yacy/files/yacy/run |  2 ++
 srcpkgs/yacy/template       | 32 ++++++++++++++++++++++++++++++++
 2 files changed, 34 insertions(+)
 create mode 100644 srcpkgs/yacy/files/yacy/run
 create mode 100644 srcpkgs/yacy/template

diff --git a/srcpkgs/yacy/files/yacy/run b/srcpkgs/yacy/files/yacy/run
new file mode 100644
index 00000000000..c5544513c35
--- /dev/null
+++ b/srcpkgs/yacy/files/yacy/run
@@ -0,0 +1,2 @@
+#!/bin/sh
+exec chpst -u yacy:yacy /var/lib/yacy/startYACY.sh -f
diff --git a/srcpkgs/yacy/template b/srcpkgs/yacy/template
new file mode 100644
index 00000000000..10131a8ae19
--- /dev/null
+++ b/srcpkgs/yacy/template
@@ -0,0 +1,32 @@
+# Template file for 'yacy'
+pkgname=yacy
+version=1.922
+revision=1
+wrksrc=${pkgname}
+hostmakedepends="openjdk apache-ant"
+depends="openjdk-jre"
+short_desc="YaCy p2p decentralized search engine"
+maintainer="Jason Manley <jason@jasondavid.tv>"
+license="GPL-3.0-or-later"
+homepage="https://yacy.net"
+distfiles="http://latest.yacy.net/yacy_v${version}_20191013_9964.tar.gz"
+checksum=@99af963642dafaeab2657ad59315e7b7896bf4c1e7091f8f67e95e71802d44df
+
+system_accounts="yacy"
+yacy_homedir="/var/lib/yacy"
+yacy_shell="/bin/bash"
+make_dirs="/var/lib/yacy 0755 yacy yacy"
+
+do_build() {
+	export JAVA_HOME=/usr/lib/jvm/java-1.8-openjdk
+	ant clean all
+}
+
+do_install() {
+	vmkdir var/lib/yacy
+	vcopy ${wrksrc} var/lib/
+}
+
+post_install() {
+	vsv yacy
+}

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

* Re: [PR REVIEW] New package: yacy-1.922
  2020-07-22 18:19 [PR PATCH] New package: yacy-1.922 jason1987d
                   ` (10 preceding siblings ...)
  2020-07-23 21:17 ` [PR PATCH] [Updated] " jason1987d
@ 2020-07-23 22:08 ` ericonr
  2020-07-23 22:08 ` ericonr
                   ` (8 subsequent siblings)
  20 siblings, 0 replies; 40+ messages in thread
From: ericonr @ 2020-07-23 22:08 UTC (permalink / raw)
  To: ml

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

New review comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/23742#discussion_r459755523

Comment:
Most of the templates using ant are copying files manually into destdir. You can use `vcopy` and `vinstall` from inside `do_install` for that.

Regarding the permissions of the folder, I'm not sure.

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

* Re: [PR REVIEW] New package: yacy-1.922
  2020-07-22 18:19 [PR PATCH] New package: yacy-1.922 jason1987d
                   ` (11 preceding siblings ...)
  2020-07-23 22:08 ` [PR REVIEW] " ericonr
@ 2020-07-23 22:08 ` ericonr
  2020-07-23 22:17 ` jason1987d
                   ` (7 subsequent siblings)
  20 siblings, 0 replies; 40+ messages in thread
From: ericonr @ 2020-07-23 22:08 UTC (permalink / raw)
  To: ml

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

New review comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/23742#discussion_r459755523

Comment:
Most of the templates using ant are copying files manually into destdir. You have to use `vcopy` and `vinstall` from inside `do_install` for that.

Regarding the permissions of the folder, I'm not sure.

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

* Re: [PR REVIEW] New package: yacy-1.922
  2020-07-22 18:19 [PR PATCH] New package: yacy-1.922 jason1987d
                   ` (12 preceding siblings ...)
  2020-07-23 22:08 ` ericonr
@ 2020-07-23 22:17 ` jason1987d
  2020-07-25  2:09 ` [PR PATCH] [Updated] " jason1987d
                   ` (6 subsequent siblings)
  20 siblings, 0 replies; 40+ messages in thread
From: jason1987d @ 2020-07-23 22:17 UTC (permalink / raw)
  To: ml

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

New review comment by jason1987d on void-packages repository

https://github.com/void-linux/void-packages/pull/23742#discussion_r459759088

Comment:
The vcopy setup I have inside do_install() does work to get the files there. I tried some variants before that only copied DATA (which I think may have been the only subdir inside ${DESTDIR} from all that). For ownership, in what function might be best to try to set that? The homedirs directive has /var/lib/yacy with yacy as the owner, I wonder if anything I'm doing with do_install() is overwriting that?

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

* Re: [PR PATCH] [Updated] New package: yacy-1.922
  2020-07-22 18:19 [PR PATCH] New package: yacy-1.922 jason1987d
                   ` (13 preceding siblings ...)
  2020-07-23 22:17 ` jason1987d
@ 2020-07-25  2:09 ` jason1987d
  2020-07-25  2:13 ` jason1987d
                   ` (5 subsequent siblings)
  20 siblings, 0 replies; 40+ messages in thread
From: jason1987d @ 2020-07-25  2:09 UTC (permalink / raw)
  To: ml

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

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

https://github.com/jason1987d/void-packages yacy-1.922
https://github.com/void-linux/void-packages/pull/23742

New package: yacy-1.922


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

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

From c21627b98858e669859c9c16066b7937034a99da Mon Sep 17 00:00:00 2001
From: Jason Manley <jason@jasondavid.tv>
Date: Wed, 22 Jul 2020 13:17:10 -0500
Subject: [PATCH] New package: yacy-1.922

---
 srcpkgs/yacy/files/yacy/run |  2 ++
 srcpkgs/yacy/template       | 32 ++++++++++++++++++++++++++++++++
 2 files changed, 34 insertions(+)
 create mode 100644 srcpkgs/yacy/files/yacy/run
 create mode 100644 srcpkgs/yacy/template

diff --git a/srcpkgs/yacy/files/yacy/run b/srcpkgs/yacy/files/yacy/run
new file mode 100644
index 00000000000..c5544513c35
--- /dev/null
+++ b/srcpkgs/yacy/files/yacy/run
@@ -0,0 +1,2 @@
+#!/bin/sh
+exec chpst -u yacy:yacy /var/lib/yacy/startYACY.sh -f
diff --git a/srcpkgs/yacy/template b/srcpkgs/yacy/template
new file mode 100644
index 00000000000..19ba9cdd425
--- /dev/null
+++ b/srcpkgs/yacy/template
@@ -0,0 +1,32 @@
+# Template file for 'yacy'
+pkgname=yacy
+version=1.922
+revision=1
+wrksrc=${pkgname}
+hostmakedepends="openjdk apache-ant"
+depends="openjdk-jre"
+short_desc="YaCy p2p decentralized search engine"
+maintainer="Jason Manley <jason@jasondavid.tv>"
+license="GPL-3.0-or-later"
+homepage="https://yacy.net"
+distfiles="http://latest.yacy.net/yacy_v${version}_20191013_9964.tar.gz"
+checksum=@99af963642dafaeab2657ad59315e7b7896bf4c1e7091f8f67e95e71802d44df
+
+system_accounts="yacy"
+yacy_homedir="/var/lib/yacy"
+yacy_shell="/bin/bash"
+make_dirs="/var/lib/yacy 0755 yacy yacy"
+
+do_build() {
+	export JAVA_HOME=/usr/lib/jvm/java-1.8-openjdk
+	ant clean all
+}
+
+do_install() {
+	vmkdir var/lib/
+	vcopy ${wrksrc} var/lib/
+}
+
+post_install() {
+	vsv yacy
+}

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

* Re: New package: yacy-1.922
  2020-07-22 18:19 [PR PATCH] New package: yacy-1.922 jason1987d
                   ` (14 preceding siblings ...)
  2020-07-25  2:09 ` [PR PATCH] [Updated] " jason1987d
@ 2020-07-25  2:13 ` jason1987d
  2020-07-29  1:14 ` [PR PATCH] [Updated] " jason1987d
                   ` (4 subsequent siblings)
  20 siblings, 0 replies; 40+ messages in thread
From: jason1987d @ 2020-07-25  2:13 UTC (permalink / raw)
  To: ml

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

New comment by jason1987d on void-packages repository

https://github.com/void-linux/void-packages/pull/23742#issuecomment-663794791

Comment:
Yeah, I did some more poking around. The only issue that I can't figure out is how to make in the final installation, the files inside /var/lib/yacy (the homedir and where the software is installed) be owned by yacy:yacy too. chown in post-install does not work as the user yacy is apparently not existing yet.

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

* Re: [PR PATCH] [Updated] New package: yacy-1.922
  2020-07-22 18:19 [PR PATCH] New package: yacy-1.922 jason1987d
                   ` (15 preceding siblings ...)
  2020-07-25  2:13 ` jason1987d
@ 2020-07-29  1:14 ` jason1987d
  2020-07-29  1:17 ` jason1987d
                   ` (3 subsequent siblings)
  20 siblings, 0 replies; 40+ messages in thread
From: jason1987d @ 2020-07-29  1:14 UTC (permalink / raw)
  To: ml

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

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

https://github.com/jason1987d/void-packages yacy-1.922
https://github.com/void-linux/void-packages/pull/23742

New package: yacy-1.922


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

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

From e613bac9b0b8f3e1d784d369b94f668887f4fe14 Mon Sep 17 00:00:00 2001
From: Jason Manley <jason@jasondavid.tv>
Date: Wed, 22 Jul 2020 13:17:10 -0500
Subject: [PATCH] New package: yacy-1.922

---
 srcpkgs/yacy/INSTALL        |  6 ++++++
 srcpkgs/yacy/files/yacy/run |  2 ++
 srcpkgs/yacy/template       | 32 ++++++++++++++++++++++++++++++++
 3 files changed, 40 insertions(+)
 create mode 100644 srcpkgs/yacy/INSTALL
 create mode 100644 srcpkgs/yacy/files/yacy/run
 create mode 100644 srcpkgs/yacy/template

diff --git a/srcpkgs/yacy/INSTALL b/srcpkgs/yacy/INSTALL
new file mode 100644
index 00000000000..e451fab90ce
--- /dev/null
+++ b/srcpkgs/yacy/INSTALL
@@ -0,0 +1,6 @@
+# INSTALL
+case "$ACTION" in
+post)
+	chown -R yacy:yacy /var/lib/yacy
+	;;
+esac
diff --git a/srcpkgs/yacy/files/yacy/run b/srcpkgs/yacy/files/yacy/run
new file mode 100644
index 00000000000..c5544513c35
--- /dev/null
+++ b/srcpkgs/yacy/files/yacy/run
@@ -0,0 +1,2 @@
+#!/bin/sh
+exec chpst -u yacy:yacy /var/lib/yacy/startYACY.sh -f
diff --git a/srcpkgs/yacy/template b/srcpkgs/yacy/template
new file mode 100644
index 00000000000..19ba9cdd425
--- /dev/null
+++ b/srcpkgs/yacy/template
@@ -0,0 +1,32 @@
+# Template file for 'yacy'
+pkgname=yacy
+version=1.922
+revision=1
+wrksrc=${pkgname}
+hostmakedepends="openjdk apache-ant"
+depends="openjdk-jre"
+short_desc="YaCy p2p decentralized search engine"
+maintainer="Jason Manley <jason@jasondavid.tv>"
+license="GPL-3.0-or-later"
+homepage="https://yacy.net"
+distfiles="http://latest.yacy.net/yacy_v${version}_20191013_9964.tar.gz"
+checksum=@99af963642dafaeab2657ad59315e7b7896bf4c1e7091f8f67e95e71802d44df
+
+system_accounts="yacy"
+yacy_homedir="/var/lib/yacy"
+yacy_shell="/bin/bash"
+make_dirs="/var/lib/yacy 0755 yacy yacy"
+
+do_build() {
+	export JAVA_HOME=/usr/lib/jvm/java-1.8-openjdk
+	ant clean all
+}
+
+do_install() {
+	vmkdir var/lib/
+	vcopy ${wrksrc} var/lib/
+}
+
+post_install() {
+	vsv yacy
+}

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

* Re: New package: yacy-1.922
  2020-07-22 18:19 [PR PATCH] New package: yacy-1.922 jason1987d
                   ` (16 preceding siblings ...)
  2020-07-29  1:14 ` [PR PATCH] [Updated] " jason1987d
@ 2020-07-29  1:17 ` jason1987d
  2020-11-09  4:16 ` jason1987d
                   ` (2 subsequent siblings)
  20 siblings, 0 replies; 40+ messages in thread
From: jason1987d @ 2020-07-29  1:17 UTC (permalink / raw)
  To: ml

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

New comment by jason1987d on void-packages repository

https://github.com/void-linux/void-packages/pull/23742#issuecomment-665375251

Comment:
> Yeah, I did some more poking around. The only issue that I can't figure out is how to make in the final installation, the files inside /var/lib/yacy (the homedir and where the software is installed) be owned by yacy:yacy too. chown in post-install does not work as the user yacy is apparently not existing yet.

Which I dealt with with INSTALL file.

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

* Re: New package: yacy-1.922
  2020-07-22 18:19 [PR PATCH] New package: yacy-1.922 jason1987d
                   ` (17 preceding siblings ...)
  2020-07-29  1:17 ` jason1987d
@ 2020-11-09  4:16 ` jason1987d
  2021-03-02 19:49 ` [PR PATCH] [Updated] " jason1987d
  2021-03-02 21:52 ` [PR PATCH] [Closed]: " jason1987d
  20 siblings, 0 replies; 40+ messages in thread
From: jason1987d @ 2020-11-09  4:16 UTC (permalink / raw)
  To: ml

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

New comment by jason1987d on void-packages repository

https://github.com/void-linux/void-packages/pull/23742#issuecomment-723743982

Comment:
Haven't heard on this in awhile. I noticed my google-earth-pro upgrade got merged. It sounds like the reviewers have been busy and/or burned out these past months. Just curious, and thank you. I'll check if there's a newer version of yacy if this gets merged.

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

* Re: [PR PATCH] [Updated] New package: yacy-1.922
  2020-07-22 18:19 [PR PATCH] New package: yacy-1.922 jason1987d
                   ` (18 preceding siblings ...)
  2020-11-09  4:16 ` jason1987d
@ 2021-03-02 19:49 ` jason1987d
  2021-03-02 21:52 ` [PR PATCH] [Closed]: " jason1987d
  20 siblings, 0 replies; 40+ messages in thread
From: jason1987d @ 2021-03-02 19:49 UTC (permalink / raw)
  To: ml

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

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

https://github.com/jason1987d/void-packages yacy-1.922
https://github.com/void-linux/void-packages/pull/23742

New package: yacy-1.922


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

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

From e613bac9b0b8f3e1d784d369b94f668887f4fe14 Mon Sep 17 00:00:00 2001
From: Jason Manley <jason@jasondavid.tv>
Date: Wed, 22 Jul 2020 13:17:10 -0500
Subject: [PATCH 1/2] New package: yacy-1.922

---
 srcpkgs/yacy/INSTALL        |  6 ++++++
 srcpkgs/yacy/files/yacy/run |  2 ++
 srcpkgs/yacy/template       | 32 ++++++++++++++++++++++++++++++++
 3 files changed, 40 insertions(+)
 create mode 100644 srcpkgs/yacy/INSTALL
 create mode 100644 srcpkgs/yacy/files/yacy/run
 create mode 100644 srcpkgs/yacy/template

diff --git a/srcpkgs/yacy/INSTALL b/srcpkgs/yacy/INSTALL
new file mode 100644
index 00000000000..e451fab90ce
--- /dev/null
+++ b/srcpkgs/yacy/INSTALL
@@ -0,0 +1,6 @@
+# INSTALL
+case "$ACTION" in
+post)
+	chown -R yacy:yacy /var/lib/yacy
+	;;
+esac
diff --git a/srcpkgs/yacy/files/yacy/run b/srcpkgs/yacy/files/yacy/run
new file mode 100644
index 00000000000..c5544513c35
--- /dev/null
+++ b/srcpkgs/yacy/files/yacy/run
@@ -0,0 +1,2 @@
+#!/bin/sh
+exec chpst -u yacy:yacy /var/lib/yacy/startYACY.sh -f
diff --git a/srcpkgs/yacy/template b/srcpkgs/yacy/template
new file mode 100644
index 00000000000..19ba9cdd425
--- /dev/null
+++ b/srcpkgs/yacy/template
@@ -0,0 +1,32 @@
+# Template file for 'yacy'
+pkgname=yacy
+version=1.922
+revision=1
+wrksrc=${pkgname}
+hostmakedepends="openjdk apache-ant"
+depends="openjdk-jre"
+short_desc="YaCy p2p decentralized search engine"
+maintainer="Jason Manley <jason@jasondavid.tv>"
+license="GPL-3.0-or-later"
+homepage="https://yacy.net"
+distfiles="http://latest.yacy.net/yacy_v${version}_20191013_9964.tar.gz"
+checksum=@99af963642dafaeab2657ad59315e7b7896bf4c1e7091f8f67e95e71802d44df
+
+system_accounts="yacy"
+yacy_homedir="/var/lib/yacy"
+yacy_shell="/bin/bash"
+make_dirs="/var/lib/yacy 0755 yacy yacy"
+
+do_build() {
+	export JAVA_HOME=/usr/lib/jvm/java-1.8-openjdk
+	ant clean all
+}
+
+do_install() {
+	vmkdir var/lib/
+	vcopy ${wrksrc} var/lib/
+}
+
+post_install() {
+	vsv yacy
+}

From b36a760c4edb642c3c98be52888c1a2672172f29 Mon Sep 17 00:00:00 2001
From: Jason Manley <jason@jasondavid.tv>
Date: Tue, 2 Mar 2021 13:48:19 -0600
Subject: [PATCH 2/2] New package: yacy-1.922.

---
 srcpkgs/yacy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/yacy/template b/srcpkgs/yacy/template
index 19ba9cdd425..67e84f1d692 100644
--- a/srcpkgs/yacy/template
+++ b/srcpkgs/yacy/template
@@ -4,7 +4,7 @@ version=1.922
 revision=1
 wrksrc=${pkgname}
 hostmakedepends="openjdk apache-ant"
-depends="openjdk-jre"
+depends="openjdk-jre bash"
 short_desc="YaCy p2p decentralized search engine"
 maintainer="Jason Manley <jason@jasondavid.tv>"
 license="GPL-3.0-or-later"

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

* Re: [PR PATCH] [Closed]: New package: yacy-1.922
  2020-07-22 18:19 [PR PATCH] New package: yacy-1.922 jason1987d
                   ` (19 preceding siblings ...)
  2021-03-02 19:49 ` [PR PATCH] [Updated] " jason1987d
@ 2021-03-02 21:52 ` jason1987d
  20 siblings, 0 replies; 40+ messages in thread
From: jason1987d @ 2021-03-02 21:52 UTC (permalink / raw)
  To: ml

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

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

New package: yacy-1.922
https://github.com/void-linux/void-packages/pull/23742

Description:


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

* Re: New package: yacy-1.922
  2020-07-21 21:39 [PR PATCH] " jason1987d
                   ` (16 preceding siblings ...)
  2020-07-22 18:01 ` ericonr
@ 2020-07-23 20:53 ` Chocimier
  17 siblings, 0 replies; 40+ messages in thread
From: Chocimier @ 2020-07-23 20:53 UTC (permalink / raw)
  To: ml

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

New comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/pull/23695#issuecomment-663226818

Comment:
> Is it okay if I close this pull request and start fresh with just the one commit

It is preferred to make changes as for new PR, then `git push --force FORK NEW_BRANCH:BRANCH_OF_EXISTING_PR`

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

* Re: New package: yacy-1.922
  2020-07-21 21:39 [PR PATCH] " jason1987d
                   ` (15 preceding siblings ...)
  2020-07-22 17:49 ` jason1987d
@ 2020-07-22 18:01 ` ericonr
  2020-07-23 20:53 ` Chocimier
  17 siblings, 0 replies; 40+ messages in thread
From: ericonr @ 2020-07-22 18:01 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/23695#issuecomment-662601037

Comment:
Sure.

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

* Re: New package: yacy-1.922
  2020-07-21 21:39 [PR PATCH] " jason1987d
                   ` (14 preceding siblings ...)
  2020-07-22 17:39 ` jason1987d
@ 2020-07-22 17:49 ` jason1987d
  2020-07-22 18:01 ` ericonr
  2020-07-23 20:53 ` Chocimier
  17 siblings, 0 replies; 40+ messages in thread
From: jason1987d @ 2020-07-22 17:49 UTC (permalink / raw)
  To: ml

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

New comment by jason1987d on void-packages repository

https://github.com/void-linux/void-packages/pull/23695#issuecomment-662595022

Comment:
Each attempt at a squash just mangles the main template file with random git gibberish. What am I doing wrong here? Is it okay if I close this pull request and start fresh with just the one commit now that we've discussed and fixed what was actually wrong with the template?

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

* Re: New package: yacy-1.922
  2020-07-21 21:39 [PR PATCH] " jason1987d
                   ` (13 preceding siblings ...)
  2020-07-22 17:37 ` ericonr
@ 2020-07-22 17:39 ` jason1987d
  2020-07-22 17:49 ` jason1987d
                   ` (2 subsequent siblings)
  17 siblings, 0 replies; 40+ messages in thread
From: jason1987d @ 2020-07-22 17:39 UTC (permalink / raw)
  To: ml

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

New comment by jason1987d on void-packages repository

https://github.com/void-linux/void-packages/pull/23695#issuecomment-662590095

Comment:
Looking at git log does show these commits. 

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

* Re: New package: yacy-1.922
  2020-07-21 21:39 [PR PATCH] " jason1987d
                   ` (12 preceding siblings ...)
  2020-07-22 17:35 ` jason1987d
@ 2020-07-22 17:37 ` ericonr
  2020-07-22 17:39 ` jason1987d
                   ` (3 subsequent siblings)
  17 siblings, 0 replies; 40+ messages in thread
From: ericonr @ 2020-07-22 17:37 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/23695#issuecomment-662589114

Comment:
Not exactly. Can you check if `git log` shows all the commits that are in https://github.com/void-linux/void-packages/pull/23695/commits ? If not, you can run `git push -f origin master`.

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

* Re: New package: yacy-1.922
  2020-07-21 21:39 [PR PATCH] " jason1987d
                   ` (11 preceding siblings ...)
  2020-07-22 17:35 ` jason1987d
@ 2020-07-22 17:35 ` jason1987d
  2020-07-22 17:37 ` ericonr
                   ` (4 subsequent siblings)
  17 siblings, 0 replies; 40+ messages in thread
From: jason1987d @ 2020-07-22 17:35 UTC (permalink / raw)
  To: ml

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

New comment by jason1987d on void-packages repository

https://github.com/void-linux/void-packages/pull/23695#issuecomment-662587914

Comment:
Didn't see that ~ vs - at first, thank you. I have done plenty of squashing, but nothing seems to change here on the commits in this pull request. I also see below here the mssage "This branch cannot be rebased due to conflicts".... normal?

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

* Re: New package: yacy-1.922
  2020-07-21 21:39 [PR PATCH] " jason1987d
                   ` (10 preceding siblings ...)
  2020-07-22 17:25 ` ericonr
@ 2020-07-22 17:35 ` jason1987d
  2020-07-22 17:35 ` jason1987d
                   ` (5 subsequent siblings)
  17 siblings, 0 replies; 40+ messages in thread
From: jason1987d @ 2020-07-22 17:35 UTC (permalink / raw)
  To: ml

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

New comment by jason1987d on void-packages repository

https://github.com/void-linux/void-packages/pull/23695#issuecomment-662587914

Comment:
Didn't see that ~ vs - at first, thank you. I have done plenty of squashing, but nothing seems to change here on the commits in this pull request.

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

* Re: New package: yacy-1.922
  2020-07-21 21:39 [PR PATCH] " jason1987d
                   ` (9 preceding siblings ...)
  2020-07-22 17:01 ` jason1987d
@ 2020-07-22 17:25 ` ericonr
  2020-07-22 17:35 ` jason1987d
                   ` (6 subsequent siblings)
  17 siblings, 0 replies; 40+ messages in thread
From: ericonr @ 2020-07-22 17:25 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/23695#issuecomment-662583018

Comment:
It's `~`, not `-`

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

* Re: New package: yacy-1.922
  2020-07-21 21:39 [PR PATCH] " jason1987d
                   ` (8 preceding siblings ...)
  2020-07-22 16:41 ` ericonr
@ 2020-07-22 17:01 ` jason1987d
  2020-07-22 17:25 ` ericonr
                   ` (7 subsequent siblings)
  17 siblings, 0 replies; 40+ messages in thread
From: jason1987d @ 2020-07-22 17:01 UTC (permalink / raw)
  To: ml

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

New comment by jason1987d on void-packages repository

https://github.com/void-linux/void-packages/pull/23695#issuecomment-662571517

Comment:
> @jason1987d you can run `git rebase -i HEAD~9` (where 9 is the number of commits you have here) and replace `pick` with `squash` for all of them. Then you just need to fix the final commit message and force push the branch here.

That did not work. 
fatal: invalid upstream 'HEAD-9'

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

* Re: New package: yacy-1.922
  2020-07-21 21:39 [PR PATCH] " jason1987d
                   ` (7 preceding siblings ...)
  2020-07-22 16:30 ` jason1987d
@ 2020-07-22 16:41 ` ericonr
  2020-07-22 17:01 ` jason1987d
                   ` (8 subsequent siblings)
  17 siblings, 0 replies; 40+ messages in thread
From: ericonr @ 2020-07-22 16:41 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/23695#issuecomment-662561129

Comment:
@jason1987d you can run `git rebase -i HEAD~9` (where 9 is the number of commits you have here) and replace `pick` with `squash` for all of them. Then you just need to fix the final commit message and force push the branch here.

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

* Re: New package: yacy-1.922
  2020-07-21 21:39 [PR PATCH] " jason1987d
                   ` (6 preceding siblings ...)
  2020-07-22  0:35 ` fosslinux
@ 2020-07-22 16:30 ` jason1987d
  2020-07-22 16:41 ` ericonr
                   ` (9 subsequent siblings)
  17 siblings, 0 replies; 40+ messages in thread
From: jason1987d @ 2020-07-22 16:30 UTC (permalink / raw)
  To: ml

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

New comment by jason1987d on void-packages repository

https://github.com/void-linux/void-packages/pull/23695#issuecomment-662555187

Comment:
Anything new on this? Do you want me to close out and start a new pull request since this one has dirty commit history? Thank you.

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

* Re: New package: yacy-1.922
  2020-07-21 21:39 [PR PATCH] " jason1987d
                   ` (5 preceding siblings ...)
  2020-07-22  0:28 ` jason1987d
@ 2020-07-22  0:35 ` fosslinux
  2020-07-22 16:30 ` jason1987d
                   ` (10 subsequent siblings)
  17 siblings, 0 replies; 40+ messages in thread
From: fosslinux @ 2020-07-22  0:35 UTC (permalink / raw)
  To: ml

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

New comment by fosslinux on void-packages repository

https://github.com/void-linux/void-packages/pull/23695#issuecomment-662175903

Comment:
Ok, looking better. I'll test this soon ish. The merge commit should not be kept, use rebase instead. Not sure how to remove that though

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

* Re: New package: yacy-1.922
  2020-07-21 21:39 [PR PATCH] " jason1987d
                   ` (4 preceding siblings ...)
  2020-07-22  0:02 ` jason1987d
@ 2020-07-22  0:28 ` jason1987d
  2020-07-22  0:35 ` fosslinux
                   ` (11 subsequent siblings)
  17 siblings, 0 replies; 40+ messages in thread
From: jason1987d @ 2020-07-22  0:28 UTC (permalink / raw)
  To: ml

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

New comment by jason1987d on void-packages repository

https://github.com/void-linux/void-packages/pull/23695#issuecomment-662173998

Comment:
I made some updates such as to the path. I hope I didn't botch the commit trail trying to remove my mistaken google-earth-pro commits.

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

* Re: New package: yacy-1.922
  2020-07-21 21:39 [PR PATCH] " jason1987d
                   ` (3 preceding siblings ...)
  2020-07-22  0:01 ` jason1987d
@ 2020-07-22  0:02 ` jason1987d
  2020-07-22  0:28 ` jason1987d
                   ` (12 subsequent siblings)
  17 siblings, 0 replies; 40+ messages in thread
From: jason1987d @ 2020-07-22  0:02 UTC (permalink / raw)
  To: ml

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

New comment by jason1987d on void-packages repository

https://github.com/void-linux/void-packages/pull/23695#issuecomment-662166614

Comment:
> This should be compiled from source. I don't see any reason for this not to be compiled from source...
> 
> Resources:
> 
> https://github.com/yacy/yacy_search_server#compile-from-source
> https://github.com/yacy/yacy_search_server/archive/Release_1.92.tar.gz

I am testing building from source and will have this PR up to date with that shortly. /var/lib may be the better place for this as well (I think similar to packages like transmission).

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

* Re: New package: yacy-1.922
  2020-07-21 21:39 [PR PATCH] " jason1987d
                   ` (2 preceding siblings ...)
  2020-07-21 23:53 ` fosslinux
@ 2020-07-22  0:01 ` jason1987d
  2020-07-22  0:02 ` jason1987d
                   ` (13 subsequent siblings)
  17 siblings, 0 replies; 40+ messages in thread
From: jason1987d @ 2020-07-22  0:01 UTC (permalink / raw)
  To: ml

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

New comment by jason1987d on void-packages repository

https://github.com/void-linux/void-packages/pull/23695#issuecomment-662166161

Comment:
How would I remove those commits?
git rebase -i <commit id> 
???

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

* Re: New package: yacy-1.922
  2020-07-21 21:39 [PR PATCH] " jason1987d
  2020-07-21 21:57 ` ericonr
  2020-07-21 23:23 ` ericonr
@ 2020-07-21 23:53 ` fosslinux
  2020-07-22  0:01 ` jason1987d
                   ` (14 subsequent siblings)
  17 siblings, 0 replies; 40+ messages in thread
From: fosslinux @ 2020-07-21 23:53 UTC (permalink / raw)
  To: ml

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

New comment by fosslinux on void-packages repository

https://github.com/void-linux/void-packages/pull/23695#issuecomment-662164178

Comment:
Remove the google-earth-pro stuff from this PR too, please.

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

* Re: New package: yacy-1.922
  2020-07-21 21:39 [PR PATCH] " jason1987d
  2020-07-21 21:57 ` ericonr
@ 2020-07-21 23:23 ` ericonr
  2020-07-21 23:53 ` fosslinux
                   ` (15 subsequent siblings)
  17 siblings, 0 replies; 40+ messages in thread
From: ericonr @ 2020-07-21 23:23 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/23695#issuecomment-662155987

Comment:
Squash your commits when you're done, please.

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

* Re: New package: yacy-1.922
  2020-07-21 21:39 [PR PATCH] " jason1987d
@ 2020-07-21 21:57 ` ericonr
  2020-07-21 23:23 ` ericonr
                   ` (16 subsequent siblings)
  17 siblings, 0 replies; 40+ messages in thread
From: ericonr @ 2020-07-21 21:57 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/23695#issuecomment-662127289

Comment:
https://github.com/yacy/yacy_search_server#compile-from-source

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

end of thread, other threads:[~2021-03-02 21:52 UTC | newest]

Thread overview: 40+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-22 18:19 [PR PATCH] New package: yacy-1.922 jason1987d
2020-07-23 14:27 ` [PR PATCH] [Updated] " jason1987d
2020-07-23 14:53 ` jason1987d
2020-07-23 14:57 ` [PR REVIEW] " ericonr
2020-07-23 14:57 ` ericonr
2020-07-23 14:57 ` ericonr
2020-07-23 14:58 ` [PR PATCH] [Updated] " jason1987d
2020-07-23 14:59 ` [PR REVIEW] " jason1987d
2020-07-23 15:47 ` jason1987d
2020-07-23 21:13 ` jason1987d
2020-07-23 21:16 ` jason1987d
2020-07-23 21:17 ` [PR PATCH] [Updated] " jason1987d
2020-07-23 22:08 ` [PR REVIEW] " ericonr
2020-07-23 22:08 ` ericonr
2020-07-23 22:17 ` jason1987d
2020-07-25  2:09 ` [PR PATCH] [Updated] " jason1987d
2020-07-25  2:13 ` jason1987d
2020-07-29  1:14 ` [PR PATCH] [Updated] " jason1987d
2020-07-29  1:17 ` jason1987d
2020-11-09  4:16 ` jason1987d
2021-03-02 19:49 ` [PR PATCH] [Updated] " jason1987d
2021-03-02 21:52 ` [PR PATCH] [Closed]: " jason1987d
  -- strict thread matches above, loose matches on Subject: below --
2020-07-21 21:39 [PR PATCH] " jason1987d
2020-07-21 21:57 ` ericonr
2020-07-21 23:23 ` ericonr
2020-07-21 23:53 ` fosslinux
2020-07-22  0:01 ` jason1987d
2020-07-22  0:02 ` jason1987d
2020-07-22  0:28 ` jason1987d
2020-07-22  0:35 ` fosslinux
2020-07-22 16:30 ` jason1987d
2020-07-22 16:41 ` ericonr
2020-07-22 17:01 ` jason1987d
2020-07-22 17:25 ` ericonr
2020-07-22 17:35 ` jason1987d
2020-07-22 17:35 ` jason1987d
2020-07-22 17:37 ` ericonr
2020-07-22 17:39 ` jason1987d
2020-07-22 17:49 ` jason1987d
2020-07-22 18:01 ` ericonr
2020-07-23 20:53 ` Chocimier

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