alexheretic / aurto

Arch Linux AUR tool for managing an auto-updating local 'aurto' package repository
MIT License
134 stars 9 forks source link

Changing name of repo from aurto #59

Open Titaniumtown opened 3 years ago

Titaniumtown commented 3 years ago

In order to use aurto, the repo HAS to be named "aurto", and this is hard-coded into the program, can this be changed to use the value from a config?

alexheretic commented 3 years ago

This is the case and was intentional. There's a lot to be said for keeping aurto simple. But with compelling enough use cases we could add repo naming & multiple repos here.

For now though I'd suggest using aurutils directly to achieve more custom/advanced stuff.

thirtythreeforty commented 3 years ago

I would even be okay just changing the singular repo name. My use case is managing a nightly-build repo, and it would be confusing to have the user fetch aurto.db.

Noeljunior commented 3 years ago

@thirtythreeforty for that use case I would just create a symlink to aurto.db. Actually I'm using it like that right now.

thirtythreeforty commented 3 years ago

I suppose that works. Thanks.