]> git.maquefel.me Git - brevno-suite/hugo/commitdiff
all: Remove deprecated build tags
authorOleksandr Redko <oleksandr.red+github@gmail.com>
Sat, 8 Feb 2025 09:29:42 +0000 (11:29 +0200)
committerGitHub <noreply@github.com>
Sat, 8 Feb 2025 09:29:42 +0000 (10:29 +0100)
20 files changed:
commands/deploy.go
commands/deploy_off.go
common/hugo/vars_extended.go
common/hugo/vars_regular.go
common/hugo/vars_withdeploy.go
common/hugo/vars_withdeploy_off.go
deploy/cloudfront.go
deploy/deploy.go
deploy/deploy_azure.go
deploy/deploy_test.go
deploy/deployconfig/deployConfig_test.go
deploy/google.go
main_withdeploy_off_test.go
main_withdeploy_test.go
resources/image_extended_test.go
resources/images/webp/webp.go
resources/images/webp/webp_notavailable.go
resources/resource_transformers/tocss/scss/client_extended.go
resources/resource_transformers/tocss/scss/client_notavailable.go
resources/resource_transformers/tocss/scss/tocss.go

index eb419dabaf86980e83fb05cb17119f0038f8e0c3..3e9d3df2058ba4badf65deb51a1abb47b3fe084b 100644 (file)
@@ -12,7 +12,6 @@
 // limitations under the License.
 
 //go:build withdeploy
-// +build withdeploy
 
 package commands
 
index 32a08da2ecae0c6f682b9388af7d52e68a704bff..8f5eaa2deaf627e98279d14e2f7a93aa56b5c59f 100644 (file)
@@ -12,7 +12,6 @@
 // limitations under the License.
 
 //go:build !withdeploy
-// +build !withdeploy
 
 // Copyright 2024 The Hugo Authors. All rights reserved.
 //
index edbaff243b164ccdada212176abecd7ed9668dbc..ab01e26471606b58df788441e051a2bea27810e5 100644 (file)
@@ -12,7 +12,6 @@
 // limitations under the License.
 
 //go:build extended
-// +build extended
 
 package hugo
 
index 223df4b6c283c6ee6cff870853e21e1551755fcf..a78aeb0b66171701f471419748b2f89ad6175887 100644 (file)
@@ -12,7 +12,6 @@
 // limitations under the License.
 
 //go:build !extended
-// +build !extended
 
 package hugo
 
index 88ce9a1cdbe19993b3700bac55faca7433d95871..4e0c3efbba040043868d70d03d4941ddd4bda377 100644 (file)
@@ -12,7 +12,6 @@
 // limitations under the License.
 
 //go:build withdeploy
-// +build withdeploy
 
 package hugo
 
index 935568027021de81f58545ccb5f3f7feae2f6c2e..36e9bd874bfd16e5f1564d2b60350506bc658a42 100644 (file)
@@ -12,7 +12,6 @@
 // limitations under the License.
 
 //go:build !withdeploy
-// +build !withdeploy
 
 package hugo
 
index 29c0a7f8c2cb6bce8463e3846d780682057f8974..3202a73ea775c0a290e67325f732ee3dd5c1e629 100644 (file)
@@ -12,7 +12,6 @@
 // limitations under the License.
 
 //go:build withdeploy
-// +build withdeploy
 
 package deploy
 
index 0c379ffb88969ec810751ea05666853f8650fd6c..4b90881a60aabb6874bc7577d0f7fd3ed5005c0b 100644 (file)
@@ -12,7 +12,6 @@
 // limitations under the License.
 
 //go:build withdeploy
-// +build withdeploy
 
 package deploy
 
index 521d8f0948fb52b7f100c6b65fbc22358e344a50..b1ce7358c9bc1682872ec4b8c1fbafe3ca7c86ed 100644 (file)
@@ -12,7 +12,6 @@
 // limitations under the License.
 
 //go:build !solaris && withdeploy
-// +build !solaris,withdeploy
 
 package deploy
 
index f290d6c81d896f4378639aa8d5ec70f69b271ef8..3bbc9ff709e01353ba405e109f25e31050bd25ac 100644 (file)
@@ -12,7 +12,6 @@
 // limitations under the License.
 
 //go:build withdeploy
-// +build withdeploy
 
 package deploy
 
index 8a3ad2d8af6af8b644b8dfebf323cd2dffaa5cfb..38d0aadd6c8e7cd72bde724100331db70007b472 100644 (file)
@@ -12,7 +12,6 @@
 // limitations under the License.
 
 //go:build withdeploy
-// +build withdeploy
 
 package deployconfig
 
index e4683aa817e6c500e0855f086f0eba1ea27a1bd1..5b302e95b82e5a132f76b6bd0162a1fd7f5c3a7b 100644 (file)
@@ -12,7 +12,6 @@
 // limitations under the License.
 
 //go:build withdeploy
-// +build withdeploy
 
 package deploy
 
index 490ccd6936013067b56c3acf9b97ebaf37013213..968c0c95734311e88ecc675df8d95198888c5571 100644 (file)
@@ -12,7 +12,6 @@
 // limitations under the License.
 
 //go:build !withdeploy
-// +build !withdeploy
 
 package main
 
index de50313c379783b9564a84a50ee2ae92189c0c56..004893bdfb5c07cd12728d3e433fff0e89145b48 100644 (file)
@@ -12,7 +12,6 @@
 // limitations under the License.
 
 //go:build withdeploy
-// +build withdeploy
 
 package main
 
index f481be9bb400e1c37f450b02f5655700cd221bd4..5865ce75b286754f975045eb577110e20e10b34c 100644 (file)
@@ -12,7 +12,6 @@
 // limitations under the License.
 
 //go:build extended
-// +build extended
 
 package resources_test
 
index 28336d2e0bac978b092e709e90ebd635e04ea011..d7407214f80dc43606453d89d42fc62f9f4415e0 100644 (file)
@@ -12,7 +12,6 @@
 // limitations under the License.
 
 //go:build extended
-// +build extended
 
 package webp
 
index 70407f94eeb24511e24f7c8cb66287dbffca64cd..b617eeb512829de548c637a897dcb69735b29db6 100644 (file)
@@ -12,7 +12,6 @@
 // limitations under the License.
 
 //go:build !extended
-// +build !extended
 
 package webp
 
index c9b347c4cf41ed50578ff59e61235481362104eb..bd2330f6d1f727f59d5e40a54da0fc6bccbb717c 100644 (file)
@@ -12,7 +12,6 @@
 // limitations under the License.
 
 //go:build extended
-// +build extended
 
 package scss
 
index efd79109b5095fed19e10558bf6e2762209c40a0..783a7d7dbf02d194d0fde62ce4145bf7dfad15a4 100644 (file)
@@ -12,7 +12,6 @@
 // limitations under the License.
 
 //go:build !extended
-// +build !extended
 
 package scss
 
index 89e95b2f8bd05f53d8e45e59694f62a1b9837818..2976578afa5af17e53f39b90333c1f74d8b93068 100644 (file)
@@ -12,7 +12,6 @@
 // limitations under the License.
 
 //go:build extended
-// +build extended
 
 package scss