aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/transient_autocreated_tagbase_is_not_transient_autoindexed.mdwn
diff options
context:
space:
mode:
authorJoeRayhawk <JoeRayhawk@web>2011-04-11 17:49:45 -0400
committerJoey Hess <joey@kitenet.net>2011-04-11 17:49:45 -0400
commit451c7d61a6d7db1d7d6d081023bdb28ebd1f782c (patch)
tree646b254718a63f3c5709e75c1be880f8afcf23e8 /doc/bugs/transient_autocreated_tagbase_is_not_transient_autoindexed.mdwn
parent2eaf8e810822b81b3f6b9f04b5a9ef791dec10b7 (diff)
downloadikiwiki-451c7d61a6d7db1d7d6d081023bdb28ebd1f782c.tar
ikiwiki-451c7d61a6d7db1d7d6d081023bdb28ebd1f782c.tar.gz
Bug: transient autocreated tagbase is not transient autoindexed: new
Diffstat (limited to 'doc/bugs/transient_autocreated_tagbase_is_not_transient_autoindexed.mdwn')
-rw-r--r--doc/bugs/transient_autocreated_tagbase_is_not_transient_autoindexed.mdwn7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/bugs/transient_autocreated_tagbase_is_not_transient_autoindexed.mdwn b/doc/bugs/transient_autocreated_tagbase_is_not_transient_autoindexed.mdwn
new file mode 100644
index 000000000..3eb1542d3
--- /dev/null
+++ b/doc/bugs/transient_autocreated_tagbase_is_not_transient_autoindexed.mdwn
@@ -0,0 +1,7 @@
+ mkdir -p ikiwiki-tag-test/raw/a_dir/ ikiwiki-tag-test/rendered/
+ echo '[[!taglink a_tag]]' > ikiwiki-tag-test/raw/a_dir/a_page.mdwn
+ ikiwiki --verbose --plugin tag --plugin autoindex --plugin mdwn --set autoindex_commit=0 --set tagbase=tag --set tag_autocreate=1 --set tag_autocreate_commit=0 ikiwiki-tag-test/raw/ ikiwiki-tag-test/rendered/
+ ls -al ikiwiki-tag-test/raw/.ikiwiki/transient/
+ ls -al ikiwiki-tag-test/rendered/tag/
+
+Shouldn't `ikiwiki-tag-test/raw/.ikiwiki/transient/tag.mdwn` and `ikiwiki-tag-test/rendered/tag/index.html` exist?