diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2009-04-04 14:58:34 -0400 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2009-04-04 14:58:34 -0400 |
commit | 8a119839464fbfdf6fc3e8c302fa3d9cac7eab6b (patch) | |
tree | 84ce3d1425d5127e81475badc370ebdd43bc8749 /debian | |
parent | 90da6cc05ca92ab856b21eff1a35cfb7d84db5f6 (diff) | |
download | ikiwiki-8a119839464fbfdf6fc3e8c302fa3d9cac7eab6b.tar ikiwiki-8a119839464fbfdf6fc3e8c302fa3d9cac7eab6b.tar.gz |
Fix git test suite to use a bare repo.
This works around an enormous (and, in this context, enormously confusing)
message that git has begun to print when one attempts to push changes into
a non-bare repo.
As a bonus, it now tests whether ikiwiki-makerepo works.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 6c30c8ff5..fab20985d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -ikiwiki (3.09) UNRELEASED; urgency=low +ikiwiki (3.09) unstable; urgency=low * inline: Add title_natural sort order, using Sort::Naturally (chrysn) @@ -13,8 +13,9 @@ ikiwiki (3.09) UNRELEASED; urgency=low * Fix documentation of anonok_pagespec. Closes: #521793 * Add missing suggests on libtext-textile-perl. Closes: #522039 * recentchanges: change to using do=goto links for user links. + * Fix git test suite to use a bare repo. - -- Joey Hess <joeyh@debian.org> Thu, 19 Mar 2009 15:32:49 -0400 + -- Joey Hess <joeyh@debian.org> Sat, 04 Apr 2009 14:33:49 -0400 ikiwiki (3.08) unstable; urgency=low |