[Git][reproducible-builds/reproducible-website][master] We have actually moved away from all the old layouts so these are false positives.

Chris Lamb gitlab at salsa.debian.org
Fri Apr 24 09:57:06 UTC 2020



Chris Lamb pushed to branch master at Reproducible Builds / reproducible-website


Commits:
d9e24a9e by Chris Lamb at 2020-04-24T10:56:47+01:00
We have actually moved away from all the old layouts so these are false positives.

- - - - -


1 changed file:

- Makefile


Changes:

=====================================
Makefile
=====================================
@@ -1,5 +1,3 @@
-OLD_LAYOUTS = $(notdir $(basename $(wildcard _layouts/*.html)))
-
 all:
 	jekyll build --verbose --trace
 
@@ -7,11 +5,6 @@ clean:
 	rm -rf _site
 
 lint:
-	@for X in $(OLD_LAYOUTS); do \
-		find -type f -not -wholename '*/_site/*' -print0 | xargs -0r grep -rl "layout: $$X" | while read Y; do \
-			echo "W: $$Y is using legacy layout '$$X'"; \
-		done \
-	done
 	@find -type f -not -wholename '*/_site/*' -print0 | xargs -0r grep -rl "href=[\"']/" | while read X; do \
 		echo "W: $$X is using URIs that are not using '{{ \"/foo\" | prepend: site.baseurl }}'"; \
 	done



View it on GitLab: https://salsa.debian.org/reproducible-builds/reproducible-website/-/commit/d9e24a9e0e21a4317909d15b8c3fb535d0b2a113

-- 
View it on GitLab: https://salsa.debian.org/reproducible-builds/reproducible-website/-/commit/d9e24a9e0e21a4317909d15b8c3fb535d0b2a113
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.reproducible-builds.org/pipermail/rb-commits/attachments/20200424/2fe3d016/attachment.htm>


More information about the rb-commits mailing list