test channel: consider copying UDF for $VERSION as well
Originally created by @CyrilBrulebois on #17420 (Redmine)
As discussed for the 4.2.1 release: it might make sense to also copy the
UDF for $VERSION
to the test channel.
I’ve used this:
for old_version in ${IUK_SOURCE_VERSIONS:?} ${VERSION:?}; do
which is slightly lighter on the eyes than the echo-based version (which I don’t think is required from a shell point of view).
Related issues
- Related to #17361 (closed)
Edited by Cyril 'kibi' Brulebois