Skip to content

Commit

Permalink
core/gentoo: fully remove old portage repo dir
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Stewart <christian@aperture.us>
  • Loading branch information
paralin committed Aug 10, 2023
1 parent 4d021b9 commit b2c68b7
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -66,7 +66,7 @@ RUN source /gentoo-skiff-overrides.sh; \

# add repos.conf and use git portage from now forward
COPY ./repos.conf /etc/portage/repos.conf
RUN rm -rf /var/db/repos/gentoo/*; \
RUN rm -rf /var/db/repos/gentoo; \
mkdir -p /var/db/repos/localrepo-crossdev/{profiles,metadata}; \
echo 'crossdev' > /var/db/repos/localrepo-crossdev/profiles/repo_name; \
printf "masters = gentoo\nthin-manifests = true\n" > /var/db/repos/localrepo-crossdev/metadata/layout.conf; \
Expand Down

0 comments on commit b2c68b7

Please sign in to comment.