All public logs

Jump to navigation Jump to search

Combined display of all available logs of NovaOrdis Knowledge Base. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 05:55, 23 November 2024 Ovidiu talk contribs created page Gazelle (Created page with "=Internal= * Bazel Concepts =Overview= Updates Bazel configuration files. Example: <syntaxhighlight lang='bash'> bazel run //:gazelle -- update-repos golang.org/x/sys@v0.13.0 </syntaxhighlight> adds the following line to the <code>WORKSPACE</code> file: <syntaxhighlight lang='go'> go_repository( name = "org_golang_x_sys", importpath = "golang.org/x/sys", sum = "h1:Af8nKPmuFypiUBjVoU9V20FiaFXOcuZI21p0ycVYYGE=", version = "v0....")