fix the datalad bug list after bug move
authorJoey Hess <joeyh@joeyh.name>
Thu, 5 Jan 2023 17:35:26 +0000 (13:35 -0400)
committerJoey Hess <joeyh@joeyh.name>
Thu, 5 Jan 2023 17:35:26 +0000 (13:35 -0400)
The moved bugs that link to [[done]] were not matching because it wanted
that to link to bugs/done, but it was a broken link after rename. Adding
a stub datalad/done page to avoid the broken link, and adjusting the
pagespec so those are listed.

doc/projects/datalad.mdwn
doc/projects/datalad/bugs-done/awkward_error_from_annex_whenever_operating_on_a_clone_with_submodules.mdwn
doc/projects/datalad/done.mdwn [new file with mode: 0644]

index f27442cfec583bf50f3baa1308231200f61bbf54..8e8205f4351f6bbbd933240e1c10348d2f008736 100644 (file)
@@ -24,7 +24,7 @@ My bugs
 <details>
 <summary>Fixed</summary>
 
-[[!inline pages="(bugs/* or projects/datalad/bugs-done/*) and !bugs/done and link(bugs/done) and
+[[!inline pages="((bugs/* and !bugs/done and link(bugs/done)) or projects/datalad/bugs-done/*) and
 (author(mih) or author(ben) or author(kyle) or tagged(projects/datalad))" feeds=no actions=yes archive=yes show=0  template=buglist]]
 
 </details>
index f1236583d4882c2e6f795a409fd596a198c740ed..8f2600fd2ce57e4d4b1e9c88f6b277bca8ed1b04 100644 (file)
@@ -59,7 +59,6 @@ ok
 
 [[!meta author=yoh]]
 [[!tag projects/datalad]]
-[[!tag moreinfo]]
 
 > [[done]], I'm going to assume it was fixed since there was no followup
 > --[[Joey]]
diff --git a/doc/projects/datalad/done.mdwn b/doc/projects/datalad/done.mdwn
new file mode 100644 (file)
index 0000000..c298dba
--- /dev/null
@@ -0,0 +1 @@
+This bug was closed, and has been archived.