Releases: bermi/snapdir
Releases · bermi/snapdir
Release v0.4.2
New features
- Added new catalog api to keep track of generated and pushed manifests on a given
--location
. To enable setexport SNAPDIR_CATALOG="sqlite3"
and use the newsnapdir [ ancestors | locations | revisions ]
methods. - New
make install
andmake install-linked
tasks for assisting package distributors. --path
now accepts regular expressions.- Added support for setting cache dir via
SNAPDIR_CACHE_DIR
Performance improvements
- Rebuilding local cache before fetching.
- Object caching is now parallelized.
Bug Fixes:
- Added support for using / as the base directory on remote stores.
- Capturing exit signals such as ctrl+c.
Full Changelog: v0.3.0...v0.4.2
v0.3.0
snapdir v0.3.0
What's new?
- Manifests can now have comments. When piping in manifests lines starting with "#" will be removed automatically.
- Adds support for automatically staging when calling
snapdir --stage id
andsnapdir --stage manifest
- Improved staging performance