cassava / repoctl

Make it easy to manage your local Arch Linux repository.
MIT License
128 stars 13 forks source link

git version does not find config file. #15

Closed stefanhusmann closed 8 years ago

stefanhusmann commented 9 years ago

[haawda@frege repoctl-git]$ repoctl update Error: no configuration files found in path. error: lstat : no such file or directory

cassava commented 9 years ago

Hi @stefanhusmann, thanks for the tip. I'll have a look.

By the way, I'm redoing the way repoctl is built up. The config file location is now taken from the XDG specs. This should also allow multiple configs being read:

The system-wide config file would be /etc/xdg/repoctl/config.toml, and the standard user config is $HOME/.config/repoctl/config.toml.

If you run repoctl new config it should create a config file for you (at the specified location).

stefanhusmann commented 9 years ago

Perhaps you should write this info in the REAME.md, at least for the tm being.