move frappy and seweb to gitlab

This commit is contained in:
2025-05-08 11:32:08 +02:00
parent 08afad6b4d
commit 6d46f2ccd3

View File

@ -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')