5 Commits

Author SHA1 Message Date
Andrey Semashev
fc31e65e0d 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:38:41 +03:00
Andrey Semashev
c5de1e6848 Another fix in git version check. 2021-09-26 20:36:43 +03:00
Andrey Semashev
ab84a1cb11 Fixed git version check on Mac OS. 2021-09-26 20:34:00 +03:00
Andrey Semashev
399a7a65b8 Added GHA CI timeout. 2021-09-15 21:30:44 +03:00
Andrey Semashev
b9f29ff43a Added GitHub Actions config. 2021-09-12 19:34:54 +03:00