Update clone URL for byjove
This commit is contained in:
parent
cfba5425a1
commit
dc5556651f
|
@ -2,7 +2,7 @@
|
||||||
################################################################################
|
################################################################################
|
||||||
#
|
#
|
||||||
# Rattail -- Retail Software Framework
|
# Rattail -- Retail Software Framework
|
||||||
# Copyright © 2010-2021 Lance Edgar
|
# Copyright © 2010-2023 Lance Edgar
|
||||||
#
|
#
|
||||||
# This file is part of Rattail.
|
# This file is part of Rattail.
|
||||||
#
|
#
|
||||||
|
@ -33,7 +33,7 @@ def install_from_source(c, user='rattail'):
|
||||||
"""
|
"""
|
||||||
if not exists(c, '/usr/local/src/byjove'):
|
if not exists(c, '/usr/local/src/byjove'):
|
||||||
mkdir(c, '/usr/local/src/byjove', use_sudo=True, owner=user)
|
mkdir(c, '/usr/local/src/byjove', use_sudo=True, owner=user)
|
||||||
c.sudo('git clone https://rattailproject.org/git/byjove.git /usr/local/src/byjove',
|
c.sudo('git clone https://kallithea.rattailproject.org/rattail-project/byjove /usr/local/src/byjove',
|
||||||
user=user)
|
user=user)
|
||||||
c.sudo("bash -l -c 'cd /usr/local/src/byjove; npm link'",
|
c.sudo("bash -l -c 'cd /usr/local/src/byjove; npm link'",
|
||||||
user=user)
|
user=user)
|
||||||
|
|
Loading…
Reference in a new issue