mirror of
https://github.com/nginx/nginx.git
synced 2024-11-29 20:24:21 -06:00
Adding RELEASE procedure in GNUmakefile.
This commit is contained in:
parent
ab0078a4c8
commit
290ad9c012
@ -10,6 +10,21 @@ ZLIB = zlib-1.2.3
|
||||
PCRE = pcre-7.9
|
||||
|
||||
|
||||
RELEASE:
|
||||
test -d $(TEMP) || mkdir -p $(TEMP)
|
||||
|
||||
echo "nginx-$(VER)-RELEASE" > $(TEMP)/message
|
||||
svn ci -F $(TEMP)/message
|
||||
|
||||
echo "release-$(VER) tag" > $(TEMP)/message
|
||||
svn copy $(REPO)/nginx/trunk $(REPO)/nginx/tags/release-$(VER) \
|
||||
-F $(TEMP)/message
|
||||
|
||||
svn up
|
||||
|
||||
$(MAKE) release
|
||||
|
||||
|
||||
release:
|
||||
rm -rf $(TEMP)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user