- Aug 29, 2023
-
-
Thomas Mittelstädt authored
Signed-off-by:
Thomas Mittelstaedt <thomas.mittelstaedt@de.bosch.com>
-
Thomas Mittelstädt authored
If no mount for / (root) at given mount point can be established before mounting a sub partition, a virtual mountpoint with a small tmpfs (ramdisk) is set up for / (root), so also non hierarchical images without a defined root partition can be set up. This is usable, if partitions of an image are not mountable at one hierarchical mount tree. Unmounting the image automatically removes the ram disk. Signed-off-by:
Thomas Mittelstaedt <thomas.mittelstaedt@de.bosch.com>
-
- Aug 28, 2023
-
-
Thomas Mittelstädt authored
Partprobe rereads disk structures to the kernel. After returning to caller the process is sometimes not completed. So information about labels, part labels are sometimes are not available. A small sleep solves this issue so far, but a better synchronization method would be more appopriate but too complex for such a small tool. And atm a reliable algorithm is not clear. Signed-off-by:
Thomas Mittelstaedt <thomas.mittelstaedt@de.bosch.com>
-
Thomas Mittelstädt authored
Signed-off-by:
Thomas Mittelstaedt <thomas.mittelstaedt@de.bosch.com>
-
Thomas Mittelstädt authored
Signed-off-by:
Thomas Mittelstaedt <thomas.mittelstaedt@de.bosch.com>
-
Thomas Mittelstädt authored
Signed-off-by:
Thomas Mittelstaedt <thomas.mittelstaedt@de.bosch.com>
-
- Aug 04, 2023
-
-
Dylan Aïssi authored
Signed-off-by:
Dylan Aïssi <dylan.aissi@collabora.com>
-
Dylan Aïssi authored
Signed-off-by:
Dylan Aïssi <dylan.aissi@collabora.com>
-
- Jun 27, 2023
-
-
Dylan Aïssi authored
Signed-off-by:
Dylan Aïssi <dylan.aissi@collabora.com>
-
Dylan Aïssi authored
When the soname changes, the name of the binary package changes accordingly. In this case, ABI breakage is expected thus there is no need to run abi-compliance-checker. apertis-abi-compare detects this case and report the soname change without failing. Signed-off-by:
Dylan Aïssi <dylan.aissi@collabora.com>
-
- Jun 20, 2023
-
-
Dylan Aïssi authored
Signed-off-by:
Dylan Aïssi <dylan.aissi@collabora.com>
-
- Jun 19, 2023
-
-
Dylan Aïssi authored
Signed-off-by:
Dylan Aïssi <dylan.aissi@collabora.com>
-
Dylan Aïssi authored
Signed-off-by:
Dylan Aïssi <dylan.aissi@collabora.com>
-
Dylan Aïssi authored
This flag requires a string explaining the reason of importing a package. This reason will be written in debian/changelog and will be useful for a future reconsideration of the value of this package in Apertis. Signed-off-by:
Dylan Aïssi <dylan.aissi@collabora.com>
-
- Jun 13, 2023
-
-
Dylan Aïssi authored
Signed-off-by:
Dylan Aïssi <dylan.aissi@collabora.com>
-
Dylan Aïssi authored
apertis-abi-compare relies on sudo and fails if sudo is not available. Signed-off-by:
Dylan Aïssi <dylan.aissi@collabora.com>
-
Vignesh Raman authored
Signed-off-by:
Vignesh Raman <vignesh.raman@collabora.com>
-
Vignesh Raman authored
Signed-off-by:
Vignesh Raman <vignesh.raman@collabora.com>
-
- Apr 27, 2023
-
-
Dylan Aïssi authored
Signed-off-by:
Dylan Aïssi <dylan.aissi@collabora.com>
-
Dylan Aïssi authored
Signed-off-by:
Dylan Aïssi <dylan.aissi@collabora.com>
-
Dylan Aïssi authored
Signed-off-by:
Dylan Aïssi <dylan.aissi@collabora.com>
-
Dylan Aïssi authored
Signed-off-by:
Dylan Aïssi <dylan.aissi@collabora.com>
-
Signed-off-by:
Walter Lozano <walter.lozano@collabora.com>
-
- Apr 26, 2023
-
-
Walter Lozano authored
When importing Debian packages it is possible to find cases where packages already provided an upstream Gitlab CI configuration. In such cases, when packages are imported Gitlab will try to run CI which has no sense. For properly handle this scenario, create new repositories with CI disabled, and let gitlab rulez to update the settings once the package is fully imported. Signed-off-by:
Walter Lozano <walter.lozano@collabora.com>
-
Thomas Mittelstädt authored
Signed-off-by:
mtt2hi <thomas.mittelstaedt@de.bosch.com>
-
Thomas Mittelstädt authored
Signed-off-by:
mtt2hi <thomas.mittelstaedt@de.bosch.com>
-
- Apr 21, 2023
-
-
Thomas Mittelstädt authored
Signed-off-by:
mtt2hi <thomas.mittelstaedt@de.bosch.com>
-
- Apr 04, 2023
-
-
Thomas Mittelstädt authored
Signed-off-by:
mtt2hi <thomas.mittelstaedt@de.bosch.com>
-
Thomas Mittelstädt authored
Mountimage can be used to mount disks and system images at a given mount point. One purpose is usage for devroot. Signed-off-by:
mtt2hi <thomas.mittelstaedt@de.bosch.com>
-
- Dec 21, 2022
-
-
Vignesh Raman authored
Signed-off-by:
Vignesh Raman <vignesh.raman@collabora.com>
-
-
-
-
- Dec 20, 2022
-
-
Vignesh Raman authored
Signed-off-by:
Vignesh Raman <vignesh.raman@collabora.com>
-
Vignesh Raman authored
Add debian/apertis/lintian to enable lintian for apertis-dev-tools package. Signed-off-by:
Vignesh Raman <vignesh.raman@collabora.com>
-
- Dec 19, 2022
-
-
Dylan Aïssi authored
Signed-off-by:
Dylan Aïssi <dylan.aissi@collabora.com>
-
Dylan Aïssi authored
For consistency across all Apertis packages. Signed-off-by:
Dylan Aïssi <dylan.aissi@collabora.com>
-
- Oct 27, 2022
-
-
Dylan Aïssi authored
-
Dylan Aïssi authored
Due to a bug in abi-compliance-checker, std headers are occasionally used for analyzing leading to wrongly detect an ABI breakage. We globally exclude them to avoid this noise until it is fixed in ACC. See: https://github.com/lvc/abi-compliance-checker/issues/85 Signed-off-by:
Dylan Aïssi <dylan.aissi@collabora.com>
-
Dylan Aïssi authored
to be consistent with other arguments passed to run_abi_checker() Signed-off-by:
Dylan Aïssi <dylan.aissi@collabora.com>
-