fix the datalad bug list after bug move

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.
This commit is contained in:
Joey Hess 2023-01-05 13:35:26 -04:00
parent cba7a2477c
commit 47f5e50d4f
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
3 changed files with 2 additions and 2 deletions

View 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>

View 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]]

View file

@ -0,0 +1 @@
This bug was closed, and has been archived.