Merge lp:~z-man/armagetronad/0.2.9-armagetronad-sty+ct+ap-windows-ci-fix into lp:~armagetronad-ap/armagetronad/0.2.9-armagetronad-sty+ct+ap

Proposed by Manuel Moos
Status: Merged
Merged at revision: 1138
Proposed branch: lp:~z-man/armagetronad/0.2.9-armagetronad-sty+ct+ap-windows-ci-fix
Merge into: lp:~armagetronad-ap/armagetronad/0.2.9-armagetronad-sty+ct+ap
Diff against target: 28 lines (+3/-3)
2 files modified
docker/scripts/fix_gits.sh (+2/-2)
docker/scripts/relevant_branches.sh (+1/-1)
To merge this branch: bzr merge lp:~z-man/armagetronad/0.2.9-armagetronad-sty+ct+ap-windows-ci-fix
Reviewer Review Type Date Requested Status
Armagetron Advanced Alpha Project Pending
Review via email: mp+387624@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Manuel Moos (z-man) wrote :

Fixes Windows builds over on GitLab CI.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'docker/scripts/fix_gits.sh'
2--- docker/scripts/fix_gits.sh 2020-07-15 20:21:48 +0000
3+++ docker/scripts/fix_gits.sh 2020-07-18 16:34:02 +0000
4@@ -14,12 +14,12 @@
5 }
6
7 function fix_gits(){
8- ${wd}/ensure_gits.sh legacy_0.2.8 || return $?
9+ ${wd}/ensure_gits.sh hack-0.2.8-sty+ct+ap || return $?
10
11 set -x
12
13 fix_git winlibs d03e20bf8973a6cbd1e0ecb47dd8333c5614b139 || return $?
14- fix_git codeblocks df79e615ab1321415a5d206c9da4a61e1b05d6b4 || return $?
15+ fix_git codeblocks 2f363cec627bc40bdc358c2cc467d3384910691c || return $?
16 fix_git steam-art 7b3930ab85a3dfbb1caffaa17442b670c823f314 || return $?
17 fix_git pkg2appimage 678e5e14122f14a12c54847213585ea803e1f0e1 || return $?
18 }
19
20=== modified file 'docker/scripts/relevant_branches.sh'
21--- docker/scripts/relevant_branches.sh 2020-07-15 20:21:35 +0000
22+++ docker/scripts/relevant_branches.sh 2020-07-18 16:34:02 +0000
23@@ -3,4 +3,4 @@
24 # determines the relevant related branch for git submodules
25
26 wdd=`dirname $0`
27-MAIN_BRANCH=legacy_0.2.8
28+MAIN_BRANCH=hack-0.2.8-sty+ct+ap

Subscribers

People subscribed via source and target branches