georep: Fix python3 compatibility (configparser)
'%' needs special handling in config and also removed duplicate misspelled 'changelog-archive-format' config. Updates: #411 Change-Id: I33621a62bdf5f781ee62e6cedec0c2df3f5d70cf Signed-off-by: Kotresh HR <khiremat@redhat.com>
This commit is contained in:
parent
173e89a650
commit
62164ac0d2
@ -108,8 +108,8 @@ value=1
|
||||
type=int
|
||||
help=Minimum time interval in seconds for passive worker to become Active
|
||||
|
||||
[chnagelog-archive-format]
|
||||
value=%Y%m
|
||||
[changelog-archive-format]
|
||||
value=%%Y%%m
|
||||
help=Processed changelogs will be archived in working directory. Pattern for archive file
|
||||
|
||||
[use-meta-volume]
|
||||
@ -336,9 +336,6 @@ type=bool
|
||||
value=10
|
||||
type=int
|
||||
|
||||
[changelog-archive-format]
|
||||
value=%Y%m
|
||||
|
||||
[state_socket_unencoded]
|
||||
# Unused, For backward compatibility
|
||||
value=
|
||||
|
Loading…
x
Reference in New Issue
Block a user