e9686f84d9
Instead of prepending :unsign to all URLs in josh-proxy, and for all calls to filteredGitPush, explicitly use it only in the filter we use for the `export-kit` extraStep. This means, people cloning tvl-kit via > https://code.tvl.fyi/depot.git:workspace=views/kit.git now need to update the URL to point to > https://code.tvl.fyi/depot.git:unsign:workspace=views/kit.git instead. git@github.com:tvlfyi/kit.git will keep the same hashes, as it's updated to export the unsigned workspace view of it. This is less invasive than dooming every josh workspace to have to strip signatures. Change-Id: I6de05182fad4c3695081388c3bbf37306521d255 Reviewed-on: https://cl.tvl.fyi/c/depot/+/8369 Autosubmit: flokli <flokli@flokli.de> Reviewed-by: tazjin <tazjin@tvl.su> Tested-by: BuildkiteCI
26 lines
1.1 KiB
Markdown
26 lines
1.1 KiB
Markdown
The TVL Kit
|
|
===========
|
|
|
|
[![Build status](https://badge.buildkite.com/cd7240a881c7e77c3ed8cc040f81734623f57038563b37213d.svg?branch=canon)](https://buildkite.com/tvl/tvl-kit)
|
|
|
|
This folder contains a publicly available version of the core TVL
|
|
tooling, currently comprising of:
|
|
|
|
* `buildkite`: TVL tooling for dynamically generating Buildkite
|
|
pipelines with Nix.
|
|
* `buildGo`: Nix-based build system for Go.
|
|
* `readTree`: Nix library to dynamically compute attribute trees
|
|
corresponding to the physical layout of a repository.
|
|
* `besadii`: Configurable Gerrit/Buildkite integration hook.
|
|
* `magrathea`: Command-line tool for working with TVL-style monorepos
|
|
* `checks`: Collection of useful CI checks for Buildkite
|
|
|
|
It can be accessed via git by cloning it as such:
|
|
|
|
git clone https://code.tvl.fyi/depot.git:unsign:workspace=views/kit.git tvl-kit
|
|
|
|
If you are looking at this within the TVL depot, you can see the
|
|
[josh][] configuration in `workspace.josh`. You will find the projects
|
|
at slightly different paths within the depot.
|
|
|
|
[josh]: https://github.com/josh-project/josh/
|