You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test: Drop get_temp_dir() usage from image-prepare
We are going to eliminate `$TEST_DATA`, it currently influences too many
things which really don't belong together. There is little reason to put
the built rpms into some user-controlled path -- in particular, we
*don't* want to put them into some persistent and possibly remote
storage if `$TEST_DATA` points to a container volume.
get_temp_dir() is too unspecific to be used as public API, so let's
eliminate it. This is the only consumer outside of bots itself.
Cherry-picked from master commit acd4f87.
0 commit comments