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

[OPPM] Repurpose update, add upgrade, add info caching? #5

Open
fnuecke opened this issue Jun 16, 2014 · 4 comments
Open

[OPPM] Repurpose update, add upgrade, add info caching? #5

fnuecke opened this issue Jun 16, 2014 · 4 comments
Labels

Comments

@fnuecke
Copy link
Member

fnuecke commented Jun 16, 2014

I'm thinking it'd be nice to have a logic similar to certain Linux package mangers, where update fetches the list of packages from the repositories and caches it locally, and have upgrade do what update does now. Then all informational commands like list and info could work offline, which has the main benefit of being a lot faster. install could also just lookup the repo to install from from the local cache, speeding that up, too.

@Vexatos
Copy link
Contributor

Vexatos commented Jun 16, 2014

That might be the next thing to do. Good idea, for now, the current system will work. I'll look into it.

@Vexatos
Copy link
Contributor

Vexatos commented Jun 19, 2014

Changed to On Hold since it would defeat the purpose of a lightweight package manager.

@snaildos
Copy link

This would be awesome (very old thread lol)

@AR2000AR
Copy link

Maybe oppm could cache in the /tmp directory. That way it doesn't take space on the hdd and cache data for at least the runtime of the computer. It would make successive listing or info work faster

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

No branches or pull requests

4 participants