add sehistory config to be updated
This commit is contained in:
11
cfg/sehistory
Normal file
11
cfg/sehistory
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
[local]
|
||||||
|
uri=http://localhost:8086
|
||||||
|
bucket=sehistory
|
||||||
|
org=linse
|
||||||
|
token=lZpLL_FrPw3cgkeuOWo_DcwjFZerrVTa1QQk6bcjSOYgjQ8W0eyvsp4Z4FULvsz2XEWTZZ8OPengYfLaWU-gdA==
|
||||||
|
|
||||||
|
[central]
|
||||||
|
uri=http://linse-c:8086
|
||||||
|
bucket=sehistory
|
||||||
|
org=linse
|
||||||
|
token=ggo2cRoCIkgniXdUGi-s6oxXJPPDzgKEFHh6PXuBg1QQa3aBo36tGFP_6cf50FRNoDQgGcelh3xBM5QsVw4rHA==
|
@ -314,6 +314,7 @@ def do_feeder():
|
|||||||
"""history feeder"""
|
"""history feeder"""
|
||||||
if check_repo(home, 'sehistory', None, 'master'):
|
if check_repo(home, 'sehistory', None, 'master'):
|
||||||
do('git pull')
|
do('git pull')
|
||||||
|
docopy('cfg/sehistory', join(home, '.config', 'sehistory'))
|
||||||
|
|
||||||
|
|
||||||
def do_seweb():
|
def do_seweb():
|
||||||
|
Reference in New Issue
Block a user