Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clarify removal of local packages #543

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

TraceyC77
Copy link
Contributor

Description

Add detail to the steps for clearing packages from the local repository.

Add detail to the steps for clearing packages from the local repository.
```bash
cd /var/lib/solbuild/local
sudo rm *.eopkg
sudo eopkg index --skip-signing /var/lib/solbuild/local/ --output /var/lib/solbuild/local/eopkg-index.xml
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't this is needed. build-local automatically re-indexes when used anyway.
Maybe it would be needed if you only removed some local packages, and then wanted to use the local repository for installation.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also, in the spirit of go-task commands I just learned: go-task build-localindex

Copy link
Contributor

@ermo ermo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We have go-task list-local (lists files in Local repo) and go-task clean-local (removes .eopkgs in local repo) tasks now, so those can be used instead for convenience.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants