Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] fs-repo-migrations: update to 2.0.2.
@ 2022-07-01  5:01 lemmi
  2022-09-22 13:11 ` CMB
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: lemmi @ 2022-07-01  5:01 UTC (permalink / raw)
  To: ml

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

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

https://github.com/lemmi/void-packages fs-repo-migrations
https://github.com/void-linux/void-packages/pull/37775

fs-repo-migrations: update to 2.0.2.
This got unnecessarily hard to package. But using the auto download just takes ages. The latest release is missing the 11 to 12 migration. So the version number isn't quite correct.
Anyway, I thought I make it available in case someone needs this to try #37561.
#### Testing the changes
- I tested the changes in this PR: **briefly**



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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-fs-repo-migrations-37775.patch --]
[-- Type: text/x-diff, Size: 1724 bytes --]

From 0794fc3480ba25314eb93968fbb1c6b757da147a Mon Sep 17 00:00:00 2001
From: lemmi <lemmi@nerd2nerd.org>
Date: Thu, 30 Jun 2022 14:38:55 +0200
Subject: [PATCH] fs-repo-migrations: update to 2.0.2.

---
 srcpkgs/fs-repo-migrations/template | 17 ++++++++++++++---
 1 file changed, 14 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/fs-repo-migrations/template b/srcpkgs/fs-repo-migrations/template
index 3c7016b47218..62b69b07bb76 100644
--- a/srcpkgs/fs-repo-migrations/template
+++ b/srcpkgs/fs-repo-migrations/template
@@ -1,19 +1,30 @@
 # Template file for 'fs-repo-migrations'
 pkgname=fs-repo-migrations
-version=1.7.1
+version=2.0.2
 revision=1
+wrksrc=fs-repo-migrations-fs-repo-11-to-12-v1.0.2
 build_style=go
 go_import_path="github.com/ipfs/fs-repo-migrations"
 short_desc="Tool to upgrade the IPFS filesystem repository"
 maintainer="Christopher Brannon <chris@the-brannons.com>"
 license="MIT"
 homepage="https://github.com/ipfs/fs-repo-migrations"
-distfiles="https://${go_import_path}/archive/v${version}.tar.gz"
-checksum=6fbd68a6ae5eabcebdd0dc81e909a069facb112c4fe0421f159ab58112a041c2
+distfiles="https://github.com/ipfs/fs-repo-migrations/archive/refs/tags/fs-repo-11-to-12/v1.0.2.tar.gz"
+checksum=e6d6320e280f3118873dfb194b68681fa2747b7893d99831fa6fa2bbb67ebd71
 
 # fix: collect2: fatal error: cannot find 'ld'
 export LDFLAGS="-fuse-ld=bfd"
 
+do_build() {
+	for migration in fs-repo-*-to-*; do
+		(
+			cd $migration
+			go install -p "$XBPS_MAKEJOBS" -mod="vendor" -x -tags "${go_build_tags}" -ldflags "${go_ldflags}"
+		)
+	done
+	cd fs-repo-migrations
+	go install -p "$XBPS_MAKEJOBS" -x -tags "${go_build_tags}" -ldflags "${go_ldflags}"
+}
 post_install() {
 	vlicense LICENSE
 	vdoc README.md

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

* Re: fs-repo-migrations: update to 2.0.2.
  2022-07-01  5:01 [PR PATCH] fs-repo-migrations: update to 2.0.2 lemmi
@ 2022-09-22 13:11 ` CMB
  2022-09-22 15:54 ` CMB
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: CMB @ 2022-09-22 13:11 UTC (permalink / raw)
  To: ml

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

New comment by CMB on void-packages repository

https://github.com/void-linux/void-packages/pull/37775#issuecomment-1255002952

Comment:
On musl x86_64, I couldn't get the fs-repo-11-to-12 migration to work.
It died with this:

    panic: qtls.ClientHelloInfo doesn't match
    goroutine 1 [running]:
    github.com/marten-seemann/qtls-go1-15.init.0()
            /builddir/fs-repo-migrations-fs-repo-11-to-12-v1.0.2/fs-repo-11-to-12/vendor/github.com/marten-seemann/qtls-go1-15/unsafe.go:20 +0x132


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

* Re: fs-repo-migrations: update to 2.0.2.
  2022-07-01  5:01 [PR PATCH] fs-repo-migrations: update to 2.0.2 lemmi
  2022-09-22 13:11 ` CMB
@ 2022-09-22 15:54 ` CMB
  2022-12-22  1:57 ` github-actions
  2023-01-05  1:59 ` [PR PATCH] [Closed]: " github-actions
  3 siblings, 0 replies; 5+ messages in thread
From: CMB @ 2022-09-22 15:54 UTC (permalink / raw)
  To: ml

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

New comment by CMB on void-packages repository

https://github.com/void-linux/void-packages/pull/37775#issuecomment-1255228427

Comment:
I could also reproduce on glibc.
Looking into this a bit more, I think the cause is
that fs-repo-migrations is incompatible with Go 1.19.


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

* Re: fs-repo-migrations: update to 2.0.2.
  2022-07-01  5:01 [PR PATCH] fs-repo-migrations: update to 2.0.2 lemmi
  2022-09-22 13:11 ` CMB
  2022-09-22 15:54 ` CMB
@ 2022-12-22  1:57 ` github-actions
  2023-01-05  1:59 ` [PR PATCH] [Closed]: " github-actions
  3 siblings, 0 replies; 5+ messages in thread
From: github-actions @ 2022-12-22  1:57 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/37775#issuecomment-1362297313

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

* Re: [PR PATCH] [Closed]: fs-repo-migrations: update to 2.0.2.
  2022-07-01  5:01 [PR PATCH] fs-repo-migrations: update to 2.0.2 lemmi
                   ` (2 preceding siblings ...)
  2022-12-22  1:57 ` github-actions
@ 2023-01-05  1:59 ` github-actions
  3 siblings, 0 replies; 5+ messages in thread
From: github-actions @ 2023-01-05  1:59 UTC (permalink / raw)
  To: ml

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

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

fs-repo-migrations: update to 2.0.2.
https://github.com/void-linux/void-packages/pull/37775

Description:
This got unnecessarily hard to package. But using the auto download just takes ages. The latest release is missing the 11 to 12 migration. So the version number isn't quite correct.
Anyway, I thought I make it available in case someone needs this to try #37561.
#### Testing the changes
- I tested the changes in this PR: **briefly**



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

end of thread, other threads:[~2023-01-05  1:59 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-01  5:01 [PR PATCH] fs-repo-migrations: update to 2.0.2 lemmi
2022-09-22 13:11 ` CMB
2022-09-22 15:54 ` CMB
2022-12-22  1:57 ` github-actions
2023-01-05  1:59 ` [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).