- Mar 23, 2020
-
-
Ludovico de Nittis authored
Signed-off-by:
Ludovico de Nittis <ludovico.denittis@collabora.com>
-
Ludovico de Nittis authored
Arch Linux uses a non-standard ELF interpreter for some binaries in the glibc package. We create two symlinks as a workaround. Signed-off-by:
Ludovico de Nittis <ludovico.denittis@collabora.com>
-
- Mar 05, 2020
-
-
Simon McVittie authored
-
Simon McVittie authored
apps: Add strip_source_version_suffix support See merge request smcv/flatdeb!2
-
- Mar 02, 2020
-
-
Frédéric Danis authored
This is necessary for packages that were built in OBS which adds a suffix, but the source isn't kept, and is identical to the base version except for debian/changelog. This is already done for runtimes. The same `strip_source_version_suffix` variable is used for both runtimes and apps. Signed-off-by:
Frédéric Danis <frederic.danis@collabora.com>
-
Frédéric Danis authored
Extract giant shell command line used to retrieve source code of the application and its dependencies, and convert it to Pyhton3. This change requests that the SDK embeds Pyhton3 to be able to use `./run.py app` subcommand. Signed-off-by:
Frédéric Danis <frederic.danis@collabora.com>
-
- Feb 28, 2020
-
-
Simon McVittie authored
Previously, we lost this as a side-effect of using aptitude to mark everything non-Essential as "automatically installed". There is no point in having apt-transport-https but not apt. In newer versions of apt, where apt-transport-https is a transitional package, this will have no practical effect. Signed-off-by:
Simon McVittie <smcv@collabora.com>
-
- Feb 26, 2020
-
-
Simon McVittie authored
apps: Allow to use remote repository for runtime See merge request smcv/flatdeb!5
-
Frédéric Danis authored
The remote-url allows to set a remote url instead of a local directory to use for Platform and SDK runtime. Signed-off-by:
Frédéric Danis <frederic.danis@collabora.com>
-
- Feb 25, 2020
-
-
Simon McVittie authored
Ensure that /usr/share/libdrm folder exists See merge request steam/flatdeb-steam!8
-
- Feb 17, 2020
-
-
Simon McVittie authored
Update flatdeb See merge request steam/flatdeb-steam!7
-
Ludovico de Nittis authored
libdrm reads inside /usr/share/libdrm to find information about GPUs. We ensure to have said folder in every runtimes to be able to mount the libdrm folder from the host if necessary. Signed-off-by:
Ludovico de Nittis <ludovico.denittis@collabora.com>
-
Simon McVittie authored
platformize: Explicitly remove apt-transport-https Signed-off-by:
Simon McVittie <smcv@collabora.com>
-
Simon McVittie authored
Previously, we lost this as a side-effect of using aptitude to mark everything non-Essential as "automatically installed". There is no point in having apt-transport-https but not apt. In newer versions of apt, where apt-transport-https is a transitional package, this will have no practical effect. Signed-off-by:
Simon McVittie <smcv@collabora.com>
-
- Feb 11, 2020
-
-
Simon McVittie authored
-
- Feb 10, 2020
-
-
Simon McVittie authored
Fix systemd-nspawn error when running in gitlab CI See merge request smcv/flatdeb!6
-
Simon McVittie authored
Add dpkg-dev dependency See merge request smcv/flatdeb!7
-
Ludovico de Nittis authored
Flatdeb uses "dpkg-architecture" that is part of "dpkg-dev" Signed-off-by:
Ludovico de Nittis <ludovico.denittis@collabora.com>
-
Simon McVittie authored
Add dpkg-dev dependency See merge request steam/flatdeb-steam!6
-
Ludovico de Nittis authored
Flatdeb uses "dpkg-architecture" that is part of "dpkg-dev" Signed-off-by:
Ludovico de Nittis <ludovico.denittis@collabora.com>
-
- Jan 28, 2020
-
-
Frédéric Danis authored
When running in gitlab CI with docker the following error may occur: Failed to register machine: Unit machine-root.scope already exists. We only use systemd-nspawn for temporary containers which are not intended to be used interactively, so it is not useful for them to be listed by machined. Registering with machined can also be harmful: because our root directory is named `root`, if two concurrent flatdeb instances communicate with the same machined instance, the second one will try to use the same name as the first and so will fail to register, causing flatdeb to fail. This can be avoided by preventing the systemd-nspawn container from registering with machined (which is supported since systemd v209). Signed-off-by:
Frédéric Danis <frederic.danis@collabora.com>
-
- Jan 27, 2020
-
-
Simon McVittie authored
Remove dependencies to Aptitude and add pre_apt_script See merge request smcv/flatdeb!3
-
Simon McVittie authored
platformize: Fix systemd-nspawn error when running in gitlab CI See merge request smcv/flatdeb!4
-
- Jan 24, 2020
-
-
Frédéric Danis authored
This allows to perform actions before 'apt action' run. Signed-off-by:
Frédéric Danis <frederic.danis@collabora.com>
-
Frédéric Danis authored
prepare-runtime specific code can be done in a pre_apt_script. Signed-off-by:
Frédéric Danis <frederic.danis@collabora.com>
-
Frédéric Danis authored
When running in gitlab CI with docker the following error may occur: platformize | Failed to register machine: Unit machine-root.scope already exists. We only use systemd-nspawn for temporary containers which are not intended to be used interactively, so it is not useful for them to be listed by machined. Registering with machined can also be harmful: because our root directory is named `root`, if two concurrent flatdeb instances communicate with the same machined instance, the second one will try to use the same name as the first and so will fail to register, causing flatdeb to fail. This can be avoided by preventing the systemd-nspawn container from registering with machined (which is supported since systemd v209). Signed-off-by:
Frédéric Danis <frederic.danis@collabora.com>
-
- Jan 21, 2020
-
-
Simon McVittie authored
Fix script execution when bash is not available See merge request smcv/flatdeb!1
-
Frédéric Danis authored
For runtimes where bash is not available put-ld-config-path and symlink-alternatives fail with error: put-ldconfig-in-path | sh: 1: /tmp/script/put-ldconfig-in-path: not found Running those script from outside of chroot fixes it. Signed-off-by:
Frédéric Danis <frederic.danis@collabora.com>
-
- Jan 15, 2020
-
-
Simon McVittie authored
This was a prototype runtime based on Ubuntu 18.04 'bionic'. It was replaced with 'soldier', based on Debian 10 'buster', because Debian allows redistribution of unmodified binary packages. (A side benefit is that Debian 10 is about a year newer than Ubuntu 18.04.) Signed-off-by:
Simon McVittie <smcv@collabora.com>
-
- Jan 09, 2020
-
-
Simon McVittie authored
We don't install the default version of python3, which is python3.2 in scout, because that's rather old. Make "#!/usr/bin/env python3" and "#!/usr/bin/python3" scripts work anyway. Signed-off-by:
Simon McVittie <smcv@collabora.com>
-
- Jan 02, 2020
-
-
Simon McVittie authored
We no longer use this. Instead, Steam Runtime containers are built as part of the official Steam Runtime infrastructure. Signed-off-by:
Simon McVittie <smcv@collabora.com>
-
- Nov 28, 2019
-
-
Simon McVittie authored
Signed-off-by:
Simon McVittie <smcv@collabora.com>
-
Simon McVittie authored
Ubuntu 12.04 somehow has libnss3-dbgsym and libnspr4-dbgsym packages that are Multi-Arch: no, even though their corresponding libraries are Multi-Arch: same. Signed-off-by:
Simon McVittie <smcv@collabora.com>
-
Simon McVittie authored
Signed-off-by:
Simon McVittie <smcv@collabora.com>
-
- Nov 27, 2019
-
-
Simon McVittie authored
Signed-off-by:
Simon McVittie <smcv@collabora.com>
-
- Nov 25, 2019
-
-
Simon McVittie authored
If we have (for example) 400 -dbgsym packages to install, invoking apt 400 times is rather slow due to startup overhead (locking, reading and updating the database). Instead, invoke apt-cache once to find out what is available, and use that to compose a single very large apt-get command-line. Similarly, we can summarize what was and wasn't installed from the information we already have, without having to invoke apt a lot. Signed-off-by:
Simon McVittie <smcv@collabora.com>
-
Simon McVittie authored
Signed-off-by:
Simon McVittie <smcv@collabora.com>
-
Simon McVittie authored
Signed-off-by:
Simon McVittie <smcv@collabora.com>
-
Simon McVittie authored
Signed-off-by:
Simon McVittie <smcv@collabora.com>
-
- Oct 08, 2019
-
-
Simon McVittie authored
-