[rtems-release commit] Update to the tag puch command.

Chris Johns chrisj at rtems.org
Wed Nov 16 00:35:12 UTC 2016


Module:    rtems-release
Branch:    master
Commit:    0ded790d18727bb50b6a46b41637f246043821a6
Changeset: http://git.rtems.org/rtems-release/commit/?id=0ded790d18727bb50b6a46b41637f246043821a6

Author:    Chris Johns <chrisj at rtems.org>
Date:      Wed Nov 16 00:35:05 2016 +0000

Update to the tag puch command.

---

 rtems-release-tag | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/rtems-release-tag b/rtems-release-tag
index 9cbfc9e..b5b7ecd 100755
--- a/rtems-release-tag
+++ b/rtems-release-tag
@@ -119,8 +119,8 @@ cd ${ws_tag}
   for r in ${rtems_repos}
   do
    cd ${r}
-    echo "git push --follow-tags"
-    git push --follow-tags
+    echo "git push origin ${release}"
+    git push origin ${release}
     cd ..
   done
  cd ..



More information about the vc mailing list