Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: velero-1.12.0
@ 2023-10-25  2:14 ScOut3R
  2023-10-25  4:01 ` [PR PATCH] [Updated] " ScOut3R
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: ScOut3R @ 2023-10-25  2:14 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ScOut3R/void-packages velero
https://github.com/void-linux/void-packages/pull/46882

New package: velero-1.12.0
None

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

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

From 47fc8ddcedff2a7184b6b3326e12bfb7cc3057b2 Mon Sep 17 00:00:00 2001
From: Mate GABRI <mate.gabri@playhq.com>
Date: Sun, 22 Nov 2020 19:02:26 +1100
Subject: [PATCH] New package: velero-1.12.0

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

diff --git a/srcpkgs/velero/template b/srcpkgs/velero/template
new file mode 100644
index 0000000000000..4aceb7d4ea969
--- /dev/null
+++ b/srcpkgs/velero/template
@@ -0,0 +1,15 @@
+# Template file for 'velero'
+pkgname=velero
+version=1.12.0
+revision=1
+build_style=go
+go_import_path=github.com/vmware-tanzu/velero
+go_ldflags="-X $go_import_path/pkg/buildinfo.Version=v${version}"
+go_package="$go_import_path/cmd/velero"
+depends="kubectl"
+short_desc="Kubernetes cluster backup solution"
+maintainer="Mate GABRI <iam@theguy.io>"
+license="Apache-2.0"
+homepage="https://velero.io/"
+distfiles="https://github.com/vmware-tanzu/velero/archive/v${version}.tar.gz"
+checksum=dc8579c6938e803fd74bcf8e463a61b1f22971ad4f2b2be25d55bd05486ce1da

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

* Re: [PR PATCH] [Updated] New package: velero-1.12.0
  2023-10-25  2:14 [PR PATCH] New package: velero-1.12.0 ScOut3R
@ 2023-10-25  4:01 ` ScOut3R
  2024-01-24  1:47 ` New package: velero-1.12.1 github-actions
  2024-02-08  1:44 ` [PR PATCH] [Closed]: " github-actions
  2 siblings, 0 replies; 4+ messages in thread
From: ScOut3R @ 2023-10-25  4:01 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ScOut3R/void-packages velero
https://github.com/void-linux/void-packages/pull/46882

New package: velero-1.12.0
#### Testing the changes
- I tested the changes in this PR: **YES**
- I built this PR locally for my native architecture, (amd64-glibc)

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

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

From ec5445f335c2ac031e0926b3b3a1e923077c49b7 Mon Sep 17 00:00:00 2001
From: Mate GABRI <mate.gabri@playhq.com>
Date: Sun, 22 Nov 2020 19:02:26 +1100
Subject: [PATCH] New package: velero-1.12.1

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

diff --git a/srcpkgs/velero/template b/srcpkgs/velero/template
new file mode 100644
index 0000000000000..03b40e8216c8b
--- /dev/null
+++ b/srcpkgs/velero/template
@@ -0,0 +1,15 @@
+# Template file for 'velero'
+pkgname=velero
+version=1.12.1
+revision=1
+build_style=go
+go_import_path=github.com/vmware-tanzu/velero
+go_ldflags="-X $go_import_path/pkg/buildinfo.Version=v${version}"
+go_package="$go_import_path/cmd/velero"
+depends="kubectl"
+short_desc="Kubernetes cluster backup solution"
+maintainer="Mate GABRI <iam@theguy.io>"
+license="Apache-2.0"
+homepage="https://velero.io/"
+distfiles="https://github.com/vmware-tanzu/velero/archive/v${version}.tar.gz"
+checksum=6190a8ea4c4abe71be5cc8f4de645ba1dc17554b8e368b8f30f8fbada43f54f9

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

* Re: New package: velero-1.12.1
  2023-10-25  2:14 [PR PATCH] New package: velero-1.12.0 ScOut3R
  2023-10-25  4:01 ` [PR PATCH] [Updated] " ScOut3R
@ 2024-01-24  1:47 ` github-actions
  2024-02-08  1:44 ` [PR PATCH] [Closed]: " github-actions
  2 siblings, 0 replies; 4+ messages in thread
From: github-actions @ 2024-01-24  1:47 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/46882#issuecomment-1907213540

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] 4+ messages in thread

* Re: [PR PATCH] [Closed]: New package: velero-1.12.1
  2023-10-25  2:14 [PR PATCH] New package: velero-1.12.0 ScOut3R
  2023-10-25  4:01 ` [PR PATCH] [Updated] " ScOut3R
  2024-01-24  1:47 ` New package: velero-1.12.1 github-actions
@ 2024-02-08  1:44 ` github-actions
  2 siblings, 0 replies; 4+ messages in thread
From: github-actions @ 2024-02-08  1:44 UTC (permalink / raw)
  To: ml

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

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

New package: velero-1.12.1
https://github.com/void-linux/void-packages/pull/46882

Description:
#### Testing the changes
- I tested the changes in this PR: **YES**
- I built this PR locally for my native architecture, (amd64-glibc)

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

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

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-10-25  2:14 [PR PATCH] New package: velero-1.12.0 ScOut3R
2023-10-25  4:01 ` [PR PATCH] [Updated] " ScOut3R
2024-01-24  1:47 ` New package: velero-1.12.1 github-actions
2024-02-08  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).