15730: Add rsync dependency in dev/test env.
authorTom Clegg <tom@curii.com>
Wed, 4 May 2022 20:46:45 +0000 (16:46 -0400)
committerTom Clegg <tom@curii.com>
Wed, 4 May 2022 20:46:45 +0000 (16:46 -0400)
Now needed by arvados-server boot to run passenger in test mode.

Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tom@curii.com>

lib/install/deps.go

index 62b295a1f1dca79b58d6fe4cab0f98c6b9be8b7f..ae9327696e029b4fa432a8fadeccc00f42037771 100644 (file)
@@ -138,7 +138,6 @@ func (inst *installCommand) RunCommand(prog string, args []string, stdin io.Read
                pkgs = append(pkgs,
                        "dpkg-dev",
                        "eatmydata", // install it for later steps, even if we're not using it now
                pkgs = append(pkgs,
                        "dpkg-dev",
                        "eatmydata", // install it for later steps, even if we're not using it now
-                       "rsync",
                )
        }
 
                )
        }
 
@@ -185,6 +184,7 @@ func (inst *installCommand) RunCommand(prog string, args []string, stdin io.Read
                        "r-cran-markdown",
                        "r-cran-roxygen2",
                        "r-cran-xml",
                        "r-cran-markdown",
                        "r-cran-roxygen2",
                        "r-cran-xml",
+                       "rsync",
                        "sudo",
                        "uuid-dev",
                        "wget",
                        "sudo",
                        "uuid-dev",
                        "wget",