Perhaps the most tragic loss from swapping autotools to cmake is the distcheck
target, which did an excellent job of ensuring the created tarball is buildable
and the result actually functional, for full list see
https://www.gnu.org/software/automake/manual/html_node/Checking-the-Distribution.ht
https://github.com/rpm-software-management/rpm/commit/aec8bdb53a3013eabf16368e17a65ab69c2136ee
introduced function changes, which cause the output of the following command
is changed.
`rpm --define '%foo() %{expand:%define xxx 1} %{echo:%xxx} %{expand:
%global xxx 2} %{echo:%xxx}' --eval .'%foo'
Closed #2203.
--
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/pull/2203#event-7640114387
You are receiving this because you are subscribed to this thread.
Message ID:
___
Rpm-maint mailing list
Rpm-
As there is no actual problem, it is closed temporarily.
--
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/pull/2203#issuecomment-1286880410
You are receiving this because you are subscribed to this thread.
Message ID: __
@JetXujing pushed 1 commit.
3d5a74fcfc4fa3e08aded910ccca4c0c5622cf24 tests: fix the print with --eval
.'%undefine xxx'.
--
View it on GitHub:
https://github.com/rpm-software-management/rpm/pull/2203/files/42a2b16004ef64c0393ab0d549029c80e4658ae9..3d5a74fcfc4fa3e08aded910ccca4c0c5622cf24
You ar
With Weblate, cmake and everything, we're *effing finally* in a position where
we can push translations out of the main codebase to a corner of their own
where we don't have to look at them code-wise irrelevant commits in the log.
Task: split off po to rpm-i18n repo, steal the necessary logic fr