Commits on Source (2)
-
Guillem Jover authored
The changes table requires a not NULL binaries column. But we should not be requiring a Binary field for source-only uploads. There have been other changes to accommodate that, but the schema still requires the values, and uploading such .changes files returns this misleading rejection message: source_version_arch.changes is already known. from daklib/archive.py:_install_changes() due to an exception when inserting the DBChange() into the database.
-
Joerg Jaspert authored
Stop requiring a Binary field in .changes files in the database See merge request !112
dak/dakdb/update121.py
0 → 100644