[ARVADOS] updated: 1.3.0-2969-ga3624b057
Git user
git at public.arvados.org
Mon Nov 9 16:09:21 UTC 2020
Summary of changes:
cmd/arvados-dev/buildpackage.go | 2 +-
lib/install/deps.go | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
via a3624b05754ebffd3627dd8ff892049a0a9ce63e (commit)
via 4e97dd930075f9383b4b7bf506d772a20ed6eac7 (commit)
from e8d1a643cdbc3a5f4c0e5c745da58d9f7e1248d8 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit a3624b05754ebffd3627dd8ff892049a0a9ce63e
Author: Ward Vandewege <ward at curii.com>
Date: Mon Nov 9 11:07:29 2020 -0500
16306: really exclude /var/lib/arvados/go from the package, cf.
https://github.com/jordansissel/fpm/issues/900
Arvados-DCO-1.1-Signed-off-by: Ward Vandewege <ward at curii.com>
diff --git a/cmd/arvados-dev/buildpackage.go b/cmd/arvados-dev/buildpackage.go
index 00713550d..01e94a859 100644
--- a/cmd/arvados-dev/buildpackage.go
+++ b/cmd/arvados-dev/buildpackage.go
@@ -87,7 +87,7 @@ func (bldr *builder) run(ctx context.Context, prog string, args []string, stdin
cmd.Args = append(cmd.Args,
"--deb-use-file-permissions",
"--rpm-use-file-permissions",
- "--exclude", "/var/lib/arvados/go",
+ "--exclude", "var/lib/arvados/go",
"/var/lib/arvados",
"/var/www/.gem",
"/var/www/.passenger",
commit 4e97dd930075f9383b4b7bf506d772a20ed6eac7
Author: Ward Vandewege <ward at curii.com>
Date: Mon Nov 9 11:07:07 2020 -0500
16306: shut up bundle warnings about /var/www
Arvados-DCO-1.1-Signed-off-by: Ward Vandewege <ward at curii.com>
diff --git a/lib/install/deps.go b/lib/install/deps.go
index b39515cb1..3ff23d6e9 100644
--- a/lib/install/deps.go
+++ b/lib/install/deps.go
@@ -428,9 +428,9 @@ rm ${zip}
return 1
}
for _, cmdline := range [][]string{
- {"mkdir", "-p", "log", "tmp", ".bundle", "/var/www/.gem", "/var/www/.passenger"},
+ {"mkdir", "-p", "log", "tmp", ".bundle", "/var/www/.gem", "/var/www/.bundle", "/var/www/.passenger"},
{"touch", "log/production.log"},
- {"chown", "-R", "--from=root", "www-data:www-data", "/var/www/.gem", "/var/www/.passenger", "log", "tmp", ".bundle", "Gemfile.lock", "config.ru", "config/environment.rb"},
+ {"chown", "-R", "--from=root", "www-data:www-data", "/var/www/.gem", "/var/www/.bundle", "/var/www/.passenger", "log", "tmp", ".bundle", "Gemfile.lock", "config.ru", "config/environment.rb"},
{"sudo", "-u", "www-data", "/var/lib/arvados/bin/gem", "install", "--user", "--conservative", "--no-document", "bundler:1.16.6", "bundler:1.17.3", "bundler:2.0.2"},
{"sudo", "-u", "www-data", "/var/lib/arvados/bin/bundle", "install", "--deployment", "--jobs", "8", "--path", "/var/www/.gem"},
{"sudo", "-u", "www-data", "/var/lib/arvados/bin/bundle", "exec", "passenger-config", "build-native-support"},
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list