Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: zrep-1.8.0
@ 2020-01-18  4:00 voidlinux-github
  2020-01-18  5:21 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: voidlinux-github @ 2020-01-18  4:00 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ahesford/void-packages zrep
https://github.com/void-linux/void-packages/pull/18359

New package: zrep-1.8.0
zrep is a ksh script that allows local and remote (via SSH) replication of ZFS snapshots and a failover mode that will swap the roles of master and slave.

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

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

From 1d7362850401f5be67a5d71cff099685e3601dba Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ahesford@gleason.com>
Date: Fri, 17 Jan 2020 22:58:32 -0500
Subject: [PATCH] New package: zrep-1.8.0

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

diff --git a/srcpkgs/zrep/template b/srcpkgs/zrep/template
new file mode 100644
index 00000000000..66250205bde
--- /dev/null
+++ b/srcpkgs/zrep/template
@@ -0,0 +1,20 @@
+# Template file for 'zrep'
+pkgname=zrep
+version=1.8.0
+revision=1
+archs=noarch
+build_style=fetch
+depends="ksh"
+short_desc="Simple ZFS replication and failover script"
+maintainer="Andrew J. Hesford <ajh@sideband.org>"
+license="custom:Proprietary"
+homepage="https://github.com/bolthole/${pkgname}"
+_zrep_root="https://raw.githubusercontent.com/bolthole/zrep/v${version}"
+distfiles="${_zrep_root}/${pkgname} ${_zrep_root}/LICENSE.txt"
+checksum="4f567de8505c5218d2cd624de9e3e4978cd26f6c66f7bab722959ec3a626f581
+ 5a5638d07535563a83a695ebbb4d2a592ce866281a076c4f9278007f70efb839"
+
+do_install() {
+	vbin zrep
+	vlicense LICENSE.txt
+}

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

* Re: [PR PATCH] [Updated] New package: zrep-1.8.0
  2020-01-18  4:00 [PR PATCH] New package: zrep-1.8.0 voidlinux-github
@ 2020-01-18  5:21 ` voidlinux-github
  2020-01-18 17:59 ` voidlinux-github
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: voidlinux-github @ 2020-01-18  5:21 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ahesford/void-packages zrep
https://github.com/void-linux/void-packages/pull/18359

New package: zrep-1.8.0
zrep is a ksh script that allows local and remote (via SSH) replication of ZFS snapshots and a failover mode that will swap the roles of master and slave.

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

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

From 36728951228f92135b4f42aa76d1732599096d52 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Fri, 17 Jan 2020 22:58:32 -0500
Subject: [PATCH] New package: zrep-1.8.0

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

diff --git a/srcpkgs/zrep/template b/srcpkgs/zrep/template
new file mode 100644
index 00000000000..0f37421e544
--- /dev/null
+++ b/srcpkgs/zrep/template
@@ -0,0 +1,20 @@
+# Template file for 'zrep'
+pkgname=zrep
+version=1.8.0
+revision=1
+archs=noarch
+build_style=fetch
+depends="ksh zfs"
+short_desc="Simple ZFS replication and failover script"
+maintainer="Andrew J. Hesford <ajh@sideband.org>"
+license="custom:Proprietary"
+homepage="https://github.com/bolthole/${pkgname}"
+_zrep_root="https://raw.githubusercontent.com/bolthole/zrep/v${version}"
+distfiles="${_zrep_root}/${pkgname} ${_zrep_root}/LICENSE.txt"
+checksum="4f567de8505c5218d2cd624de9e3e4978cd26f6c66f7bab722959ec3a626f581
+ 5a5638d07535563a83a695ebbb4d2a592ce866281a076c4f9278007f70efb839"
+
+do_install() {
+	vbin zrep
+	vlicense LICENSE.txt
+}

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

