@@ -108,8 +108,8 @@ RUN sed -i \
-e "s/^\(workers *=.*\).*/\1 + [f\"local-worker-extra-{i}\" for i in range(1, 9)]/" \
# Remove workers_bringup from all_workers \
-e "/^all_workers *=/s/workers_bringup + //" \
- # Switch from ssh:// URLS to git:// so we do not need any auth \
- -e "s#ssh://git@push\.\(yoctoproject.org\|openembedded.org\)/#git://git.\1/#" \
+ # Switch from ssh:// URLS to https:// so we do not need any auth \
+ -e "s#ssh://git@push\.\(yoctoproject.org\|openembedded.org\)/#https://git.\1/#" \
# Use any worker for any release \
-e '$ a workers_prev_releases = {}' \
/home/pokybuild/yocto-controller/yoctoabb/config.py && \