summaryrefslogtreecommitdiff
path: root/herculeswrapper/include.sh
diff options
context:
space:
mode:
authorgumi <mekolat@users.noreply.github.com>2017-01-30 19:21:45 -0500
committergumi <mekolat@users.noreply.github.com>2017-01-30 19:21:45 -0500
commitab3efa6b285d905e4fc6fd9f0b8eaecf2eb4094a (patch)
treec24106ac110447ad1047d881da4fb60f011131d1 /herculeswrapper/include.sh
parent8abac1bb1168c7adbbb175d663442d7ec112d01c (diff)
downloadevol-tools-ab3efa6b285d905e4fc6fd9f0b8eaecf2eb4094a.tar.gz
evol-tools-ab3efa6b285d905e4fc6fd9f0b8eaecf2eb4094a.tar.bz2
evol-tools-ab3efa6b285d905e4fc6fd9f0b8eaecf2eb4094a.tar.xz
evol-tools-ab3efa6b285d905e4fc6fd9f0b8eaecf2eb4094a.zip
add music to the hercules wrapper
Diffstat (limited to 'herculeswrapper/include.sh')
-rw-r--r--herculeswrapper/include.sh13
1 files changed, 13 insertions, 0 deletions
diff --git a/herculeswrapper/include.sh b/herculeswrapper/include.sh
index d251f9b..aecb988 100644
--- a/herculeswrapper/include.sh
+++ b/herculeswrapper/include.sh
@@ -253,6 +253,19 @@ function git_merge {
do
try_merge $branch
done
+
+ run cd $evol_music
+
+ run git fetch --all
+ run git reset --hard $music_main_branch
+ info 'commit=$(' git rev-parse --verify -q $music_main_branch ')'
+ commit=$(git rev-parse --verify -q $music_main_branch)
+ info2 music base $music_main_branch $commit >> $motd
+ for branch in ${music_extra_branches[@]}
+ do
+ try_merge $branch
+ done
+
echo '"End of Commits";' >> $motd
echo -e ' return;\n}' >> $motd