mirror of
https://pagure.io/fm-orchestrator.git
synced 2026-02-09 08:13:21 +08:00
Change the module build states
Locking is now implicit; the module should be composed only when it's marked as ready. That should be done by another service that handles dependant modules rebuilds. Signed-off-by: Petr Šabata <contyk@redhat.com>
This commit is contained in:
@@ -3,7 +3,7 @@ CREATE TABLE IF NOT EXISTS modules (
|
||||
name TEXT NOT NULL, -- e.g. foo, module name
|
||||
version TEXT NOT NULL, -- e.g. 1.23, module version
|
||||
release TEXT NOT NULL, -- e.g. 4, module release
|
||||
state TEXT NOT NULL, -- init, wait, build, done, failed, locked
|
||||
state TEXT NOT NULL, -- init, wait, build, done, failed, ready
|
||||
modulemd TEXT NOT NULL -- the entire modulemd file
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user