Merge lp:~widelands-dev/widelands/bug-1806901_use_compile_sh_in_update_sh into lp:widelands

Proposed by kaputtnik
Status: Merged
Merged at revision: 8946
Proposed branch: lp:~widelands-dev/widelands/bug-1806901_use_compile_sh_in_update_sh
Merge into: lp:widelands
Diff against target: 27 lines (+3/-7)
1 file modified
compile.sh (+3/-7)
To merge this branch: bzr merge lp:~widelands-dev/widelands/bug-1806901_use_compile_sh_in_update_sh
Reviewer Review Type Date Requested Status
GunChleoc Approve
Review via email: mp+360494@code.launchpad.net

Commit message

Use compile.sh when running update.sh

Description of the change

Call compile.sh from update.sh to prevent maintaining two compile logics.

Here it runs fine, but has to be tested on mac.

To post a comment you must log in.
Revision history for this message
GunChleoc (gunchleoc) wrote :

LGTM :)

@bunnybot merge

review: Approve
Revision history for this message
bunnybot (widelandsofficial) wrote :

Continuous integration builds have changed state:

Travis build 4324. State: failed. Details: https://travis-ci.org/widelands/widelands/builds/467357427.
Appveyor build 4119. State: success. Details: https://ci.appveyor.com/project/widelands-dev/widelands/build/_widelands_dev_widelands_bug_1806901_use_compile_sh_in_update_sh-4119.

Revision history for this message
bunnybot (widelandsofficial) wrote :

Refusing to merge, since Travis is not green. Use @bunnybot merge force for merging anyways.

Travis build 4324. State: failed. Details: https://travis-ci.org/widelands/widelands/builds/467357427.

Revision history for this message
bunnybot (widelandsofficial) wrote :

Continuous integration builds have changed state:

Travis build 4355. State: passed. Details: https://travis-ci.org/widelands/widelands/builds/470910004.
Appveyor build 4149. State: failed. Details: https://ci.appveyor.com/project/widelands-dev/widelands/build/_widelands_dev_widelands_bug_1806901_use_compile_sh_in_update_sh-4149.

Revision history for this message
kaputtnik (franku) wrote :

lets force the merge

@bunnybot merge force

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'compile.sh'
--- compile.sh 2018-11-09 06:43:43 +0000
+++ compile.sh 2018-12-21 09:26:46 +0000
@@ -75,6 +75,8 @@
75 }75 }
7676
7777
78## Get command and options to use in update.sh
79COMMANDLINE="$0 $@"
7880
79## Options to control the build.81## Options to control the build.
80BUILD_WEBSITE="ON"82BUILD_WEBSITE="ON"
@@ -294,13 +296,7 @@
294fi296fi
295297
296bzr pull298bzr pull
297cd build299$COMMANDLINE
298$buildtool
299rm ../VERSION || true
300rm ../widelands || true
301cp VERSION ../VERSION
302mv src/widelands ../widelands
303cd ..
304300
305echo " "301echo " "
306echo "################################################"302echo "################################################"

Subscribers

People subscribed via source and target branches

to status/vote changes: