summaryrefslogtreecommitdiff
path: root/docker
diff options
context:
space:
mode:
authordakkar <dakkar@thenautilus.net>2018-07-13 11:27:21 +0100
committerdakkar <dakkar@thenautilus.net>2018-07-13 11:27:21 +0100
commit214ec988f4a41a3e410b36b946f950add582b74d (patch)
treeaf08f5c31f7b81794b4f1293543bbd4c678b70a6 /docker
parentadd aapt inside docker (diff)
downloaddakkar-android-huawei-m5-214ec988f4a41a3e410b36b946f950add582b74d.tar.gz
dakkar-android-huawei-m5-214ec988f4a41a3e410b36b946f950add582b74d.tar.bz2
dakkar-android-huawei-m5-214ec988f4a41a3e410b36b946f950add582b74d.zip
make me the buildbot
Diffstat (limited to 'docker')
-rw-r--r--docker/Dockerfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/docker/Dockerfile b/docker/Dockerfile
index 2ea635a..09c46bc 100644
--- a/docker/Dockerfile
+++ b/docker/Dockerfile
@@ -38,7 +38,7 @@ RUN dpkg-reconfigure locales
RUN curl https://storage.googleapis.com/git-repo-downloads/repo > /usr/local/bin/repo
RUN chmod a+x /usr/local/bin/repo
-RUN git config --global user.name "buildbot"
-RUN git config --global user.email "buildbot@phh.me"
+RUN git config --global user.name "dakkar"
+RUN git config --global user.email "dakkar@thenautilus.net"
USER root