]> sipb.mit.edu Git - ikiwiki.git/commitdiff
cvs: Add missing bit to Automator.
authorJoey Hess <joey@gnu.kitenet.net>
Wed, 2 Dec 2009 22:22:42 +0000 (17:22 -0500)
committerJoey Hess <joey@gnu.kitenet.net>
Wed, 2 Dec 2009 22:22:42 +0000 (17:22 -0500)
IkiWiki/Setup/Automator.pm
debian/changelog

index d1594d7ea4b09d034ef1d8e65d88996cf65e5042..7af93e73c35ee0328590d6c7e37e36a09e72f99a 100644 (file)
@@ -72,6 +72,9 @@ sub import (@) {
                elsif ($config{rcs} eq 'mercurial') {
                        # TODO
                }
+               elsif ($config{rcs} eq 'cvs') {
+                       $config{cvs_wrapper}=$config{repository}."/CVSROOT/post-commit";
+               }
                else {
                        error sprintf(gettext("unsupported revision control system %s"),
                                $config{rcs});
index 1408e4dce6e61091d70d84c3dd98cbd8e6c91a4f..c693be51367d73b8a9b2d384c67a673ac8613209 100644 (file)
@@ -1,3 +1,9 @@
+ikiwiki (3.20091203) UNRELEASED; urgency=low
+
+  * cvs: Add missing bit to Automator.
+
+ -- Joey Hess <joeyh@debian.org>  Wed, 02 Dec 2009 17:22:21 -0500
+
 ikiwiki (3.20091202) unstable; urgency=low
 
   * meta: Generate meta description tags even when the html scrubber is