summaryrefslogtreecommitdiff
path: root/herculeswrapper
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-11-23 09:02:38 -0200
committerJesusaves <cpntb1@ymail.com>2018-11-23 09:02:38 -0200
commite56404eef1d6882d65f0e4e7ef212a90318afddc (patch)
tree5092dc428b88752459098c2d55486be998117a48 /herculeswrapper
parent28bcba38c71ebfd1378b820e2c308f08bf35f94f (diff)
downloadtools-e56404eef1d6882d65f0e4e7ef212a90318afddc.tar.gz
tools-e56404eef1d6882d65f0e4e7ef212a90318afddc.tar.bz2
tools-e56404eef1d6882d65f0e4e7ef212a90318afddc.tar.xz
tools-e56404eef1d6882d65f0e4e7ef212a90318afddc.zip
Remove some client-related stuff from our herculeswrapper copy
Diffstat (limited to 'herculeswrapper')
-rw-r--r--herculeswrapper/include.sh62
1 files changed, 31 insertions, 31 deletions
diff --git a/herculeswrapper/include.sh b/herculeswrapper/include.sh
index 02e0bc7..1c8990c 100644
--- a/herculeswrapper/include.sh
+++ b/herculeswrapper/include.sh
@@ -54,10 +54,10 @@ function hard_reset {
function pull_all {
hard_reset "data"
- cd ../client-data
- hard_reset "client"
- cd ../music
- hard_reset "music"
+ #cd ../client-data
+ #hard_reset "client"
+ #cd ../music
+ #hard_reset "music"
cd ../server-code
hard_reset "code"
cd src/evol
@@ -228,39 +228,39 @@ function git_merge {
try_merge $branch
done
- run cd $client_data
+ #run cd $client_data
# force new master and back up for future restoration
- run git fetch --all
- run git reset --hard $client_main_branch
-
- info 'commit=$(' git rev-parse --verify -q $client_main_branch ')'
- commit=$(git rev-parse --verify -q $client_main_branch)
- info2 client base $client_main_branch $commit >> $motd
- for branch in ${client_extra_branches[@]}
- 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
+ #run git fetch --all
+ #run git reset --hard $client_main_branch
+
+ #info 'commit=$(' git rev-parse --verify -q $client_main_branch ')'
+ #commit=$(git rev-parse --verify -q $client_main_branch)
+ #info2 client base $client_main_branch $commit >> $motd
+ #for branch in ${client_extra_branches[@]}
+ #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
# generate the transient updates
- run cd $tmw_tools/update/
- run ./createnew.sh
- run ./create_music.sh
- run cd ../../server-data/
+ #run cd $tmw_tools/update/
+ #run ./createnew.sh
+ #run ./create_music.sh
+ #run cd ../../server-data/
fi
}