buildbot / buildbot-infra

Buildbot infrastructure
MIT License
22 stars 23 forks source link

bb-master: Don't use /dev/null as destination for get_url #236

Closed p12tic closed 3 years ago

p12tic commented 3 years ago

get_url does not treat /dev/null as a special file and tries to remove and rename on top of it.

This fixes failing ansible refresh in current production, at least when run from command line.