forked from rust-lang/docs.rs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
22 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# idea | ||
|
||
## phase 1 | ||
|
||
- add rustdoc_status & doc_targets to builds table, since it might change with | ||
the build | ||
- finish_release can be more intelligent when updating rustdoc_status & | ||
doc_targets, not updating it when the build failed, and there is an existing | ||
successful build? | ||
- then we can start rebuilds again | ||
- run a query to past releases to where we have more than one build, at least | ||
one is successful, and we have rustdoc_status = false? Is this enough? How to | ||
exclude binaries / non-libs? | ||
|
||
## phase 2 | ||
|
||
- backfill the new build fields from the releases table | ||
- add calculated summary fields for these in release_build_status | ||
- backfill these too | ||
- drop the fields from releases, use the release_build_status |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters