From 75104d1267ebb596cdebd219532248e03ae33569 Mon Sep 17 00:00:00 2001 From: Siddharth Ravikumar Date: Fri, 21 Nov 2014 09:10:02 -0500 Subject: new file: etc/storage.yaml -- contains the file storage format. --- etc/storage.yaml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 etc/storage.yaml diff --git a/etc/storage.yaml b/etc/storage.yaml new file mode 100644 index 0000000..7b907c9 --- /dev/null +++ b/etc/storage.yaml @@ -0,0 +1,13 @@ +### 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 -- cgit v1.2.3