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.
This commit is contained in:
2016-10-20 12:54:55 +02:00
parent 1006b3f1e5
commit e205a31a2d
2 changed files with 5 additions and 4 deletions

View File

@@ -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