]> git.kaiwu.me - nginx.git/commitdiff
Fixed misc/GNUmakefile to properly tag on stable-1.2 branch.
authorMaxim Dounin <mdounin@mdounin.ru>
Mon, 25 Jun 2012 15:41:17 +0000 (15:41 +0000)
committerMaxim Dounin <mdounin@mdounin.ru>
Mon, 25 Jun 2012 15:41:17 +0000 (15:41 +0000)
misc/GNUmakefile

index 10bfa8dafc5470a0550638899a8a31e3bc177609..f2f60db11786c6183e2f0da785778231d80af2c0 100644 (file)
@@ -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