Skip to content

Commit

Permalink
don't need to install rclone locally
Browse files Browse the repository at this point in the history
  • Loading branch information
robnagler committed Oct 18, 2023
1 parent 9216c06 commit 31072e4
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions rsconf/component/rsaccounting.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,6 @@ def internal_build_compile(self):
from rsconf.component import docker_registry

self.buildt.require_component("nginx")
# much newer rclone than centos 7 version
v = "1.64.0"
self.append_root_bash(
f"rsconf_yum_install_url rclone-{v}-1 https://downloads.rclone.org/v{v}/rclone-v{v}-linux-amd64.rpm",
)
jc, z = self.j2_ctx_init()
z._run_u = jc.rsconf_db.run_u
self.__run_d = systemd.docker_unit_prepare(
Expand Down

0 comments on commit 31072e4

Please sign in to comment.