Project

mast

0.0
Repository is archived
No release in over 3 years
Low commit activity in last 3 years
Mast is a command line tool for generating manifests and digests. Mast makes it easy to compare a manifest to a current directory structure, and to update the manifest with a simple command by storing the command options it the manifest file itself.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
 Dependencies

Development

>= 0
 Project Readme

Mast

Archived. Mast generates file manifests and checksums for project packages. Today the same can be accomplished with simple shell commands:

# List all files:
git ls-files > MANIFEST

# With checksums:
find . -not -path './.git/*' -type f -exec sha256sum {} \; | sort > DIGEST

This repository is preserved for historical reference.

See README.rdoc for full documentation.

Copyright

Copyright (c) 2009 Thomas Sawyer, Rubyworks

BSD-2-Clause License.