diff options
author | Siddharth Ravikumar <sravik@bgsu.edu> | 2015-01-21 17:53:55 -0500 |
---|---|---|
committer | Siddharth Ravikumar <sravik@bgsu.edu> | 2015-01-21 17:53:55 -0500 |
commit | f35c7f672e218fad183c63177111b0850a1586ea (patch) | |
tree | 5b9c25fee2ec2740d908dc958cdaa7a73d3d5a2a /etc | |
parent | 26282a6a6331cc0f8d6d8e239a335507de715682 (diff) |
deleted: etc/storage.yaml - Going to be using PickleDB for storing info about files in the combox dir.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/storage.yaml | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/etc/storage.yaml b/etc/storage.yaml deleted file mode 100644 index 7b907c9..0000000 --- a/etc/storage.yaml +++ /dev/null @@ -1,13 +0,0 @@ -### This is the initial version of the file storage format. - -filefoo.ext: - directory: name/of/subdirectory - # sha2 sum of the content of the file. - sha2sum: cff117e299f7fbfa01bd0500a737adec5a4fb084b7e9c9e2ab53cd96 -filebar.ext: - # means this file is in the root combox directory. - directory: null - sha2sum: 94a15b3e5197d5b1c3ebd5d7fe055be052af0082ae1d40756f59f17a -snafu.ext: - directory: path/to/subdirectory - sha2sum: 4740e8233a1117a39af01b548b371d3fb74d32f2e7baf684230b6ce1
\ No newline at end of file |