18947: Refactor arv-git-httpd as an arvados-server subcommand.
[arvados.git] / lib / install / deps.go
index 178d447c3fe957c15c4beff108fac9bca4239847..c6fba424d50d65a7bc2c109ebea6a2721c8c4809 100644 (file)
@@ -201,8 +201,10 @@ func (inst *installCommand) RunCommand(prog string, args []string, stdin io.Read
                        pkgs = append(pkgs, "squashfs-tools") // for singularity
                }
                switch {
-               case osv.Debian && osv.Major >= 10:
+               case osv.Debian && osv.Major >= 11:
                        pkgs = append(pkgs, "libcurl4", "perl-modules-5.32")
+               case osv.Debian && osv.Major >= 10:
+                       pkgs = append(pkgs, "libcurl4", "perl-modules")
                default:
                        pkgs = append(pkgs, "libcurl3", "perl-modules")
                }
@@ -521,13 +523,11 @@ yarn install
                for _, srcdir := range []string{
                        "cmd/arvados-client",
                        "cmd/arvados-server",
-                       "services/arv-git-httpd",
                        "services/crunch-dispatch-local",
                        "services/crunch-dispatch-slurm",
                        "services/health",
                        "services/keep-balance",
                        "services/keep-web",
-                       "services/keepproxy",
                        "services/keepstore",
                        "services/ws",
                } {