diff options
Diffstat (limited to 'docs/operations.md')
-rw-r--r-- | docs/operations.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/operations.md b/docs/operations.md index 914f7b4..26fe96e 100644 --- a/docs/operations.md +++ b/docs/operations.md @@ -75,6 +75,7 @@ The versions of `git.cs.kau.se/rasmoste/ct-sans@VERSION` are listed below. | 2024/02/10 | 09:10:20 | snapshot and start collect | still running v0.0.2 [6] | | 2024/02/12 | 03:54:13 | abort collection | not needed for our paper contribs [7] | | 2025/01/06 | | find rate-limit bug | [8] | +| 2025/03/12 | | update Go module name | to reflect current code repo [9] | ## Notes @@ -257,3 +258,11 @@ workers gave worse performance -- presumable because of too many status 429), then we were probably not overshooting by a lot. But again, hard to say. [manually]: https://git.rgdd.se/ct-sans/tree/utils_ct.go?h=v0.0.2#n42 + +## 9 + +Code is hosted at <https://git.rgdd.se/ct-sans>. + +The Go module name is `rgdd.se/ct-sans`, effective from v0.1.0 and forward. It +is still possible to install older versions with the old `git.cs.kau.se` Go +module name (thanks to Go's infrastructure), as shown earlier in the timeline. |