* [PR PATCH] terragrunt: removed terraform dependency
@ 2024-07-28 11:35 Emru1
2024-07-29 1:01 ` [PR PATCH] [Updated] " thypon
` (7 more replies)
0 siblings, 8 replies; 9+ messages in thread
From: Emru1 @ 2024-07-28 11:35 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 629 bytes --]
There is a new pull request by Emru1 against master on the void-packages repository
https://github.com/Emru1/void-packages terragrunt
https://github.com/void-linux/void-packages/pull/51512
terragrunt: removed terraform dependency
#### Testing the changes
- I tested the changes in this PR: **YES**
As we have `opentofu` merged, we can remove `terraform` dependency from `terragrunt`. `terragrunt` can work with both `opentofu` and `terraform`, it even defaults to `opentofu` (at least on my machine).
@thypon, what do you think?
A patch file from https://github.com/void-linux/void-packages/pull/51512.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-terragrunt-51512.patch --]
[-- Type: text/x-diff, Size: 808 bytes --]
From 57187f42dffb2d49e6de8e49acf00812afa4cf5b Mon Sep 17 00:00:00 2001
From: Emil Tomczyk <emru@emru.xyz>
Date: Sun, 28 Jul 2024 13:31:50 +0200
Subject: [PATCH] terragrunt: removed terraform dependency
---
srcpkgs/terragrunt/template | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/srcpkgs/terragrunt/template b/srcpkgs/terragrunt/template
index fd899bbbec7b23..4420724df99551 100644
--- a/srcpkgs/terragrunt/template
+++ b/srcpkgs/terragrunt/template
@@ -1,10 +1,9 @@
# Template file for 'terragrunt'
pkgname=terragrunt
version=0.63.6
-revision=1
+revision=2
build_style=go
go_import_path="github.com/gruntwork-io/terragrunt"
-depends="terraform"
short_desc="Thin wrapper for Terraform that provides extra tools"
maintainer="Andrea Brancaleoni <abc@pompel.me>"
license="MIT"
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [PR PATCH] [Updated] terragrunt: removed terraform dependency
2024-07-28 11:35 [PR PATCH] terragrunt: removed terraform dependency Emru1
@ 2024-07-29 1:01 ` thypon
2024-07-29 1:01 ` thypon
` (6 subsequent siblings)
7 siblings, 0 replies; 9+ messages in thread
From: thypon @ 2024-07-29 1:01 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 635 bytes --]
There is an updated pull request by thypon against master on the void-packages repository
https://github.com/Emru1/void-packages terragrunt
https://github.com/void-linux/void-packages/pull/51512
terragrunt: removed terraform dependency
#### Testing the changes
- I tested the changes in this PR: **YES**
As we have `opentofu` merged, we can remove `terraform` dependency from `terragrunt`. `terragrunt` can work with both `opentofu` and `terraform`, it even defaults to `opentofu` (at least on my machine).
@thypon, what do you think?
A patch file from https://github.com/void-linux/void-packages/pull/51512.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-terragrunt-51512.patch --]
[-- Type: text/x-diff, Size: 808 bytes --]
From 57187f42dffb2d49e6de8e49acf00812afa4cf5b Mon Sep 17 00:00:00 2001
From: Emil Tomczyk <emru@emru.xyz>
Date: Sun, 28 Jul 2024 13:31:50 +0200
Subject: [PATCH] terragrunt: removed terraform dependency
---
srcpkgs/terragrunt/template | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/srcpkgs/terragrunt/template b/srcpkgs/terragrunt/template
index fd899bbbec7b23..4420724df99551 100644
--- a/srcpkgs/terragrunt/template
+++ b/srcpkgs/terragrunt/template
@@ -1,10 +1,9 @@
# Template file for 'terragrunt'
pkgname=terragrunt
version=0.63.6
-revision=1
+revision=2
build_style=go
go_import_path="github.com/gruntwork-io/terragrunt"
-depends="terraform"
short_desc="Thin wrapper for Terraform that provides extra tools"
maintainer="Andrea Brancaleoni <abc@pompel.me>"
license="MIT"
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: terragrunt: removed terraform dependency
2024-07-28 11:35 [PR PATCH] terragrunt: removed terraform dependency Emru1
2024-07-29 1:01 ` [PR PATCH] [Updated] " thypon
@ 2024-07-29 1:01 ` thypon
2024-07-29 9:08 ` [PR PATCH] [Updated] " Emru1
` (5 subsequent siblings)
7 siblings, 0 replies; 9+ messages in thread
From: thypon @ 2024-07-29 1:01 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 173 bytes --]
New comment by thypon on void-packages repository
https://github.com/void-linux/void-packages/pull/51512#issuecomment-2254753889
Comment:
looks fine. Can you squash this?
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [PR PATCH] [Updated] terragrunt: removed terraform dependency
2024-07-28 11:35 [PR PATCH] terragrunt: removed terraform dependency Emru1
2024-07-29 1:01 ` [PR PATCH] [Updated] " thypon
2024-07-29 1:01 ` thypon
@ 2024-07-29 9:08 ` Emru1
2024-07-29 9:08 ` Emru1
` (4 subsequent siblings)
7 siblings, 0 replies; 9+ messages in thread
From: Emru1 @ 2024-07-29 9:08 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 634 bytes --]
There is an updated pull request by Emru1 against master on the void-packages repository
https://github.com/Emru1/void-packages terragrunt
https://github.com/void-linux/void-packages/pull/51512
terragrunt: removed terraform dependency
#### Testing the changes
- I tested the changes in this PR: **YES**
As we have `opentofu` merged, we can remove `terraform` dependency from `terragrunt`. `terragrunt` can work with both `opentofu` and `terraform`, it even defaults to `opentofu` (at least on my machine).
@thypon, what do you think?
A patch file from https://github.com/void-linux/void-packages/pull/51512.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-terragrunt-51512.patch --]
[-- Type: text/x-diff, Size: 721 bytes --]
From 9e168c79d5db9ad28c23262066f84ff4ee0f9cdd Mon Sep 17 00:00:00 2001
From: Emil Tomczyk <emru@emru.xyz>
Date: Sun, 28 Jul 2024 13:31:50 +0200
Subject: [PATCH] terragrunt: removed terraform dependency
---
srcpkgs/terragrunt/template | 1 -
1 file changed, 1 deletion(-)
diff --git a/srcpkgs/terragrunt/template b/srcpkgs/terragrunt/template
index dff7dca3d65cdf..9468f2c2cd0a96 100644
--- a/srcpkgs/terragrunt/template
+++ b/srcpkgs/terragrunt/template
@@ -4,7 +4,6 @@ version=0.64.1
revision=1
build_style=go
go_import_path="github.com/gruntwork-io/terragrunt"
-depends="terraform"
short_desc="Thin wrapper for Terraform that provides extra tools"
maintainer="Andrea Brancaleoni <abc@pompel.me>"
license="MIT"
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [PR PATCH] [Updated] terragrunt: removed terraform dependency
2024-07-28 11:35 [PR PATCH] terragrunt: removed terraform dependency Emru1
` (2 preceding siblings ...)
2024-07-29 9:08 ` [PR PATCH] [Updated] " Emru1
@ 2024-07-29 9:08 ` Emru1
2024-08-07 3:43 ` classabbyamp
` (3 subsequent siblings)
7 siblings, 0 replies; 9+ messages in thread
From: Emru1 @ 2024-07-29 9:08 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 634 bytes --]
There is an updated pull request by Emru1 against master on the void-packages repository
https://github.com/Emru1/void-packages terragrunt
https://github.com/void-linux/void-packages/pull/51512
terragrunt: removed terraform dependency
#### Testing the changes
- I tested the changes in this PR: **YES**
As we have `opentofu` merged, we can remove `terraform` dependency from `terragrunt`. `terragrunt` can work with both `opentofu` and `terraform`, it even defaults to `opentofu` (at least on my machine).
@thypon, what do you think?
A patch file from https://github.com/void-linux/void-packages/pull/51512.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-terragrunt-51512.patch --]
[-- Type: text/x-diff, Size: 808 bytes --]
From 056fc4e194cf47beaccfa3f999982cc5d420de77 Mon Sep 17 00:00:00 2001
From: Emil Tomczyk <emru@emru.xyz>
Date: Sun, 28 Jul 2024 13:31:50 +0200
Subject: [PATCH] terragrunt: removed terraform dependency
---
srcpkgs/terragrunt/template | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/srcpkgs/terragrunt/template b/srcpkgs/terragrunt/template
index dff7dca3d65cdf..92fb1a1edf3169 100644
--- a/srcpkgs/terragrunt/template
+++ b/srcpkgs/terragrunt/template
@@ -1,10 +1,9 @@
# Template file for 'terragrunt'
pkgname=terragrunt
version=0.64.1
-revision=1
+revision=2
build_style=go
go_import_path="github.com/gruntwork-io/terragrunt"
-depends="terraform"
short_desc="Thin wrapper for Terraform that provides extra tools"
maintainer="Andrea Brancaleoni <abc@pompel.me>"
license="MIT"
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: terragrunt: removed terraform dependency
2024-07-28 11:35 [PR PATCH] terragrunt: removed terraform dependency Emru1
` (3 preceding siblings ...)
2024-07-29 9:08 ` Emru1
@ 2024-08-07 3:43 ` classabbyamp
2024-08-11 15:58 ` [PR PATCH] [Updated] " Emru1
` (2 subsequent siblings)
7 siblings, 0 replies; 9+ messages in thread
From: classabbyamp @ 2024-08-07 3:43 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 164 bytes --]
New comment by classabbyamp on void-packages repository
https://github.com/void-linux/void-packages/pull/51512#issuecomment-2272556973
Comment:
resolve conflicts
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [PR PATCH] [Updated] terragrunt: removed terraform dependency
2024-07-28 11:35 [PR PATCH] terragrunt: removed terraform dependency Emru1
` (4 preceding siblings ...)
2024-08-07 3:43 ` classabbyamp
@ 2024-08-11 15:58 ` Emru1
2024-08-11 15:59 ` Emru1
2024-08-11 21:33 ` [PR PATCH] [Merged]: " classabbyamp
7 siblings, 0 replies; 9+ messages in thread
From: Emru1 @ 2024-08-11 15:58 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 634 bytes --]
There is an updated pull request by Emru1 against master on the void-packages repository
https://github.com/Emru1/void-packages terragrunt
https://github.com/void-linux/void-packages/pull/51512
terragrunt: removed terraform dependency
#### Testing the changes
- I tested the changes in this PR: **YES**
As we have `opentofu` merged, we can remove `terraform` dependency from `terragrunt`. `terragrunt` can work with both `opentofu` and `terraform`, it even defaults to `opentofu` (at least on my machine).
@thypon, what do you think?
A patch file from https://github.com/void-linux/void-packages/pull/51512.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-terragrunt-51512.patch --]
[-- Type: text/x-diff, Size: 721 bytes --]
From 6728c1a7af5abb42413341d694d436d1887a6487 Mon Sep 17 00:00:00 2001
From: Emil Tomczyk <emru@emru.xyz>
Date: Sun, 28 Jul 2024 13:31:50 +0200
Subject: [PATCH] terragrunt: removed terraform dependency
---
srcpkgs/terragrunt/template | 1 -
1 file changed, 1 deletion(-)
diff --git a/srcpkgs/terragrunt/template b/srcpkgs/terragrunt/template
index caadadfb5399b7..7239bc4e0b4b1c 100644
--- a/srcpkgs/terragrunt/template
+++ b/srcpkgs/terragrunt/template
@@ -4,7 +4,6 @@ version=0.66.3
revision=1
build_style=go
go_import_path="github.com/gruntwork-io/terragrunt"
-depends="terraform"
short_desc="Thin wrapper for Terraform that provides extra tools"
maintainer="Andrea Brancaleoni <abc@pompel.me>"
license="MIT"
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: terragrunt: removed terraform dependency
2024-07-28 11:35 [PR PATCH] terragrunt: removed terraform dependency Emru1
` (5 preceding siblings ...)
2024-08-11 15:58 ` [PR PATCH] [Updated] " Emru1
@ 2024-08-11 15:59 ` Emru1
2024-08-11 21:33 ` [PR PATCH] [Merged]: " classabbyamp
7 siblings, 0 replies; 9+ messages in thread
From: Emru1 @ 2024-08-11 15:59 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 162 bytes --]
New comment by Emru1 on void-packages repository
https://github.com/void-linux/void-packages/pull/51512#issuecomment-2282804803
Comment:
@classabbyamp resolved
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [PR PATCH] [Merged]: terragrunt: removed terraform dependency
2024-07-28 11:35 [PR PATCH] terragrunt: removed terraform dependency Emru1
` (6 preceding siblings ...)
2024-08-11 15:59 ` Emru1
@ 2024-08-11 21:33 ` classabbyamp
7 siblings, 0 replies; 9+ messages in thread
From: classabbyamp @ 2024-08-11 21:33 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 479 bytes --]
There's a merged pull request on the void-packages repository
terragrunt: removed terraform dependency
https://github.com/void-linux/void-packages/pull/51512
Description:
#### Testing the changes
- I tested the changes in this PR: **YES**
As we have `opentofu` merged, we can remove `terraform` dependency from `terragrunt`. `terragrunt` can work with both `opentofu` and `terraform`, it even defaults to `opentofu` (at least on my machine).
@thypon, what do you think?
^ permalink raw reply [flat|nested] 9+ messages in thread
end of thread, other threads:[~2024-08-11 21:33 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-07-28 11:35 [PR PATCH] terragrunt: removed terraform dependency Emru1
2024-07-29 1:01 ` [PR PATCH] [Updated] " thypon
2024-07-29 1:01 ` thypon
2024-07-29 9:08 ` [PR PATCH] [Updated] " Emru1
2024-07-29 9:08 ` Emru1
2024-08-07 3:43 ` classabbyamp
2024-08-11 15:58 ` [PR PATCH] [Updated] " Emru1
2024-08-11 15:59 ` Emru1
2024-08-11 21:33 ` [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).