Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
What's new
4
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
Menu
Open sidebar
Armagetron Advanced
Armagetron Advanced
Commits
bf6c07f1
Commit
bf6c07f1
authored
Nov 01, 2021
by
Manuel Moos
Browse files
Spoken too soon, old ubuntus still need systemd
Re-Add it wirth patches, the systems requiring it are in the minority.
parent
47b90857
Pipeline
#400045663
passed with stages
in 18 minutes and 4 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
docker/build/debian_source.sh
View file @
bf6c07f1
...
...
@@ -24,6 +24,11 @@ test -z ${SERIES} && SERIES=unstable
DEBIAN_VERSION
=
${
DEBIAN_VERSION_BASE
}
~
${
SERIES
}
||
exit
$?
SERIES_PATCH
=
debian/patches/ubuntu-
${
SERIES
}
.patch
if
test
-r
${
SERIES_PATCH
}
;
then
patch
-p1
<
${
SERIES_PATCH
}
||
exit
$?
fi
mv
debian/changelog changelog_orig
||
exit
$?
cat
>
debian/changelog
<<
EOF
armagetronad (
${
DEBIAN_VERSION
}
)
${
SERIES
}
; urgency=medium
...
...
docker/scripts/fix_gits.sh
View file @
bf6c07f1
...
...
@@ -20,7 +20,7 @@ function fix_gits(){
fix_git winlibs d03e20bf8973a6cbd1e0ecb47dd8333c5614b139
||
return
$?
fix_git codeblocks 5ab4c626eb7cfa692a0bda7dbf26fed3721e4aa3
||
return
$?
fix_git ubuntu
61b9a6ba08a6b84792a879164a34b84aac564000
||
return
$?
fix_git ubuntu
f6859ba047e2fa1d291ddd0f0f52b56950faf169
||
return
$?
}
if
!
fix_gits
;
then
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment