Commit 0edb2ef
committed
Don't use the full file path in the header of the generated config_keys.inc
file, because it leaks actual paths such as /home/rm/svn-1.14.5 into the
tarballs.
Instead, use the same approach already used by write_errno_table(), where the
header reads like "This file was generated by build/generator/gen_base.py".
* build/generator/gen_base.py
(write_config_keys): Don't use __file__ in the generated header.
git-svn-id: https://svn.apache.org/repos/asf/subversion/trunk@1936038 13f79535-47bb-0310-9956-ffa450edef681 parent 58d324c commit 0edb2ef
1 file changed
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
397 | 397 | | |
398 | 398 | | |
399 | 399 | | |
400 | | - | |
401 | | - | |
| 400 | + | |
402 | 401 | | |
403 | 402 | | |
404 | 403 | | |
| |||
0 commit comments