* [PR PATCH] glab: update to 1.46.1.
@ 2024-09-16 20:31 icp1994
2024-09-17 7:22 ` icp1994
` (4 more replies)
0 siblings, 5 replies; 6+ messages in thread
From: icp1994 @ 2024-09-16 20:31 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 467 bytes --]
There is a new pull request by icp1994 against master on the void-packages repository
https://github.com/icp1994/void-packages glab
https://github.com/void-linux/void-packages/pull/52241
glab: update to 1.46.1.
#### 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**
A patch file from https://github.com/void-linux/void-packages/pull/52241.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-glab-52241.patch --]
[-- Type: text/x-diff, Size: 1045 bytes --]
From f85a5b582b862c1b1a820dc1e7d99f9b27f62dea Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Wed, 4 Sep 2024 22:40:41 +0530
Subject: [PATCH] glab: update to 1.46.1.
---
srcpkgs/glab/template | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/srcpkgs/glab/template b/srcpkgs/glab/template
index d122f6f1ee647d..30a4540ad689ff 100644
--- a/srcpkgs/glab/template
+++ b/srcpkgs/glab/template
@@ -1,7 +1,7 @@
# Template file for 'glab'
pkgname=glab
-version=1.45.0
-revision=2
+version=1.46.1
+revision=1
build_style=go
build_helper=qemu
go_ldflags="-X main.version=$version"
@@ -13,7 +13,7 @@ license="MIT"
homepage="https://gitlab.com/gitlab-org/cli"
changelog="https://gitlab.com/gitlab-org/cli/-/releases"
distfiles="https://gitlab.com/gitlab-org/cli/-/archive/v$version/cli-v$version.tar.gz"
-checksum=3cb222f196bb995b87c938e2ac0d496a343515af1530eebff228e630fa243ca9
+checksum=935f732ddacc6e54fc83d06351fc25454ac8a58c465c3efa43e066ea226257c2
post_install() {
for shell in bash fish zsh; do
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: glab: update to 1.46.1.
2024-09-16 20:31 [PR PATCH] glab: update to 1.46.1 icp1994
@ 2024-09-17 7:22 ` icp1994
2024-09-20 16:31 ` [PR PATCH] [Updated] " icp1994
` (3 subsequent siblings)
4 siblings, 0 replies; 6+ messages in thread
From: icp1994 @ 2024-09-17 7:22 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 287 bytes --]
New comment by icp1994 on void-packages repository
https://github.com/void-linux/void-packages/pull/52241#issuecomment-2354743640
Comment:
This one is a bit difficult since it uses `git rev-parse` to get the root directory but the release tarball obviously doesn't have the `.git` dir
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PR PATCH] [Updated] glab: update to 1.46.1.
2024-09-16 20:31 [PR PATCH] glab: update to 1.46.1 icp1994
2024-09-17 7:22 ` icp1994
@ 2024-09-20 16:31 ` icp1994
2024-09-20 16:42 ` icp1994
` (2 subsequent siblings)
4 siblings, 0 replies; 6+ messages in thread
From: icp1994 @ 2024-09-20 16:31 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 472 bytes --]
There is an updated pull request by icp1994 against master on the void-packages repository
https://github.com/icp1994/void-packages glab
https://github.com/void-linux/void-packages/pull/52241
glab: update to 1.46.1.
#### 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**
A patch file from https://github.com/void-linux/void-packages/pull/52241.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-glab-52241.patch --]
[-- Type: text/x-diff, Size: 1399 bytes --]
From 4fe4a3add3447222953c632e0325530ed79e3850 Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Wed, 4 Sep 2024 22:40:41 +0530
Subject: [PATCH] glab: update to 1.46.1.
---
srcpkgs/glab/template | 12 +++++++++---
1 file changed, 9 insertions(+), 3 deletions(-)
diff --git a/srcpkgs/glab/template b/srcpkgs/glab/template
index d122f6f1ee647d..5081b9ca699ae6 100644
--- a/srcpkgs/glab/template
+++ b/srcpkgs/glab/template
@@ -1,19 +1,25 @@
# Template file for 'glab'
pkgname=glab
-version=1.45.0
-revision=2
+version=1.46.1
+revision=1
build_style=go
build_helper=qemu
go_ldflags="-X main.version=$version"
go_import_path=gitlab.com/gitlab-org/cli
go_package="${go_import_path}/cmd/glab"
+make_check_args="-skip=schedule"
short_desc="Command line tool bringing GitLab's features to your command line"
maintainer="Enno Boland <gottox@voidlinux.org>"
license="MIT"
homepage="https://gitlab.com/gitlab-org/cli"
changelog="https://gitlab.com/gitlab-org/cli/-/releases"
distfiles="https://gitlab.com/gitlab-org/cli/-/archive/v$version/cli-v$version.tar.gz"
-checksum=3cb222f196bb995b87c938e2ac0d496a343515af1530eebff228e630fa243ca9
+checksum=935f732ddacc6e54fc83d06351fc25454ac8a58c465c3efa43e066ea226257c2
+make_check_pre="env PATH=/usr/libexec/chroot-git:${PATH}"
+
+pre_check() {
+ /usr/libexec/chroot-git/git init .
+}
post_install() {
for shell in bash fish zsh; do
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PR PATCH] [Updated] glab: update to 1.46.1.
2024-09-16 20:31 [PR PATCH] glab: update to 1.46.1 icp1994
2024-09-17 7:22 ` icp1994
2024-09-20 16:31 ` [PR PATCH] [Updated] " icp1994
@ 2024-09-20 16:42 ` icp1994
2024-09-20 16:47 ` icp1994
2024-09-22 17:11 ` [PR PATCH] [Merged]: " classabbyamp
4 siblings, 0 replies; 6+ messages in thread
From: icp1994 @ 2024-09-20 16:42 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 472 bytes --]
There is an updated pull request by icp1994 against master on the void-packages repository
https://github.com/icp1994/void-packages glab
https://github.com/void-linux/void-packages/pull/52241
glab: update to 1.46.1.
#### 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**
A patch file from https://github.com/void-linux/void-packages/pull/52241.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-glab-52241.patch --]
[-- Type: text/x-diff, Size: 1399 bytes --]
From 7c93ea44569bbc1497fd2e851194946022204f0f Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Wed, 4 Sep 2024 22:40:41 +0530
Subject: [PATCH] glab: update to 1.46.1.
---
srcpkgs/glab/template | 12 +++++++++---
1 file changed, 9 insertions(+), 3 deletions(-)
diff --git a/srcpkgs/glab/template b/srcpkgs/glab/template
index d122f6f1ee647d..8c6d11e141b307 100644
--- a/srcpkgs/glab/template
+++ b/srcpkgs/glab/template
@@ -1,19 +1,25 @@
# Template file for 'glab'
pkgname=glab
-version=1.45.0
-revision=2
+version=1.46.1
+revision=1
build_style=go
build_helper=qemu
go_ldflags="-X main.version=$version"
go_import_path=gitlab.com/gitlab-org/cli
go_package="${go_import_path}/cmd/glab"
+make_check_args="-skip=Schedule"
short_desc="Command line tool bringing GitLab's features to your command line"
maintainer="Enno Boland <gottox@voidlinux.org>"
license="MIT"
homepage="https://gitlab.com/gitlab-org/cli"
changelog="https://gitlab.com/gitlab-org/cli/-/releases"
distfiles="https://gitlab.com/gitlab-org/cli/-/archive/v$version/cli-v$version.tar.gz"
-checksum=3cb222f196bb995b87c938e2ac0d496a343515af1530eebff228e630fa243ca9
+checksum=935f732ddacc6e54fc83d06351fc25454ac8a58c465c3efa43e066ea226257c2
+make_check_pre="env PATH=/usr/libexec/chroot-git:${PATH}"
+
+pre_check() {
+ /usr/libexec/chroot-git/git init .
+}
post_install() {
for shell in bash fish zsh; do
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PR PATCH] [Updated] glab: update to 1.46.1.
2024-09-16 20:31 [PR PATCH] glab: update to 1.46.1 icp1994
` (2 preceding siblings ...)
2024-09-20 16:42 ` icp1994
@ 2024-09-20 16:47 ` icp1994
2024-09-22 17:11 ` [PR PATCH] [Merged]: " classabbyamp
4 siblings, 0 replies; 6+ messages in thread
From: icp1994 @ 2024-09-20 16:47 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 472 bytes --]
There is an updated pull request by icp1994 against master on the void-packages repository
https://github.com/icp1994/void-packages glab
https://github.com/void-linux/void-packages/pull/52241
glab: update to 1.46.1.
#### 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**
A patch file from https://github.com/void-linux/void-packages/pull/52241.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-glab-52241.patch --]
[-- Type: text/x-diff, Size: 1400 bytes --]
From 9f83d1f0343c440a63ac523f59c3aefda85b96e7 Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Wed, 4 Sep 2024 22:40:41 +0530
Subject: [PATCH] glab: update to 1.46.1.
---
srcpkgs/glab/template | 12 +++++++++---
1 file changed, 9 insertions(+), 3 deletions(-)
diff --git a/srcpkgs/glab/template b/srcpkgs/glab/template
index d122f6f1ee647d..4189e47658a33b 100644
--- a/srcpkgs/glab/template
+++ b/srcpkgs/glab/template
@@ -1,19 +1,25 @@
# Template file for 'glab'
pkgname=glab
-version=1.45.0
-revision=2
+version=1.46.1
+revision=1
build_style=go
build_helper=qemu
go_ldflags="-X main.version=$version"
go_import_path=gitlab.com/gitlab-org/cli
go_package="${go_import_path}/cmd/glab"
+make_check_args="-skip=Schedule"
short_desc="Command line tool bringing GitLab's features to your command line"
maintainer="Enno Boland <gottox@voidlinux.org>"
license="MIT"
homepage="https://gitlab.com/gitlab-org/cli"
changelog="https://gitlab.com/gitlab-org/cli/-/releases"
distfiles="https://gitlab.com/gitlab-org/cli/-/archive/v$version/cli-v$version.tar.gz"
-checksum=3cb222f196bb995b87c938e2ac0d496a343515af1530eebff228e630fa243ca9
+checksum=935f732ddacc6e54fc83d06351fc25454ac8a58c465c3efa43e066ea226257c2
+make_check_pre="env PATH=/usr/libexec/chroot-git:${PATH}"
+
+pre_check() {
+ /usr/libexec/chroot-git/git init -q
+}
post_install() {
for shell in bash fish zsh; do
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PR PATCH] [Merged]: glab: update to 1.46.1.
2024-09-16 20:31 [PR PATCH] glab: update to 1.46.1 icp1994
` (3 preceding siblings ...)
2024-09-20 16:47 ` icp1994
@ 2024-09-22 17:11 ` classabbyamp
4 siblings, 0 replies; 6+ messages in thread
From: classabbyamp @ 2024-09-22 17:11 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 319 bytes --]
There's a merged pull request on the void-packages repository
glab: update to 1.46.1.
https://github.com/void-linux/void-packages/pull/52241
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**
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2024-09-22 17:11 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-09-16 20:31 [PR PATCH] glab: update to 1.46.1 icp1994
2024-09-17 7:22 ` icp1994
2024-09-20 16:31 ` [PR PATCH] [Updated] " icp1994
2024-09-20 16:42 ` icp1994
2024-09-20 16:47 ` icp1994
2024-09-22 17:11 ` [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).