From e205a31a2d0c9e9f52eb4d2e07fb1f5c6fc30aa0 Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Thu, 20 Oct 2016 12:54:55 +0200 Subject: [PATCH] Allow regular repository sync again It's unrealistic to disallow it in a decentralized repository environment, since the repositories are too inter-dependent. So we assume that images deriving from this one will call 'cave sync' early in case they add repositories. --- Dockerfile | 4 ---- README.md | 5 +++++ 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index 1239a28..32dcb8c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,7 +14,3 @@ RUN /bootstrap.sh amd64 x86_64 # update etc files... hope this doesn't screw up RUN eclectic config accept-all -# don't allow regular sync, because we want to make sure -# all images deriving from this one have the same state -RUN sed -i -e 's|^sync|#sync|' /etc/paludis/repositories/*.conf - diff --git a/README.md b/README.md index e69de29..d836dd1 100644 --- a/README.md +++ b/README.md @@ -0,0 +1,5 @@ +# Docker exherbo + +If you derive from this image and add further exherbo repositories, +you should make a complete `cave sync` as well to ensure +consistent inter-repository-state.