summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2014-05-24 16:41:21 -0400
committerGravatar Joey Hess <joey@kitenet.net>2014-05-24 16:41:21 -0400
commitf21ba97e275e2fbaa2b4d4ffe6df3848b4bccefa (patch)
treef88bca64fb3109b4f75d886f7a7bc9a0d6419919
parentabc4d30368988309c80ed003608182fe16ed8ae1 (diff)
exclude other tags
-rw-r--r--doc/bugs/confirmed.mdwn2
-rw-r--r--doc/bugs/unconfirmed.mdwn2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/bugs/confirmed.mdwn b/doc/bugs/confirmed.mdwn
index 05580f5a6..a8f2d3834 100644
--- a/doc/bugs/confirmed.mdwn
+++ b/doc/bugs/confirmed.mdwn
@@ -4,5 +4,5 @@ to be the next bugs fixed.
If your bug report is not listed here, you probably need to provide more
information so that the bug can be reproduced. See also: [[unconfirmed]]
-[[!inline pages="./* and link(./confirmed) and !link(./done) and !*/Discussion" show=0
+[[!inline pages="./* and link(./confirmed) and !link(./done) and !/bugs/unconfirmed" show=0
archive=yes]]
diff --git a/doc/bugs/unconfirmed.mdwn b/doc/bugs/unconfirmed.mdwn
index a4d1ef8fd..7f220bec5 100644
--- a/doc/bugs/unconfirmed.mdwn
+++ b/doc/bugs/unconfirmed.mdwn
@@ -1,5 +1,5 @@
These bug reports have not yet been [[confirmed]] by the git-annex developers
to be actually bugs in git-annex, rather than some other problem.
-[[!inline pages="./* and !link(./confirmed) and !link(./done)" show=0
+[[!inline pages="./* and !link(./confirmed) and !link(./done) and !/bugs/confirmed" show=0
archive=yes]]