]> sipb.mit.edu Git - ikiwiki.git/commitdiff
Bug: transient autocreated tagbase is not transient autoindexed: new
authorJoeRayhawk <JoeRayhawk@web>
Mon, 11 Apr 2011 21:49:45 +0000 (17:49 -0400)
committerJoey Hess <joey@kitenet.net>
Mon, 11 Apr 2011 21:49:45 +0000 (17:49 -0400)
doc/bugs/transient_autocreated_tagbase_is_not_transient_autoindexed.mdwn [new file with mode: 0644]

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 (file)
index 0000000..3eb1542
--- /dev/null
@@ -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?