pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

terraform-provider-github: Remove commented out UNLIMIT_RESOURCES



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Mon Jul 12 23:19:01 2021 +0200
Changeset:	2724b2e8954fd8401a33641b29006295cf9398a1

Modified Files:
	terraform-provider-github/Makefile

Log Message:
terraform-provider-github: Remove commented out UNLIMIT_RESOURCES

That was a copypasto from terraform-provider-local that I have used as a
starting point... hopefully also limited resources will work for this package!
(I have not seen any problem with that but they are usually triggered on bulk
builds... but probably this Terraform provider is relatively "small" unlike e.g.
AWS one)

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=2724b2e8954fd8401a33641b29006295cf9398a1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 terraform-provider-github/Makefile | 2 --
 1 file changed, 2 deletions(-)

diffs:
diff --git a/terraform-provider-github/Makefile b/terraform-provider-github/Makefile
index d8a54a8631..14b412c2d3 100644
--- a/terraform-provider-github/Makefile
+++ b/terraform-provider-github/Makefile
@@ -12,8 +12,6 @@ LICENSE=	mit
 
 GO_BUILD_PATTERN=	.
 
-#UNLIMIT_RESOURCES=	datasize virtualsize
-
 TERRAFORM_PROVIDER_BIN=		terraform-provider-github
 TERRAFORM_PROVIDER_NAMESPACE=	integrations
 TERRAFORM_PROVIDER_TYPE=	github


Home | Main Index | Thread Index | Old Index