summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Magorsch <arzano@gentoo.org>2020-03-09 18:33:04 +0100
committerMax Magorsch <arzano@gentoo.org>2020-03-09 18:33:04 +0100
commit87c013c4b8535f2f40e9d7be649127183b6c5fa4 (patch)
treeb9129187d077fca2a7593c011b6518117bf845b1 /Dockerfile
parentAvoid downtime during the planet update (diff)
downloadplanet-87c013c4b8535f2f40e9d7be649127183b6c5fa4.tar.gz
planet-87c013c4b8535f2f40e9d7be649127183b6c5fa4.tar.bz2
planet-87c013c4b8535f2f40e9d7be649127183b6c5fa4.zip
Add universe feeds of gentoo developers
Signed-off-by: Max Magorsch <arzano@gentoo.org>
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Dockerfile b/Dockerfile
index f89bfce..b9fdff9 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -19,6 +19,10 @@ RUN bundle install \
&& npm install \
&& npm run dist
+# planet has to be last
+RUN echo "title = Planet Gentoo\n" > planet.ini \
+ && cat configs/universe configs/planet >> planet.ini
+
CMD cd /var/www/planet.gentoo.org \
&& bundle exec pluto update -d data \
&& bundle exec pluto build -o build -d data -t tyrian