2
0
mirror of https://github.com/boostorg/log.git synced 2026-01-25 06:12:28 +00:00
Files
log/.github/workflows
Andrey Semashev 1aaf946b18 Updated check for apt-add-repository capabilities.
In Ubuntu 20.04 there appeared an updated version of the
software-properties-common package in focal-updates, which ships a newer
apt-add-repository version that doesn't support -P/-S/-U command line arguments.

Since we cannot rely on package version checks to determine apt-add-repository
capabilities, we have to parse its --help output instead.

Also, made source list processing more protected against spaces.
2021-11-16 00:50:58 +03:00
..