From 81ff35a525eadc3e78370a1bfbb1243d8b7ab7a3 Mon Sep 17 00:00:00 2001 From: Wonderfall Date: Sat, 28 May 2016 15:45:31 +0200 Subject: [PATCH] rutorrent: github repo over google code --- rutorrent/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rutorrent/Dockerfile b/rutorrent/Dockerfile index cc9fab2..7eb8501 100644 --- a/rutorrent/Dockerfile +++ b/rutorrent/Dockerfile @@ -71,9 +71,9 @@ RUN echo "@commuedge http://nl.alpinelinux.org/alpine/edge/community" >> /etc/ap && mkdir -p /var/www && cd /var/www \ && git clone https://github.com/Novik/ruTorrent.git rutorrent \ && cd /var/www/rutorrent/plugins/ \ - && svn co http://rutorrent-logoff.googlecode.com/svn/trunk logoff \ + && git clone https://github.com/Korni22/rutorrent-logoff logoff \ && git clone https://github.com/xombiemp/rutorrentMobile.git mobile \ - && svn checkout http://rutorrent-pausewebui.googlecode.com/svn/trunk pausewebui \ + && git clone https://github.com/Ardakilic/rutorrent-pausewebui pausewebui \ && cd /var/www/rutorrent/plugins/theme/themes \ && git clone https://github.com/Phlooo/ruTorrent-MaterialDesign.git Material \ && mv /var/www/rutorrent /var/www/torrent \