Skip to content
Snippets Groups Projects
  1. Sep 14, 2021
    • anarcat's avatar
      create a new "support" page · ce53bb7b
      anarcat authored
      The support page is the go-to page for the "how to get help" question,
      which previously was hidden inside the TPA-RFC-2 standard.
      
      This basically copies that part of the TPA-RFC-2 policy, but could
      eventually diverge without needing to update the policy, for informal
      stuff.
      
      I started working on this page while trying to address
      team#40382 ("document the triage process"), but I'm not
      actually sure triage documentation should go there, as this page feels
      more targeted at users, and only users.
      
      howto/incident-response.md would seem like a better space for this.
      
      Also, this is a toplevel page because it's more important than
      everything else, so it warrants its own special space.
      ce53bb7b
    • anarcat's avatar
      remove note in TPA-RFC-2: we have switched to gitlab · 9d7a364e
      anarcat authored
      This is non-normative, so doesn't need discussion.
      9d7a364e
    • anarcat's avatar
      switch headings · 30438e9f
      anarcat authored
      30438e9f
    • anarcat's avatar
      lint two more pages · 0da738e3
      anarcat authored
      0da738e3
    • anarcat's avatar
      fix broken link · a0cb8bf6
      anarcat authored
      a0cb8bf6
  2. Sep 10, 2021
  3. Sep 09, 2021
  4. Sep 08, 2021
  5. Sep 07, 2021
  6. Sep 03, 2021
  7. Sep 02, 2021
    • anarcat's avatar
      more ipsec fuckery · bc5e4c62
      anarcat authored
      bc5e4c62
    • anarcat's avatar
      more manual instructions · d93ca717
      anarcat authored
      d93ca717
    • anarcat's avatar
      fix regex · 98fb8b06
      anarcat authored
      98fb8b06
    • anarcat's avatar
      another ipsec hack · ee506f23
      anarcat authored
      ee506f23
    • anarcat's avatar
      use latest grml · 5b6de743
      anarcat authored
      5b6de743
    • anarcat's avatar
      move vm tricks · 1e5c6a0b
      anarcat authored
      1e5c6a0b
    • anarcat's avatar
      handle file renames in linter · 71cc58ba
      anarcat authored
      When the `bullseye.mdwn` page was renamed (to `bullseye.md`) in this
      commit:
      
      commit 6fe448dc
      Author: Antoine Beaupré <anarcat@debian.org>
      Date:   Wed Sep 1 11:33:12 2021 -0400
      
          rename bullseye upgrade procedure file
      
          This is the only .mdwn file out there, strangely. Let's hope this is
          going to fix the garbled display issues, where code blocks show up
          with <pre><code> blobs.
      
      diff --git a/howto/upgrades/bullseye.mdwn b/howto/upgrades/bullseye.md
      similarity index 100%
      rename from howto/upgrades/bullseye.mdwn
      rename to howto/upgrades/bullseye.md
      
      ... the CI failed, because the hook couldn't find the `.mdwn` file to check:
      
      https://gitlab.torproject.org/tpo/tpa/wiki-replica/-/jobs/35296
      
      The actual error was:
      
      $ ./bin/mdl-wrapper $(cat changed-files.txt)
      checking file howto/upgrades/bullseye.md...
      checking howto/upgrades/bullseye.mdwn...
      /usr/lib/ruby/gems/2.6.0/gems/mdl-0.11.0/lib/mdl/doc.rb:50:in `read': No such file or directory @ rb_sysopen - howto/upgrades/bullseye.mdwn (Errno::ENOENT)
      	from /usr/lib/ruby/gems/2.6.0/gems/mdl-0.11.0/lib/mdl/doc.rb:50:in `new_from_file'
      	from /usr/lib/ruby/gems/2.6.0/gems/mdl-0.11.0/lib/mdl.rb:82:in `block in run'
      	from /usr/lib/ruby/gems/2.6.0/gems/mdl-0.11.0/lib/mdl.rb:80:in `each'
      	from /usr/lib/ruby/gems/2.6.0/gems/mdl-0.11.0/lib/mdl.rb:80:in `run'
      	from /usr/lib/ruby/gems/2.6.0/gems/mdl-0.11.0/bin/mdl:10:in `<top (required)>'
      	from /usr/bin/mdl:23:in `load'
      	from /usr/bin/mdl:23:in `<main>'
      Cleaning up file based variables 00:03
      ERROR: Job failed: exit code 1
      
      In our code, we assume that if a path is not a file, it's a directory,
      but that's not quite right: it could also be just missing!
      
      So handle that other case more elegantly.
      71cc58ba
    • anarcat's avatar
      move merge request wiki workflow to the documentation section · 28e4335f
      anarcat authored
      It's where I looked for it first, and the gitlab page is waay to
      long. We keep a pointer anyways, so that people can find it in both places.
      28e4335f
    • anarcat's avatar
      fix authentication issue in wiki replica instructions · c27f9b47
      anarcat authored
      Seems like this may fix team#40376
      c27f9b47
    • anarcat's avatar
      test commit for issue 40376 · c0953374
      anarcat authored
      c0953374
    • anarcat's avatar
      Revert "test commit for issue 40376" · 005c749c
      anarcat authored
      This reverts commit 96f23a82.
      005c749c
Loading