Remove the sha1_hash from the package_metadata table
I'm thinking about adding more fields to this table, and the sha1_hash values will make this tricker. Therefore, remove the value, and adjust the existing code to cope. This commit also adds a new test which coveres some of the changed functionality.
This commit is contained in:
parent
0ab1c71722
commit
8eac26b17d
7 changed files with 97 additions and 44 deletions
|
|
@ -66,6 +66,7 @@ TESTS = \
|
|||
tests/model-derivation.scm \
|
||||
tests/model-git-branch.scm \
|
||||
tests/model-git-repository.scm \
|
||||
tests/model-package-metadata.scm \
|
||||
tests/branch-updated-emails.scm
|
||||
|
||||
AM_TESTS_ENVIRONMENT = abs_top_srcdir="$(abs_top_srcdir)"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue