https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35104
--- Comment #41 from David Cook <[email protected]> --- I too get the sha1 error: Applying: Bug 35104: Throw exception on store of invalid marcxml Applying: Bug 35104: Catch the failure on new and edited records error: sha1 information is lacking or useless (C4/Biblio.pm). error: could not build fake ancestor Patch failed at 0001 Bug 35104: Catch the failure on new and edited records -- Interestingly, the first patch applied but not the second one. If you dig into it, you can see that the first index referenced here doesn't exist in the upstream git: diff --git a/C4/Biblio.pm b/C4/Biblio.pm index 0d6feb8aed..eb79c397a5 100644 Since there is over 3 hours between commits, the second one must've been based off a local index state for C4/Biblio.pm. Funny enough, the other file changed does have an index from the upstream: a11711afd3 Just needs a rebase. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
