From 55461e866f2ed23bf55a903b7c02446154a1e1e8 Mon Sep 17 00:00:00 2001 From: winlin Date: Thu, 27 Nov 2014 07:52:12 +0800 Subject: [PATCH] sync tags with csdn and oschina --- trunk/scripts/github.commit.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/trunk/scripts/github.commit.sh b/trunk/scripts/github.commit.sh index e6c54739c..26308ac61 100755 --- a/trunk/scripts/github.commit.sh +++ b/trunk/scripts/github.commit.sh @@ -62,4 +62,8 @@ sync_push srs.oschina master sync_push srs.oschina 1.0release ok_msg "sync push ok" +sync_push srs.csdn --tags +sync_push srs.oschina --tags +ok_msg "sync tags ok" + exit 0