From b90f2f9d79c58644502a5c7b8f054e0803a9f829 Mon Sep 17 00:00:00 2001 From: Stan Hu Date: Wed, 5 Jan 2022 20:20:54 -0800 Subject: [PATCH] Fix gsutil rsync supported args This fixes a problem with -x no longer worked. Seen in https://gitlab.com/gitlab-com/www-gitlab-com/-/jobs/1946099171. --- patches/gsutil/rsync_gzip.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/patches/gsutil/rsync_gzip.patch b/patches/gsutil/rsync_gzip.patch index d5a27a5..3a42a0a 100644 --- a/patches/gsutil/rsync_gzip.patch +++ b/patches/gsutil/rsync_gzip.patch @@ -66,7 +66,7 @@ index 734a8dbf0..0897d74a5 100644 min_args=2, max_args=2, - supported_sub_args='a:cCdenpPriRuUx:j:J', -+ supported_sub_args='a:cCdenpPriRuUxz:Zj:J', ++ supported_sub_args='a:cCdenpPriRuUx:z:Zj:J', file_url_ok=True, provider_url_ok=False, urls_start_arg=0,