[PATCH 3 of 5] Free nginx: release process adjusted

Maxim Dounin mdounin at mdounin.ru
Mon Feb 19 13:46:48 UTC 2024


# HG changeset patch
# User Maxim Dounin <mdounin at mdounin.ru>
# Date 1708301572 -10800
#      Mon Feb 19 03:12:52 2024 +0300
# Node ID 1bc938b270dcc6f09998bac8f99191fcaf10f4d8
# Parent  23f109f0faccc22772d3bb939ad8d3f23c603194
Free nginx: release process adjusted.

diff --git a/docs/GNUmakefile b/docs/GNUmakefile
--- a/docs/GNUmakefile
+++ b/docs/GNUmakefile
@@ -1,7 +1,7 @@
 
 VER=	$(shell grep 'define NGINX_VERSION' src/core/nginx.h		\
 		| sed -e 's/^.*"\(.*\)".*/\1/')
-NGINX=	nginx-$(VER)
+NGINX=	freenginx-$(VER)
 TEMP=	tmp
 XSLS?=	xslscript.pl
 
diff --git a/misc/GNUmakefile b/misc/GNUmakefile
--- a/misc/GNUmakefile
+++ b/misc/GNUmakefile
@@ -1,7 +1,7 @@
 
 VER =		$(shell grep 'define NGINX_VERSION' src/core/nginx.h	\
 			| sed -e 's/^.*"\(.*\)".*/\1/')
-NGINX =		nginx-$(VER)
+NGINX =		freenginx-$(VER)
 TEMP =		tmp
 
 CC =		cl
@@ -34,7 +34,7 @@ export:
 
 
 RELEASE:
-	hg ci -m nginx-$(VER)-RELEASE
+	hg ci -m freenginx-$(VER)-RELEASE
 	hg tag -m "release-$(VER) tag" release-$(VER)
 
 	$(MAKE) -f misc/GNUmakefile release




More information about the nginx-devel mailing list