Bug #17420
test channel: consider copying UDF for $VERSION as well
Start date:
Due date:
% Done:
100%
Description
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).
Subtasks
History
#1 Updated by intrigeri 2020-01-11 10:00:06
- related to Bug #17361: Streamline our release process added
#2 Updated by intrigeri 2020-01-11 11:03:12
- Status changed from Confirmed to Resolved
- % Done changed from 0 to 100
Applied in changeset commit:tails|525af9820393138df10c7450eb2c4b8ea78b203c.
#3 Updated by intrigeri 2020-01-11 11:04:59
I’ve tested this (but keeping the echo
which for some reason, is needed in my shell) and it worked ⇒ pushed!