* Re: New package: zrep-1.8.0
  2020-01-18  4:00 [PR PATCH] New package: zrep-1.8.0 voidlinux-github
  2020-01-18  5:21 ` [PR PATCH] [Updated] " voidlinux-github
@ 2020-01-18 17:59 ` voidlinux-github
  2020-01-18 18:01 ` voidlinux-github
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: voidlinux-github @ 2020-01-18 17:59 UTC (permalink / raw)
  To: ml

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

New comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/pull/18359#issuecomment-575923567

Comment:
License forbids redistribution, so it can't be added to repos. Could be added as restricted, but it means one must use xbps-src to build package, then install from local repo, and there is no automatic updates. This can be not worth it for a piece of bash.

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

* Re: New package: zrep-1.8.0
  2020-01-18  4:00 [PR PATCH] New package: zrep-1.8.0 voidlinux-github
  2020-01-18  5:21 ` [PR PATCH] [Updated] " voidlinux-github
  2020-01-18 17:59 ` voidlinux-github
@ 2020-01-18 18:01 ` voidlinux-github
  2020-01-18 18:01 ` [PR PATCH] [Closed]: " voidlinux-github
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: voidlinux-github @ 2020-01-18 18:01 UTC (permalink / raw)
  To: ml

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

New comment by xtraeme on void-packages repository

https://github.com/void-linux/void-packages/pull/18359#issuecomment-575923711

Comment:
What @chocimier said

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

* Re: [PR PATCH] [Closed]: New package: zrep-1.8.0
  2020-01-18  4:00 [PR PATCH] New package: zrep-1.8.0 voidlinux-github
                   ` (2 preceding siblings ...)
  2020-01-18 18:01 ` voidlinux-github
@ 2020-01-18 18:01 ` voidlinux-github
  2020-01-18 18:04 ` voidlinux-github
  2020-01-18 18:15 ` voidlinux-github
  5 siblings, 0 replies; 7+ messages in thread
From: voidlinux-github @ 2020-01-18 18:01 UTC (permalink / raw)
  To: ml

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

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

New package: zrep-1.8.0
https://github.com/void-linux/void-packages/pull/18359

Description:
zrep is a ksh script that allows local and remote (via SSH) replication of ZFS snapshots and a failover mode that will swap the roles of master and slave.

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

* Re: New package: zrep-1.8.0
  2020-01-18  4:00 [PR PATCH] New package: zrep-1.8.0 voidlinux-github
                   ` (3 preceding siblings ...)
  2020-01-18 18:01 ` [PR PATCH] [Closed]: " voidlinux-github
@ 2020-01-18 18:04 ` voidlinux-github
  2020-01-18 18:15 ` voidlinux-github
  5 siblings, 0 replies; 7+ messages in thread
From: voidlinux-github @ 2020-01-18 18:04 UTC (permalink / raw)
  To: ml

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

New comment by ahesford on void-packages repository

https://github.com/void-linux/void-packages/pull/18359#issuecomment-575923992

Comment:
Understoond, thanks for looking and sorry for the noise.

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

* Re: New package: zrep-1.8.0
  2020-01-18  4:00 [PR PATCH] New package: zrep-1.8.0 voidlinux-github
                   ` (4 preceding siblings ...)
  2020-01-18 18:04 ` voidlinux-github
@ 2020-01-18 18:15 ` voidlinux-github
  5 siblings, 0 replies; 7+ messages in thread
From: voidlinux-github @ 2020-01-18 18:15 UTC (permalink / raw)
  To: ml

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

New comment by ahesford on void-packages repository

https://github.com/void-linux/void-packages/pull/18359#issuecomment-575923992

Comment:
Understood, thanks for looking and sorry for the noise.

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

end of thread, other threads:[~2020-01-18 18:15 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-18  4:00 [PR PATCH] New package: zrep-1.8.0 voidlinux-github
2020-01-18  5:21 ` [PR PATCH] [Updated] " voidlinux-github
2020-01-18 17:59 ` voidlinux-github
2020-01-18 18:01 ` voidlinux-github
2020-01-18 18:01 ` [PR PATCH] [Closed]: " voidlinux-github
2020-01-18 18:04 ` voidlinux-github
2020-01-18 18:15 ` voidlinux-github

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