summaryrefslogtreecommitdiffstats
path: root/src/commands/build.rs
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2021-02-05 15:28:42 +0100
committerMatthias Beyer <mail@beyermatthias.de>2021-02-05 15:30:21 +0100
commit2a1e017c063c462da3702e0227cb075643013988 (patch)
treee28c9b7d3dc96a3d83d3da9384effdd92b506e6a /src/commands/build.rs
parent2852e1b6e9a3987d923e6fe774172a00a12b9192 (diff)
Remove "tree" from submit
This removes the "tree" column from the "submits" table. This is because we do not store the build-tree in the database anymore. We don't actually need this feature and we can always re-build the tree from an old commit in the repository. Thus, this is not required anymore. Also, it is less easy to do as soon as the internal implementation changes from a "tree" structure to a "DAG" structure. Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
Diffstat (limited to 'src/commands/build.rs')
-rw-r--r--src/commands/build.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/commands/build.rs b/src/commands/build.rs
index 3f168fa..b1d3e58 100644
--- a/src/commands/build.rs
+++ b/src/commands/build.rs
@@ -291,7 +291,6 @@ pub async fn build(
trace!("Creating Submit in database");
let submit = Submit::create(
&database_connection,
- &tree,
&now,
&submit_id,
&db_image,