1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38
|
hobbit-plugins (20131022) unstable; urgency=low
The dirtyvcs plugin now also runs "git fsck" by default on (non-bare)
git repositories. This may cause quite some I/O or memory usage on big
repositories (i.e. with several hundered MB in .git) and hence unwanted
additional load on the system.
You can disable the running of "git fsck" per repository by either
creating an (possibly empty) file named ".dirtyvcs_no_fsck" in the
repository (check it in or list it in .gitignore) or a file named
".dirtyvcs_no_fsck" inside the .git subdirectory (i.e. a file local to
the working copy which is not checked in).
-- Axel Beckert <abe@debian.org> Wed, 12 Dec 2012 18:48:34 +0100
hobbit-plugins (20120531) unstable; urgency=low
The included IRC bot has been migrated to use POE::Component::IRC
instead of the unfortunately deprecated Net::IRC. You may need to
install the appropriate dependencies (which are in the Suggests part of
the package's dependencies). See http://bugs.debian.org/640209 for the
discussion.
As of this writing AutoJoin is activated, but does not seem to work.
-- Axel Beckert <abe@debian.org> Tue, 22 May 2012 11:38:05 +0200
hobbit-plugins (20110311) unstable; urgency=low
To work properly the dirtyvcs check needs at least read access, in case
of (at least) git also write access (for locking the repository) to the
working copy.
The libs check uses sudo now to gain root permissions. Newer kernel versions
do not allow lsof anymore to access other users' file lists.
-- Christoph Berg <myon@debian.org> Fri, 11 Mar 2011 11:23:49 +0100
|