* [PR PATCH] restic: update to 0.17.3.
@ 2024-11-09 8:47 kaistian
2024-11-09 10:23 ` [PR PATCH] [Updated] " kaistian
` (7 more replies)
0 siblings, 8 replies; 9+ messages in thread
From: kaistian @ 2024-11-09 8:47 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 474 bytes --]
There is a new pull request by kaistian against master on the void-packages repository
https://github.com/kaistian/void-packages restic
https://github.com/void-linux/void-packages/pull/52967
restic: update to 0.17.3.
#### Testing the changes
- I tested the changes in this PR: **YES**
#### Local build testing
- I built this PR locally for my native architecture, x86-64-LIBC
A patch file from https://github.com/void-linux/void-packages/pull/52967.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-restic-52967.patch --]
[-- Type: text/x-diff, Size: 1055 bytes --]
From 87cb6b80e78f38d7deb907e6130e81428aabf698 Mon Sep 17 00:00:00 2001
From: Kai Stian Olstad <void@olstad.com>
Date: Sat, 9 Nov 2024 09:42:48 +0100
Subject: [PATCH] restic: update to 0.17.3.
---
srcpkgs/restic/template | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/srcpkgs/restic/template b/srcpkgs/restic/template
index 09cbac4ddfcc64..86e0f52499ab4f 100644
--- a/srcpkgs/restic/template
+++ b/srcpkgs/restic/template
@@ -1,6 +1,6 @@
# Template file for 'restic'
pkgname=restic
-version=0.17.1
+version=0.17.3
revision=1
build_style=go
go_import_path=github.com/restic/restic
@@ -12,7 +12,7 @@ license="BSD-2-Clause"
homepage="https://restic.net/"
changelog="https://raw.githubusercontent.com/restic/restic/master/CHANGELOG.md"
distfiles="https://github.com/restic/restic/releases/download/v${version}/restic-${version}.tar.gz"
-checksum=cba3a5759690d11dae4b5620c44f56be17a5688e32c9856776db8a9a93d6d59a
+checksum=bf0dd73edfae531c24070e2e7833938613f7b179ed165e6b681098edfdf286c8
post_install() {
vlicense LICENSE
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [PR PATCH] [Updated] restic: update to 0.17.3.
2024-11-09 8:47 [PR PATCH] restic: update to 0.17.3 kaistian
@ 2024-11-09 10:23 ` kaistian
2024-11-09 10:31 ` kaistian
` (6 subsequent siblings)
7 siblings, 0 replies; 9+ messages in thread
From: kaistian @ 2024-11-09 10:23 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 479 bytes --]
There is an updated pull request by kaistian against master on the void-packages repository
https://github.com/kaistian/void-packages restic
https://github.com/void-linux/void-packages/pull/52967
restic: update to 0.17.3.
#### Testing the changes
- I tested the changes in this PR: **YES**
#### Local build testing
- I built this PR locally for my native architecture, x86-64-LIBC
A patch file from https://github.com/void-linux/void-packages/pull/52967.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-restic-52967.patch --]
[-- Type: text/x-diff, Size: 1408 bytes --]
From 3055dc50226102e8473b46e7283647170274fda1 Mon Sep 17 00:00:00 2001
From: Kai Stian Olstad <void@olstad.com>
Date: Sat, 9 Nov 2024 09:42:48 +0100
Subject: [PATCH] restic: update to 0.17.3.
---
srcpkgs/restic/template | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/srcpkgs/restic/template b/srcpkgs/restic/template
index 09cbac4ddfcc64..cc6c660b9ab79c 100644
--- a/srcpkgs/restic/template
+++ b/srcpkgs/restic/template
@@ -1,18 +1,20 @@
# Template file for 'restic'
pkgname=restic
-version=0.17.1
+version=0.17.3
revision=1
build_style=go
go_import_path=github.com/restic/restic
go_package="${go_import_path}/cmd/restic"
go_ldflags="-X 'main.version=${version} (Void Linux)'"
+make_check_args="-skip (^TestMount$|^TestMountSameTimestamps$|^TestRestoreWithPermissionFailure$|^TestRestoreLocalLayout$|^TestCheckRestoreNoLock$)"
+checkdepends="tar python3"
short_desc="Backup solution written in Go"
maintainer="Florian Eich <flrn@nrmncr.net>"
license="BSD-2-Clause"
homepage="https://restic.net/"
changelog="https://raw.githubusercontent.com/restic/restic/master/CHANGELOG.md"
distfiles="https://github.com/restic/restic/releases/download/v${version}/restic-${version}.tar.gz"
-checksum=cba3a5759690d11dae4b5620c44f56be17a5688e32c9856776db8a9a93d6d59a
+checksum=bf0dd73edfae531c24070e2e7833938613f7b179ed165e6b681098edfdf286c8
post_install() {
vlicense LICENSE
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: restic: update to 0.17.3.
2024-11-09 8:47 [PR PATCH] restic: update to 0.17.3 kaistian
2024-11-09 10:23 ` [PR PATCH] [Updated] " kaistian
@ 2024-11-09 10:31 ` kaistian
2024-11-09 18:08 ` classabbyamp
` (5 subsequent siblings)
7 siblings, 0 replies; 9+ messages in thread
From: kaistian @ 2024-11-09 10:31 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 298 bytes --]
New comment by kaistian on void-packages repository
https://github.com/void-linux/void-packages/pull/52967#issuecomment-2466163988
Comment:
I don't understand why this is failing, `xbps-src check restic` do complete without error on my machine with the added `make_check_args` and `checkdepends`
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: restic: update to 0.17.3.
2024-11-09 8:47 [PR PATCH] restic: update to 0.17.3 kaistian
2024-11-09 10:23 ` [PR PATCH] [Updated] " kaistian
2024-11-09 10:31 ` kaistian
@ 2024-11-09 18:08 ` classabbyamp
2024-11-09 18:46 ` kaistian
` (4 subsequent siblings)
7 siblings, 0 replies; 9+ messages in thread
From: classabbyamp @ 2024-11-09 18:08 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 265 bytes --]
New comment by classabbyamp on void-packages repository
https://github.com/void-linux/void-packages/pull/52967#issuecomment-2466362574
Comment:
some tests are assuming they aren't running as root and so they expect an error like unreadable file but don't get one
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: restic: update to 0.17.3.
2024-11-09 8:47 [PR PATCH] restic: update to 0.17.3 kaistian
` (2 preceding siblings ...)
2024-11-09 18:08 ` classabbyamp
@ 2024-11-09 18:46 ` kaistian
2024-11-09 18:46 ` [PR PATCH] [Updated] " kaistian
` (3 subsequent siblings)
7 siblings, 0 replies; 9+ messages in thread
From: kaistian @ 2024-11-09 18:46 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 311 bytes --]
New comment by kaistian on void-packages repository
https://github.com/void-linux/void-packages/pull/52967#issuecomment-2466408021
Comment:
Aha! The ones I added to skip was for those that need root since I run check is as a ordinary user not root..
Would disable the check with `check_make=no` be accepted?
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [PR PATCH] [Updated] restic: update to 0.17.3.
2024-11-09 8:47 [PR PATCH] restic: update to 0.17.3 kaistian
` (3 preceding siblings ...)
2024-11-09 18:46 ` kaistian
@ 2024-11-09 18:46 ` kaistian
2024-11-09 18:51 ` classabbyamp
` (2 subsequent siblings)
7 siblings, 0 replies; 9+ messages in thread
From: kaistian @ 2024-11-09 18:46 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 479 bytes --]
There is an updated pull request by kaistian against master on the void-packages repository
https://github.com/kaistian/void-packages restic
https://github.com/void-linux/void-packages/pull/52967
restic: update to 0.17.3.
#### Testing the changes
- I tested the changes in this PR: **YES**
#### Local build testing
- I built this PR locally for my native architecture, x86-64-LIBC
A patch file from https://github.com/void-linux/void-packages/pull/52967.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-restic-52967.patch --]
[-- Type: text/x-diff, Size: 1475 bytes --]
From 00334963dbaeddaf2cebd4f2ed46e6505c0d40aa Mon Sep 17 00:00:00 2001
From: Kai Stian Olstad <void@olstad.com>
Date: Sat, 9 Nov 2024 09:42:48 +0100
Subject: [PATCH] restic: update to 0.17.3.
---
srcpkgs/restic/template | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/srcpkgs/restic/template b/srcpkgs/restic/template
index 09cbac4ddfcc64..bcd257b38583ce 100644
--- a/srcpkgs/restic/template
+++ b/srcpkgs/restic/template
@@ -1,18 +1,20 @@
# Template file for 'restic'
pkgname=restic
-version=0.17.1
+version=0.17.3
revision=1
build_style=go
go_import_path=github.com/restic/restic
go_package="${go_import_path}/cmd/restic"
go_ldflags="-X 'main.version=${version} (Void Linux)'"
+make_check_args="-skip (^TestMount$|^TestMountSameTimestamps$|^TestRestoreWithPermissionFailure$|^TestRestoreLocalLayout$|^TestCheckRestoreNoLock$|^TestBackupErrors$|^TestArchiverErrorReporting$|^TestScannerError$)"
+checkdepends="tar python3"
short_desc="Backup solution written in Go"
maintainer="Florian Eich <flrn@nrmncr.net>"
license="BSD-2-Clause"
homepage="https://restic.net/"
changelog="https://raw.githubusercontent.com/restic/restic/master/CHANGELOG.md"
distfiles="https://github.com/restic/restic/releases/download/v${version}/restic-${version}.tar.gz"
-checksum=cba3a5759690d11dae4b5620c44f56be17a5688e32c9856776db8a9a93d6d59a
+checksum=bf0dd73edfae531c24070e2e7833938613f7b179ed165e6b681098edfdf286c8
post_install() {
vlicense LICENSE
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: restic: update to 0.17.3.
2024-11-09 8:47 [PR PATCH] restic: update to 0.17.3 kaistian
` (4 preceding siblings ...)
2024-11-09 18:46 ` [PR PATCH] [Updated] " kaistian
@ 2024-11-09 18:51 ` classabbyamp
2024-11-09 19:00 ` [PR PATCH] [Updated] " kaistian
2024-11-09 19:05 ` [PR PATCH] [Merged]: " classabbyamp
7 siblings, 0 replies; 9+ messages in thread
From: classabbyamp @ 2024-11-09 18:51 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 314 bytes --]
New comment by classabbyamp on void-packages repository
https://github.com/void-linux/void-packages/pull/52967#issuecomment-2466409472
Comment:
i would put the skips in an if block so it only applies on ci:
```bash
if [ "${XBPS_BUILD_ENVIRONMENT}" = "void-packages-ci" ]; then
make_check_args="..."
fi
```
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [PR PATCH] [Updated] restic: update to 0.17.3.
2024-11-09 8:47 [PR PATCH] restic: update to 0.17.3 kaistian
` (5 preceding siblings ...)
2024-11-09 18:51 ` classabbyamp
@ 2024-11-09 19:00 ` kaistian
2024-11-09 19:05 ` [PR PATCH] [Merged]: " classabbyamp
7 siblings, 0 replies; 9+ messages in thread
From: kaistian @ 2024-11-09 19:00 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 479 bytes --]
There is an updated pull request by kaistian against master on the void-packages repository
https://github.com/kaistian/void-packages restic
https://github.com/void-linux/void-packages/pull/52967
restic: update to 0.17.3.
#### Testing the changes
- I tested the changes in this PR: **YES**
#### Local build testing
- I built this PR locally for my native architecture, x86-64-LIBC
A patch file from https://github.com/void-linux/void-packages/pull/52967.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-restic-52967.patch --]
[-- Type: text/x-diff, Size: 1595 bytes --]
From 39620baaa3af82bb8d38a66bfa2f434e1a444266 Mon Sep 17 00:00:00 2001
From: Kai Stian Olstad <void@olstad.com>
Date: Sat, 9 Nov 2024 09:42:48 +0100
Subject: [PATCH] restic: update to 0.17.3.
---
srcpkgs/restic/template | 11 +++++++++--
1 file changed, 9 insertions(+), 2 deletions(-)
diff --git a/srcpkgs/restic/template b/srcpkgs/restic/template
index 09cbac4ddfcc64..07143b0a3799c5 100644
--- a/srcpkgs/restic/template
+++ b/srcpkgs/restic/template
@@ -1,18 +1,25 @@
# Template file for 'restic'
pkgname=restic
-version=0.17.1
+version=0.17.3
revision=1
build_style=go
go_import_path=github.com/restic/restic
go_package="${go_import_path}/cmd/restic"
go_ldflags="-X 'main.version=${version} (Void Linux)'"
+checkdepends="tar python3"
short_desc="Backup solution written in Go"
maintainer="Florian Eich <flrn@nrmncr.net>"
license="BSD-2-Clause"
homepage="https://restic.net/"
changelog="https://raw.githubusercontent.com/restic/restic/master/CHANGELOG.md"
distfiles="https://github.com/restic/restic/releases/download/v${version}/restic-${version}.tar.gz"
-checksum=cba3a5759690d11dae4b5620c44f56be17a5688e32c9856776db8a9a93d6d59a
+checksum=bf0dd73edfae531c24070e2e7833938613f7b179ed165e6b681098edfdf286c8
+
+if [ "${XBPS_BUILD_ENVIRONMENT}" = "void-packages-ci" ]; then
+ make_check_args="-skip (^TestMount$|^TestMountSameTimestamps$|^TestRestoreWithPermissionFailure$"
+ make_check_args+="|^TestRestoreLocalLayout$|^TestCheckRestoreNoLock$|^TestBackupErrors$"
+ make_check_args+="|^TestArchiverErrorReporting$|^TestScannerError$)"
+fi
post_install() {
vlicense LICENSE
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [PR PATCH] [Merged]: restic: update to 0.17.3.
2024-11-09 8:47 [PR PATCH] restic: update to 0.17.3 kaistian
` (6 preceding siblings ...)
2024-11-09 19:00 ` [PR PATCH] [Updated] " kaistian
@ 2024-11-09 19:05 ` classabbyamp
7 siblings, 0 replies; 9+ messages in thread
From: classabbyamp @ 2024-11-09 19:05 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 322 bytes --]
There's a merged pull request on the void-packages repository
restic: update to 0.17.3.
https://github.com/void-linux/void-packages/pull/52967
Description:
#### Testing the changes
- I tested the changes in this PR: **YES**
#### Local build testing
- I built this PR locally for my native architecture, x86-64-LIBC
^ permalink raw reply [flat|nested] 9+ messages in thread
end of thread, other threads:[~2024-11-09 19:05 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-11-09 8:47 [PR PATCH] restic: update to 0.17.3 kaistian
2024-11-09 10:23 ` [PR PATCH] [Updated] " kaistian
2024-11-09 10:31 ` kaistian
2024-11-09 18:08 ` classabbyamp
2024-11-09 18:46 ` kaistian
2024-11-09 18:46 ` [PR PATCH] [Updated] " kaistian
2024-11-09 18:51 ` classabbyamp
2024-11-09 19:00 ` [PR PATCH] [Updated] " kaistian
2024-11-09 19:05 ` [PR PATCH] [Merged]: " classabbyamp
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).