details: http://freenginx.org/hg/nginx/rev/1bc938b270dc branches: changeset: 9214:1bc938b270dc user: Maxim Dounin <mdou...@mdounin.ru> date: Mon Feb 19 03:12:52 2024 +0300 description: Free nginx: release process adjusted.
diffstat: docs/GNUmakefile | 2 +- misc/GNUmakefile | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diffs (33 lines): 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 -- nginx-devel mailing list nginx-devel@freenginx.org https://freenginx.org/mailman/listinfo/nginx-devel