mirror of
https://github.com/nginx/nginx.git
synced 2025-07-24 14:16:20 +08:00
Fixed misc/GNUmakefile to properly tag on stable-1.2 branch.
This commit is contained in:
parent
1917d87527
commit
e9bc178bd9
@ -46,7 +46,8 @@ RELEASE:
|
||||
svn ci -F $(TEMP)/message
|
||||
|
||||
echo "release-$(VER) tag" > $(TEMP)/message
|
||||
svn copy $(REPO)/trunk $(REPO)/tags/release-$(VER) \
|
||||
svn copy $(REPO)/branches/stable-1.2 \
|
||||
$(REPO)/tags/release-$(VER) \
|
||||
-F $(TEMP)/message
|
||||
|
||||
svn up
|
||||
|
Loading…
Reference in New Issue
Block a user