Add core rsync() function

also `agent_sudo()` i guess, but that whole thing is decidedly less convenient
now than it used to be.  need to figure out a way to temporarily enable agent
forwarding from within the fabric, if possible...
This commit is contained in:
Lance Edgar 2019-09-09 14:19:26 -05:00
parent 7fe63b9f19
commit 74308b26a5
2 changed files with 31 additions and 14 deletions

View file

@ -2,7 +2,7 @@
################################################################################
#
# Rattail -- Retail Software Framework
# Copyright © 2010-2018 Lance Edgar
# Copyright © 2010-2019 Lance Edgar
#
# This file is part of Rattail.
#
@ -27,14 +27,13 @@ This package contains various tasks and associated functions for use with
Fabric deployment and maintenance.
"""
from __future__ import unicode_literals, absolute_import
from .core import (
get_debian_version,
get_ubuntu_version,
make_deploy,
make_system_user,
mkdir,
rsync,
set_timezone,
UNSPECIFIED,
)