Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F132286721
D30406.id89801.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D30406.id89801.diff
View Options
diff --git a/website/Makefile b/website/Makefile
--- a/website/Makefile
+++ b/website/Makefile
@@ -31,14 +31,21 @@
.ORDER: starting-message generate-releases
.ORDER: starting-message build
.ORDER: generate-releases build
+.ORDER: build post-build
+.ORDER: post-build end-message
-all: starting-message generate-releases build
+all: starting-message generate-releases build post-build end-message
run: starting-message generate-releases run-local
starting-message: .PHONY
- @echo ---------------------------------------------------------------
- @echo Building the website
- @echo ---------------------------------------------------------------
+ @echo "---------------------------------------------------------------"
+ @echo "Building the website started on $$(date)"
+ @echo "---------------------------------------------------------------"
+
+end-message: .PHONY
+ @echo "---------------------------------------------------------------"
+ @echo "Building the website completed on $$(date)"
+ @echo "---------------------------------------------------------------"
generate-releases: .PHONY
${PYTHON_CMD} ./tools/releases-toml.py -p ./shared/releases.adoc
@@ -48,3 +55,9 @@
build: .PHONY
${HUGO_CMD}
+
+post-build: cgi-permissions
+
+cgi-permissions:
+ @chmod 555 ./public/cgi/*.cgi
+
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Oct 16, 1:13 PM (2 h, 30 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
23792893
Default Alt Text
D30406.id89801.diff (1 KB)
Attached To
Mode
D30406: fix cgi permissions for the website
Attached
Detach File
Event Timeline
Log In to Comment