aboutsummaryrefslogtreecommitdiff
path: root/NOTES
diff options
context:
space:
mode:
authorAlexander Bersenev <bay@hackerdom.ru>2011-07-02 19:01:33 +0000
committerAlexander Bersenev <bay@hackerdom.ru>2011-07-02 19:01:33 +0000
commite9693f76713e6cd44b4215d016a7430acd6137ac (patch)
tree5465671281514e7671550b598f31c574fd746333 /NOTES
parentctrl-c handling (diff)
downloadautodep-e9693f76713e6cd44b4215d016a7430acd6137ac.tar.gz
autodep-e9693f76713e6cd44b4215d016a7430acd6137ac.tar.bz2
autodep-e9693f76713e6cd44b4215d016a7430acd6137ac.zip
changed format of outout
Diffstat (limited to 'NOTES')
-rw-r--r--NOTES24
1 files changed, 23 insertions, 1 deletions
diff --git a/NOTES b/NOTES
index 91c3df3..54b2aee 100644
--- a/NOTES
+++ b/NOTES
@@ -18,4 +18,26 @@ This is few notes mainly for myself.
{
<stage of building>:{<filename>:[<was not found>,<was blocked>]}
}
- ] \ No newline at end of file
+ ]
+
+4. Format of converted events structure:
+ {
+ packagesinfo: {
+ <package>: {
+ stage: {
+ <filename>:
+ {found:[<was readed>,<was writed>],
+ notfound:[<was not found>,<was blocked>]}
+ }
+ }
+ }
+
+ otherfilesinfo: {
+ stage:{
+ <filename>:
+ {found:[<was readed>,<was writed>],
+ notfound:[<was not found>,<was blocked>]}
+ }
+ }
+ }
+