Skip to content
Snippets Groups Projects
Commit 240cd88c authored by Alad Wenter's avatar Alad Wenter
Browse files

aur-repo: support setting db extension with AUR_DBEXT

For example if custom.db is not a symlink (on file systems not
supporting them) but a regular file:

  $ AUR_DBEXT=db.tar.gz aur repo -d custom
  /path/to/repo/custom.db.tar.gz

  $ aur repo -d custom
  /path/to/repo/custom.db

To achieve this in aur-sync, extend --status-file to include the
repository path.
parent 4ab16682
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment