Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] atlantis: Update to 0.24.4 and change maintainer
@ 2023-07-15  5:56 nulldutra
  2023-07-15  6:46 ` [PR REVIEW] " classabbyamp
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: nulldutra @ 2023-07-15  5:56 UTC (permalink / raw)
  To: ml

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

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

https://github.com/nulldutra/void-pkgs master
https://github.com/void-linux/void-packages/pull/45048

atlantis: Update to 0.24.4 and change maintainer
#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)

I changed the maintainer. The package don't receive update a long time ago

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

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

From 984ae848afe36f32ff493bd7574e9fb14d926083 Mon Sep 17 00:00:00 2001
From: "Gabriel M. Dutra" <nulldutra@proton.me>
Date: Sat, 15 Jul 2023 02:53:12 -0300
Subject: [PATCH] atlantis: Update to 0.24.4 and change maintainer

---
 srcpkgs/atlantis/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/atlantis/template b/srcpkgs/atlantis/template
index 08767d622b4d..df9ba3b2da4c 100644
--- a/srcpkgs/atlantis/template
+++ b/srcpkgs/atlantis/template
@@ -1,13 +1,13 @@
 # Template file for 'atlantis'
 pkgname=atlantis
-version=0.19.2
-revision=2
+version=0.24.4
+revision=1
 build_style=go
 go_import_path=github.com/runatlantis/atlantis
 depends="terraform"
 short_desc="Terraform Automation By Pull Request"
-maintainer="Michael Aldridge <maldridge@voidlinux.org>"
+maintainer="Gabriel M. Dutra <nulldutra@proton.me>"
 license="Apache-2.0"
 homepage="https://runatlantis.io"
 distfiles="https://github.com/runatlantis/atlantis/archive/v${version}.tar.gz"
-checksum=5c0da4efc288a2cd3f0456619e3048922542a421798ebb834b8800fc4dcf124c
+checksum=3600ea61eda49a8a681bfe6f1646676b08d599a6f45bc36e8f296500cbfa0c35

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

* Re: [PR REVIEW] atlantis: Update to 0.24.4 and change maintainer
  2023-07-15  5:56 [PR PATCH] atlantis: Update to 0.24.4 and change maintainer nulldutra
@ 2023-07-15  6:46 ` classabbyamp
  2023-07-15  6:50 ` classabbyamp
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: classabbyamp @ 2023-07-15  6:46 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/45048#discussion_r1264345901

Comment:
@the-maldridge 

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

* Re: atlantis: Update to 0.24.4 and change maintainer
  2023-07-15  5:56 [PR PATCH] atlantis: Update to 0.24.4 and change maintainer nulldutra
  2023-07-15  6:46 ` [PR REVIEW] " classabbyamp
@ 2023-07-15  6:50 ` classabbyamp
  2023-07-15 15:01 ` nulldutra
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: classabbyamp @ 2023-07-15  6:50 UTC (permalink / raw)
  To: ml

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

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/45048#issuecomment-1636690776

Comment:
> I changed the maintainer. The package don't receive update a long time ago

generally we'd like to see someone have a bit more history of contributing to the maintenance of a package (and/or void-packages in general) before adopting

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

* Re: atlantis: Update to 0.24.4 and change maintainer
  2023-07-15  5:56 [PR PATCH] atlantis: Update to 0.24.4 and change maintainer nulldutra
  2023-07-15  6:46 ` [PR REVIEW] " classabbyamp
  2023-07-15  6:50 ` classabbyamp
@ 2023-07-15 15:01 ` nulldutra
  2023-07-16  3:58 ` [PR PATCH] [Updated] " nulldutra
  2023-07-17  3:18 ` [PR PATCH] [Merged]: " classabbyamp
  4 siblings, 0 replies; 6+ messages in thread
From: nulldutra @ 2023-07-15 15:01 UTC (permalink / raw)
  To: ml

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

New comment by nulldutra on void-packages repository

https://github.com/void-linux/void-packages/pull/45048#issuecomment-1636794351

Comment:
> 

Hi
No problem. I choose to adopt the package because I use in my work routine.



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

* Re: [PR PATCH] [Updated] atlantis: Update to 0.24.4 and change maintainer
  2023-07-15  5:56 [PR PATCH] atlantis: Update to 0.24.4 and change maintainer nulldutra
                   ` (2 preceding siblings ...)
  2023-07-15 15:01 ` nulldutra
@ 2023-07-16  3:58 ` nulldutra
  2023-07-17  3:18 ` [PR PATCH] [Merged]: " classabbyamp
  4 siblings, 0 replies; 6+ messages in thread
From: nulldutra @ 2023-07-16  3:58 UTC (permalink / raw)
  To: ml

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

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

https://github.com/nulldutra/void-pkgs master
https://github.com/void-linux/void-packages/pull/45048

atlantis: Update to 0.24.4 and change maintainer
#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)

I changed the maintainer. The package don't receive update a long time ago

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

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

From 984ae848afe36f32ff493bd7574e9fb14d926083 Mon Sep 17 00:00:00 2001
From: "Gabriel M. Dutra" <nulldutra@proton.me>
Date: Sat, 15 Jul 2023 02:53:12 -0300
Subject: [PATCH] atlantis: Update to 0.24.4 and change maintainer

---
 srcpkgs/atlantis/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/atlantis/template b/srcpkgs/atlantis/template
index 08767d622b4d..df9ba3b2da4c 100644
--- a/srcpkgs/atlantis/template
+++ b/srcpkgs/atlantis/template
@@ -1,13 +1,13 @@
 # Template file for 'atlantis'
 pkgname=atlantis
-version=0.19.2
-revision=2
+version=0.24.4
+revision=1
 build_style=go
 go_import_path=github.com/runatlantis/atlantis
 depends="terraform"
 short_desc="Terraform Automation By Pull Request"
-maintainer="Michael Aldridge <maldridge@voidlinux.org>"
+maintainer="Gabriel M. Dutra <nulldutra@proton.me>"
 license="Apache-2.0"
 homepage="https://runatlantis.io"
 distfiles="https://github.com/runatlantis/atlantis/archive/v${version}.tar.gz"
-checksum=5c0da4efc288a2cd3f0456619e3048922542a421798ebb834b8800fc4dcf124c
+checksum=3600ea61eda49a8a681bfe6f1646676b08d599a6f45bc36e8f296500cbfa0c35

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

* Re: [PR PATCH] [Merged]: atlantis: Update to 0.24.4 and change maintainer
  2023-07-15  5:56 [PR PATCH] atlantis: Update to 0.24.4 and change maintainer nulldutra
                   ` (3 preceding siblings ...)
  2023-07-16  3:58 ` [PR PATCH] [Updated] " nulldutra
@ 2023-07-17  3:18 ` classabbyamp
  4 siblings, 0 replies; 6+ messages in thread
From: classabbyamp @ 2023-07-17  3:18 UTC (permalink / raw)
  To: ml

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

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

atlantis: Update to 0.24.4 and change maintainer
https://github.com/void-linux/void-packages/pull/45048

Description:
#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)

I changed the maintainer. The package don't receive update a long time ago

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

end of thread, other threads:[~2023-07-17  3:18 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-07-15  5:56 [PR PATCH] atlantis: Update to 0.24.4 and change maintainer nulldutra
2023-07-15  6:46 ` [PR REVIEW] " classabbyamp
2023-07-15  6:50 ` classabbyamp
2023-07-15 15:01 ` nulldutra
2023-07-16  3:58 ` [PR PATCH] [Updated] " nulldutra
2023-07-17  3:18 ` [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).