Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Roman Haefeli
iem-ci
Commits
f746a00d
Commit
f746a00d
authored
Mar 22, 2020
by
IOhannes m zmölnig
Browse files
make sure that satisfying dependencies assumes "yes" to all questions
parent
706f1766
Changes
1
Hide whitespace changes
Inline
Side-by-side
pd-lib-builder/gitlab-iem.yml
View file @
f746a00d
...
...
@@ -72,7 +72,7 @@ variables:
-
apt-get update
-
rm -rf "${IEM_CI_PKGLIBDIR}"
-
mkdir -p "${IEM_CI_PKGLIBDIR}"
-
if [ -e .git-ci/requirements.apt ]; then apt-get install -y --no-install-recommends equivs; equivs-control "${IEM_CI_PKGLIBDIR}"/builddeps; sed -e "s|^\(Package:\) .*|\1 builddeps-${CI_PROJECT_NAME}|" -e '/^Depends/d' -i "${IEM_CI_PKGLIBDIR}"/builddeps; (echo "Depends:"" puredata-dev, puredata-core,"; cat .git-ci/requirements.apt | sed -e 's|#.*||' -e 's|[[:space:],]*$||' -e '/^$/d' -e 's|$|,|' -e 's|^[[:space:]]*| |') >> "${IEM_CI_PKGLIBDIR}"/builddeps; (cd ${IEM_CI_PKGLIBDIR}/; equivs-build ${TARGETDEBARCH:+-a} ${TARGETDEBARCH} builddeps; find . -name "*.deb" -exec dpkg -i {} + || apt-get -f install); else apt-get install -y --no-install-recommends build-essential puredata-dev puredata-core; fi
-
if [ -e .git-ci/requirements.apt ]; then apt-get install -y --no-install-recommends equivs; equivs-control "${IEM_CI_PKGLIBDIR}"/builddeps; sed -e "s|^\(Package:\) .*|\1 builddeps-${CI_PROJECT_NAME}|" -e '/^Depends/d' -i "${IEM_CI_PKGLIBDIR}"/builddeps; (echo "Depends:"" puredata-dev, puredata-core,"; cat .git-ci/requirements.apt | sed -e 's|#.*||' -e 's|[[:space:],]*$||' -e '/^$/d' -e 's|$|,|' -e 's|^[[:space:]]*| |') >> "${IEM_CI_PKGLIBDIR}"/builddeps; (cd ${IEM_CI_PKGLIBDIR}/; equivs-build ${TARGETDEBARCH:+-a} ${TARGETDEBARCH} builddeps; find . -name "*.deb" -exec dpkg -i {} + || apt-get -f install
-y --no-install-recommends
); else apt-get install -y --no-install-recommends build-essential puredata-dev puredata-core; fi
-
rm -rf "${IEM_CI_PKGLIBDIR}"
-
export PD=/usr/bin/pd
...
...
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