@@ -110,14 +110,11 @@ RUN sed -i \
-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/#" \
- # Change location of sharedrepodir and publish_dest directories \
- -e "s@^\(sharedrepodir *= *\).*@\1\"/sharedrepo\"@" \
- -e "s@^\(publish_dest *= *\).*@\1\"/publish\"@" \
# Use any worker for any release \
-e '$ a workers_prev_releases = {}' \
/home/pokybuild/yocto-controller/yoctoabb/config.py && \
sed -i \
- # Change location of sharedrepodir and publish_dest directories \
+ # Use git protocol instead of ssh
-e "s#ssh://git@push\.\(yoctoproject.org\|openembedded.org\)/#git://git.\1/#" \
/home/pokybuild/yocto-autobuilder-helper/config.json && \
sed -i \
@@ -8,8 +8,6 @@ x-base-service: &base-service
context: ..
dockerfile: docker/Dockerfile
volumes:
- - sharedrepo:/sharedrepo
- - publish:/publish
- mirror:/home/pokybuild/git/mirror
- srvautobuilder:/srv/autobuilder
stdin_open: true
@@ -2,8 +2,8 @@
chmod 666 /dev/kvm
-chown pokybuild:nogroup /sharedrepo
-chown pokybuild:nogroup /publish
+chown pokybuild:nogroup /srv/autobuilder/repos
+chown pokybuild:nogroup /srv/autobuilder/autobuilder.yocto.io/pub
chown pokybuild:nogroup /home/pokybuild/git/mirror
chown pokybuild:nogroup /srv/autobuilder
cd /home/pokybuild/ || exit 1