Commit 5a5e5b37 authored by James T. Lee's avatar James T. Lee
Browse files

Preserve repos between stage2 and stage3

This will add to the image size and push/pull times, but it saves from
having to do an eix-sync for each stage3 build and it lets the image
preserve the local crossdev repo which can't easily be regenerated.
parent c1518365
Pipeline #590 passed with stage
in 474 minutes and 41 seconds
...@@ -15,5 +15,3 @@ RUN emerge -v --update --deep --newuse --with-bdeps=y @world ...@@ -15,5 +15,3 @@ RUN emerge -v --update --deep --newuse --with-bdeps=y @world
# Configure the stage # Configure the stage
RUN puppet agent --test --runtimeout 0; [ $? -eq 2 ] RUN puppet agent --test --runtimeout 0; [ $? -eq 2 ]
RUN rm -rf /var/db/repos
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment