Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revert "Adding logrotate configuration as a post-installation for gcsfuse package (deb/rpm)" #980

Merged
merged 1 commit into from Mar 1, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
95 changes: 0 additions & 95 deletions tools/log_rotate/install_script.sh

This file was deleted.

7 changes: 2 additions & 5 deletions tools/package_gcsfuse_docker/Dockerfile
Expand Up @@ -52,8 +52,7 @@ RUN fpm \
-d fuse \
--vendor "" \
--url "https://$GCSFUSE_REPO" \
--description "A user-space file system for Google Cloud Storage." \
--before-install "${GCSFUSE_PATH}/tools/log_rotate/install_script.sh"
--description "A user-space file system for Google Cloud Storage."
RUN fpm \
-s dir \
-t rpm \
Expand All @@ -63,6 +62,4 @@ RUN fpm \
-d fuse \
--vendor "" \
--url "https://$GCSFUSE_REPO" \
--description "A user-space file system for Google Cloud Storage." \
--before-install "${GCSFUSE_PATH}/tools/log_rotate/install_script.sh"

--description "A user-space file system for Google Cloud Storage."