diff options
author | 2011-07-06 23:44:26 +0000 | |
---|---|---|
committer | 2011-07-06 23:44:26 +0000 | |
commit | eb64287c7e19a3b5671dc3b45c092722739b3b65 (patch) | |
tree | 5f764a51d4969943d630d0280bcecdb82d417183 /NOTES | |
parent | work with usersandbox feature, futher work for outout (diff) | |
download | autodep-eb64287c7e19a3b5671dc3b45c092722739b3b65.tar.gz autodep-eb64287c7e19a3b5671dc3b45c092722739b3b65.tar.bz2 autodep-eb64287c7e19a3b5671dc3b45c092722739b3b65.zip |
many new calls hooked, internal structures format was vhanged
Diffstat (limited to 'NOTES')
-rw-r--r-- | NOTES | 22 |
1 files changed, 11 insertions, 11 deletions
@@ -13,17 +13,17 @@ This is few notes mainly for myself. 3. Format of events structure: [ { - <stage of building>:{<filename>:[<was readed>,<was writed>]} + <stage of building>:{<filename>:(<was readed>,<was writed>)} }, { - <stage of building>:{<filename>:[<was not found>,<was blocked>]} + <stage of building>:{<filename>:(<was not found>,<was blocked>)} } ] 4. Format of converted events structure: { - packagesinfo: { - <package>: { +# packagesinfo: { + <package|unknown>: { stage: { <filename>: {found:[<was readed>,<was writed>], @@ -32,12 +32,12 @@ This is few notes mainly for myself. } } - otherfilesinfo: { - 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>]} + #} + #} } |