On Thu, Dec 18, 2025 at 01:45:24PM +0100, Markus Armbruster wrote:
> Which unmaintained files are we still changing?  Unmaintained files
> sorted by number of commits in the past year (since v9.2.0):
> 
>     $ for i in `cat unmaintained-files`; do echo -n "$i "; git-rev-list 
> v9.2.0.. $i | wc -l; done | awk '{ printf "%7d %s\n", $2, $1 }' | sort -rn
> 
>     107 tests/functional/meson.build

Opps, that's a mistake. It should of course be under the
general maint heading "Functional testing framework"


With regards,
Daniel
-- 
|: https://berrange.com      -o-    https://www.flickr.com/photos/dberrange :|
|: https://libvirt.org         -o-            https://fstop138.berrange.com :|
|: https://entangle-photo.org    -o-    https://www.instagram.com/dberrange :|


Reply via email to