diff options
author | Vincent Ambo <mail@tazj.in> | 2022-12-26T09·49+0300 |
---|---|---|
committer | tazjin <tazjin@tvl.su> | 2022-12-26T11·16+0000 |
commit | c6cb13856549907729e76035c818303f3c1fd244 (patch) | |
tree | d0d2711e41bf6649543587a92004b7b56056a6ac /docs | |
parent | 1e439fb5ad042d5b55355dff260ff8241bc3e44a (diff) |
chore(tools): remove depot-scanner & tvlc r/5490
These are both unused things from a long time ago, which we don't need to keep around anymore. Their design doc has been marked as archived. Change-Id: Icd2744e511e78ec95ec8f39e5f79ed1fe98e9e4a Reviewed-on: https://cl.tvl.fyi/c/depot/+/7639 Autosubmit: tazjin <tazjin@tvl.su> Tested-by: BuildkiteCI Reviewed-by: flokli <flokli@flokli.de>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/designs/SPARSE_CHECKOUTS.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/designs/SPARSE_CHECKOUTS.md b/docs/designs/SPARSE_CHECKOUTS.md index 7bd4963f61ea..820cb2c5861c 100644 --- a/docs/designs/SPARSE_CHECKOUTS.md +++ b/docs/designs/SPARSE_CHECKOUTS.md @@ -1,3 +1,9 @@ +NOTE: This proposal is archived. We run `josh` instead, and long-term +might want to integrate per-target dependency analysis with josh's +workspace functionality. + +------------- + Below is a prototype for a script to create Git sparse checkouts of the depot. The script below works today with relatively recent versions of git. |