Closed mkoskar closed 8 years ago
This happens when both --root and --pool are relative paths.
--root
--pool
$ tree . ├── pool │ └── tmux-2.1-2-x86_64.pkg.tar.xz └── root $ repose -fz -r root -p pool custom $ tree . ├── pool │ └── tmux-2.1-2-x86_64.pkg.tar.xz └── root ├── custom.db ├── custom.files └── tmux-2.1-2-x86_64.pkg.tar.xz -> pool/tmux-2.1-2-x86_64.pkg.tar.xz
Notice that the link generated is "broken".
Shit, this is a regression. Thanks for the catch. Need to add test coverage for this stuff...
This happens when both
--root
and--pool
are relative paths.Notice that the link generated is "broken".