move frappy and seweb to gitlab
This commit is contained in:
@ -272,7 +272,7 @@ def do_frappy():
|
||||
frappydir = join(home, 'frappy')
|
||||
if exists(frappydir) and not exists(join(frappydir, '.git')):
|
||||
do('rm -rf %s' % frappydir)
|
||||
if check_repo(home, 'frappy', 'gitlab'):
|
||||
if check_repo(home, 'frappy'):
|
||||
do('git pull')
|
||||
if exists(join(frappydir, '.git')):
|
||||
sys.path.extend(glob(f'{nicosenv}/lib/*/site-packages'))
|
||||
@ -309,7 +309,7 @@ def do_feeder():
|
||||
|
||||
def do_seweb():
|
||||
"""SE web client"""
|
||||
if check_repo(home, 'seweb', 'gitlab', 'master'):
|
||||
if check_repo(home, 'seweb', None, 'master'):
|
||||
do('git pull')
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user