diff deploy/linux/docker/Dockerfile_appimage.in @ 2353:6845d7dafebf sv_v4.0pre2

Bitbucket -> Sourcehut
author Chris Cannam
date Wed, 09 Oct 2019 15:17:57 +0100
parents 1d87a709fe1a
children 32718f05903d
line wrap: on
line diff
--- a/deploy/linux/docker/Dockerfile_appimage.in	Wed Oct 09 14:57:51 2019 +0100
+++ b/deploy/linux/docker/Dockerfile_appimage.in	Wed Oct 09 15:17:57 2019 +0100
@@ -59,11 +59,11 @@
 
 WORKDIR /root
 
-COPY id_dsa_build .ssh/id_dsa_build
+COPY id_rsa_build .ssh/id_rsa_build
 COPY known_hosts .ssh/known_hosts
-RUN chmod 600 .ssh/id_dsa_build .ssh/known_hosts
-RUN echo '{"accounts": {"bitbucket": "cannam"}}' > .repoint.json
-RUN ( echo '[ui]' ; echo 'ssh = ssh -i /root/.ssh/id_dsa_build' ) > .hgrc
+RUN chmod 600 .ssh/id_rsa_build .ssh/known_hosts
+RUN echo '{"accounts": {"sourcehut": "~breakfastquay"}}' > .repoint.json
+RUN ( echo '[ui]' ; echo 'ssh = ssh -i /root/.ssh/id_rsa_build' ) > .hgrc
 
 WORKDIR /sonic-visualiser
 ENV QTDIR /opt/qt510