From b3625c0d51b7a336a59c4f18ccb3ac36b960917c Mon Sep 17 00:00:00 2001 From: Dilawar Singh <dilawars@ncbs.res.in> Date: Wed, 28 Feb 2018 13:32:12 +0530 Subject: [PATCH] preparing release candidate for chennapoda. --- .travis.yml | 3 +++ scripts/pull_subtree.sh | 6 +++--- scripts/push_subtree.sh | 6 +++--- 3 files changed, 9 insertions(+), 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index 4f451e2b..047a95a5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,6 +17,9 @@ osx_image : xcode8 branches: only: - master + - chennapoda + + notifications: email: recipients: diff --git a/scripts/pull_subtree.sh b/scripts/pull_subtree.sh index 4836384b..0cec415d 100755 --- a/scripts/pull_subtree.sh +++ b/scripts/pull_subtree.sh @@ -24,11 +24,11 @@ set -x if [[ `pwd` == *"/moose" ]]; then git subtree pull --prefix moose-core \ - https://github.com/BhallaLab/moose-core master --squash + https://github.com/BhallaLab/moose-core chennapoda --squash git subtree pull --prefix moose-examples \ - https://github.com/BhallaLab/moose-examples master --squash + https://github.com/BhallaLab/moose-examples chennapoda --squash git subtree pull --prefix moose-gui \ - https://github.com/BhallaLab/moose-gui master --squash + https://github.com/BhallaLab/moose-gui chennapoda --squash else echo "Run this script from top-level git directory." diff --git a/scripts/push_subtree.sh b/scripts/push_subtree.sh index 3c1dd687..c238f16c 100755 --- a/scripts/push_subtree.sh +++ b/scripts/push_subtree.sh @@ -24,11 +24,11 @@ set -x if [[ `pwd` == *"/moose" ]]; then git subtree push --prefix moose-core \ - https://github.com/BhallaLab/moose-core master --squash + https://github.com/BhallaLab/moose-core chennapoda --squash git subtree push --prefix moose-examples \ - https://github.com/BhallaLab/moose-examples master --squash + https://github.com/BhallaLab/moose-examples chennapoda --squash git subtree push --prefix moose-gui \ - https://github.com/BhallaLab/moose-gui master --squash + https://github.com/BhallaLab/moose-gui chennapoda --squash else echo "Run this script from top-level git directory." -- GitLab