[Rpm-maint] [rpm-software-management/rpm] RFE: Use `%_platform_multiplier'` (#1700)

Miroslav Suchý notifications at github.com
Thu Jun 17 12:02:03 UTC 2021


The idea is that people can use something like:

```
%check
timeout %platform_timeout 60 somescript.sh
```

which would basically expand to

```
%check
timeout 60 somescript.sh
```

on most platforms. But if `%_platform_multiplier` was defined then the timeout will be increased. 

The benefits of having this in rpm itself are that users can expect the presence **always**.  They do not need to fiddle with `%?:`... Just sometimes the function can alter the value.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/issues/1700#issuecomment-863179724
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rpm.org/pipermail/rpm-maint/attachments/20210617/ed0474c5/attachment.html>


More information about the Rpm-maint mailing list