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

chore: rename in preparation for publishing #1277

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[package]
name = "fuser"
name = "mountpoint-s3-fuser"
description = "Filesystem in Userspace (FUSE) for Rust"
license = "MIT"
repository = "https://github.com/cberner/fuser"
repository = "https://github.com/awslabs/mountpoint-s3/tree/fuser/fork"
documentation = "https://docs.rs/fuser"
homepage = "https://github.com/cberner/fuser"
homepage = "https://github.com/awslabs/mountpoint-s3/tree/fuser/fork"
version = "0.15.1"
edition = "2021"
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This is a fork of the excellent [`fuser`](https://github.com/cberner/fuser) Rust

This fork should be maintained in the `fuser/fork` branch of the [awslabs/mountpoint-s3 repository on GitHub](https://github.com/awslabs/mountpoint-s3/tree/main/vendor/fuser).

To pull in new changes from upstream, you should fetch and rebase the changes locally and then force push to the `fuser/fork` branch (- not ideal!).
To pull in new changes from upstream, you should fetch the original and rebase the changes locally onto the latest [tag](https://github.com/cberner/fuser/tags) and then force push to the `fuser/fork` branch (- not ideal!).
Once the `fuser/fork` branch is as desired, create a new branch from Mountpoint's `main` branch.
Run the [`vendor-fuser.sh` script](https://github.com/awslabs/mountpoint-s3/blob/main/vendor-fuser.sh).
You should open a pull request with the new commit created by the script.
Expand Down
1 change: 1 addition & 0 deletions mountpoint-s3-crt-sys/crt/aws-c-auth
Submodule aws-c-auth added at b513db
1 change: 1 addition & 0 deletions mountpoint-s3-crt-sys/crt/aws-c-cal
Submodule aws-c-cal added at 7299c6
1 change: 1 addition & 0 deletions mountpoint-s3-crt-sys/crt/aws-c-common
Submodule aws-c-common added at 0e7637
1 change: 1 addition & 0 deletions mountpoint-s3-crt-sys/crt/aws-c-compression
Submodule aws-c-compression added at f951ab
1 change: 1 addition & 0 deletions mountpoint-s3-crt-sys/crt/aws-c-http
Submodule aws-c-http added at 590c7b
1 change: 1 addition & 0 deletions mountpoint-s3-crt-sys/crt/aws-c-io
Submodule aws-c-io added at 3041da
1 change: 1 addition & 0 deletions mountpoint-s3-crt-sys/crt/aws-c-s3
Submodule aws-c-s3 added at 6eb8be
1 change: 1 addition & 0 deletions mountpoint-s3-crt-sys/crt/aws-c-sdkutils
Submodule aws-c-sdkutils added at ba6a28
1 change: 1 addition & 0 deletions mountpoint-s3-crt-sys/crt/aws-checksums
Submodule aws-checksums added at fb8bd0
1 change: 1 addition & 0 deletions mountpoint-s3-crt-sys/crt/aws-lc
Submodule aws-lc added at 138a6a
1 change: 1 addition & 0 deletions mountpoint-s3-crt-sys/crt/s2n-tls
Submodule s2n-tls added at 6cc9f5
1 change: 1 addition & 0 deletions mountpoint-s3-fuser
Submodule mountpoint-s3-fuser added at df283c
Loading