gwu-libraries / inventory_old

A system for tracking location of digital items and progress in reformatting projects
MIT License
5 stars 1 forks source link

why are bagit-bagged bags not updating stats? #234

Closed dchud closed 10 years ago

darshanrp commented 10 years ago

@dchud The last time we faced this error, we thought that may be it was the permissions issue on the 'data' folder. But I tested it on my dev VM, and it seems to be working fine. I created a bag using bagit CLI, then registered that bag using CLint and the stats updated just fine!

Can you recollect if we added the 'fakebag' which is in clint's test-data folder? Because those file are all 0 bytes and hence the stats won't update if we added that bag. But I'm not sure if we used that test content from CLint.

justinlittman commented 10 years ago

@dchud - Can you provide steps to reproduce or close?

dchud commented 10 years ago

To the best of my recollection @darshanrp was correct that this basically works, and I was testing with a degenerate sample, as he pointed out. Assuming we're okay for now.