- 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>
-
- Nov 28, 2019
-
-
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 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
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 07, 2019
-
-
Simon McVittie authored
This can be useful for (derivatives of) older Debian suites like jessie, which don't have automatic debug symbols. Signed-off-by:
Simon McVittie <smcv@collabora.com>
-
Simon McVittie authored
Signed-off-by:
Simon McVittie <smcv@collabora.com>
-
- Oct 03, 2019
-
-
Simon McVittie authored
This reduces the need to have a giant metapackage with all the shared libraries' detached debug symbols; now we only need to do that for libraries that are still using legacy debug symbols (foo-dbg). This also means we tolerate transient uninstallability for debug symbols: we'll simply produce a runtime without those debug symbols. This is particularly important when taking binaries from debian-security, which does not have a corresponding debug symbols archive (although when security updates get mirrored into proposed-updates, their detached debug symbols do appear there). Finally, it also means we don't run into problems with version skew between debug symbols and the actual libraries, particularly when adding buster-proposed-updates-debug (which, in general, will be strictly newer than buster + buster-security) in the hope of getting detached debug symbols for buster-security. Signed-off-by:
Simon McVittie <smcv@collabora.com>
-
- Oct 02, 2019
-
-
Simon McVittie authored
Signed-off-by:
Simon McVittie <smcv@collabora.com>
-
- Sep 19, 2019
-
-
Simon McVittie authored
It's rather out of place there. Signed-off-by:
Simon McVittie <smcv@collabora.com>
-
Simon McVittie authored
This hasn't actually worked since I switched to using debos, and doesn't seem to have been necessary. Signed-off-by:
Simon McVittie <smcv@collabora.com>
-
Simon McVittie authored
The only Ubuntu precise derivative I'm interested in is now self-contained, so flatdeb doesn't need to be able to debootstrap from precise any more. Signed-off-by:
Simon McVittie <smcv@collabora.com>
-
Simon McVittie authored
In some older suites, building packages will fail in a merged-/usr chroot (#843073). Building packages in a merged-/usr chroot is also, in general, not guaranteed to result in binaries that work correctly in an unmerged-/usr environment, so we should probably prefer to build a more traditional sysroot. Signed-off-by:
Simon McVittie <smcv@collabora.com>
-
- Aug 22, 2019
-
-
Simon McVittie authored
This should speed up packing and rsync'ing of the sysroot and base tarballs. Signed-off-by:
Simon McVittie <smcv@collabora.com>
-
- Aug 21, 2019
-
-
Simon McVittie authored
Signed-off-by:
Simon McVittie <smcv@collabora.com>
-
- Aug 15, 2019
-
-
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>
-
Simon McVittie authored
Signed-off-by:
Simon McVittie <smcv@collabora.com>
-
- Aug 13, 2019
-
-
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>
-
- Aug 08, 2019
-
-
Simon McVittie authored
Signed-off-by:
Simon McVittie <smcv@collabora.com>
-
Simon McVittie authored
This is faster than gzip, and apparently more rsyncable. Signed-off-by:
Simon McVittie <smcv@collabora.com>
-
- Jul 16, 2019
-
-
Simon McVittie authored
Signed-off-by:
Simon McVittie <smcv@collabora.com>
-
Simon McVittie authored
This points to a Github repository that is no longer up, and was never as polished as the version of Steam maintained by the Flathub community. Signed-off-by:
Simon McVittie <smcv@collabora.com>
-
Simon McVittie authored
Signed-off-by:
Simon McVittie <smcv@collabora.com>
-