Daniel Gruno <humbedooh@apache.org> (humbedooh)


Patch
r1927075, r1701031, r1701030, r1701029, r1507698

r1507698 | humbedooh | 2013-07-27 18:30:22 +0000 (Sat, 27 Jul 2013)

COMMITTERS: Adding myself for some svnpubsub docu work. +1'd by gstein

r1701029 | humbedooh | 2015-09-03 14:19:55 +0000 (Thu, 03 Sep 2015)

try fixing /download with a RewriteRule instead.

r1701030 | humbedooh | 2015-09-03 14:23:13 +0000 (Thu, 03 Sep 2015)

is this thing on?

r1701031 | humbedooh | 2015-09-03 14:24:11 +0000 (Thu, 03 Sep 2015)

if content neg is going on, maybe we can trick it?

r1927075 | brane | 2025-07-08 13:04:26 +0000 (Tue, 08 Jul 2025)

PR #33: Fix a bug in mailer.py caused by improper user of dict.update().

* tools/hook-scripts/mailer/mailer.py
  (Config._prep_groups::repos_params): If there's a match for the
   repository configuration, copy the defaults dict and update it
   in place before returning the new dict.

Patch by: humbedooh