-
Notifications
You must be signed in to change notification settings - Fork 83
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Updating Bag Manifests #61
Comments
I solved the problem by changing the workflow, but I'd still be interested to know if this is doable. Thanks. |
It does not currently have this ability in the command line. However, the |
One useful case for this: upgrading bags to add stronger manifests – ideally we could avoid reading the files more than once by doing something like calculating all of the hashes at the same time, verifying the existing ones, and saving the new ones. |
+1 to add the option to do an in-place update e.g. update manifests and At least a warning should be printed if |
Is it possible to use bagit-python from the command line to update bag manifests? Or is that only possible through a python script? My workflow involved adding additional information to bag-info.txt after bagging which causes a checksum mismatch with the tag manifest. I'd like to be able to re-generate the manifests after this step. Thanks!
The text was updated successfully, but these errors were encountered: