From 045881727819cc6e61f6bddd026211d156403269 Mon Sep 17 00:00:00 2001 From: Yadong Ding Date: Fri, 15 Dec 2023 14:43:10 +0800 Subject: [PATCH] chore: modify repo to dragonflyoss/nydus Signed-off-by: Yadong Ding --- Cargo.toml | 2 +- README.md | 2 +- api/Cargo.toml | 2 +- builder/Cargo.toml | 2 +- clib/Cargo.toml | 2 +- contrib/nydus-backend-proxy/Cargo.toml | 2 +- docs/nydus-design.md | 2 +- docs/nydus-fscache.md | 4 ++-- rafs/Cargo.toml | 2 +- rafs/src/lib.rs | 2 +- service/Cargo.toml | 2 +- storage/Cargo.toml | 2 +- upgrade/Cargo.toml | 2 +- utils/Cargo.toml | 2 +- 14 files changed, 15 insertions(+), 15 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 2730beff5ec..3f273da5db5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ description = "Nydus Image Service" authors = ["The Nydus Developers"] license = "Apache-2.0 OR BSD-3-Clause" homepage = "https://nydus.dev/" -repository = "https://github.com/dragonflyoss/image-service" +repository = "https://github.com/dragonflyoss/nydus" exclude = ["contrib/", "smoke/", "tests/"] edition = "2021" resolver = "2" diff --git a/README.md b/README.md index f48aa97c8a9..2f04045371e 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ [![Release Version](https://img.shields.io/github/v/release/dragonflyoss/nydus?style=flat)](https://github.com/dragonflyoss/nydus/releases) [![License](https://img.shields.io/crates/l/nydus-rs)](https://crates.io/crates/nydus-rs) [![Twitter](https://img.shields.io/twitter/url?style=social&url=https%3A%2F%2Ftwitter.com%2Fdragonfly_oss)](https://twitter.com/dragonfly_oss) -[![Nydus Stars](https://img.shields.io/github/stars/dragonflyoss/image-service?label=Nydus%20Stars&style=social)](https://github.com/dragonflyoss/image-service) +[![Nydus Stars](https://img.shields.io/github/stars/dragonflyoss/nydus?label=Nydus%20Stars&style=social)](https://github.com/dragonflyoss/nydus) [![Smoke Test](https://github.com/dragonflyoss/nydus/actions/workflows/smoke.yml/badge.svg?event=schedule)](https://github.com/dragonflyoss/nydus/actions/workflows/smoke.yml?query=event%3Aschedule) [![Image Conversion](https://github.com/dragonflyoss/nydus/actions/workflows/convert.yml/badge.svg?event=schedule)](https://github.com/dragonflyoss/nydus/actions/workflows/convert.yml?query=event%3Aschedule) diff --git a/api/Cargo.toml b/api/Cargo.toml index 93d711e47eb..3bd8c03a057 100644 --- a/api/Cargo.toml +++ b/api/Cargo.toml @@ -5,7 +5,7 @@ description = "APIs for Nydus Image Service" authors = ["The Nydus Developers"] license = "Apache-2.0 OR BSD-3-Clause" homepage = "https://nydus.dev/" -repository = "https://github.com/dragonflyoss/image-service" +repository = "https://github.com/dragonflyoss/nydus" edition = "2021" [dependencies] diff --git a/builder/Cargo.toml b/builder/Cargo.toml index d2a563a19c7..71823388990 100644 --- a/builder/Cargo.toml +++ b/builder/Cargo.toml @@ -5,7 +5,7 @@ description = "Nydus Image Builder" authors = ["The Nydus Developers"] license = "Apache-2.0" homepage = "https://nydus.dev/" -repository = "https://github.com/dragonflyoss/image-service" +repository = "https://github.com/dragonflyoss/nydus" edition = "2021" [dependencies] diff --git a/clib/Cargo.toml b/clib/Cargo.toml index cbc3bb73718..101f6046ef2 100644 --- a/clib/Cargo.toml +++ b/clib/Cargo.toml @@ -5,7 +5,7 @@ description = "C wrapper library for Nydus SDK" authors = ["The Nydus Developers"] license = "Apache-2.0" homepage = "https://nydus.dev/" -repository = "https://github.com/dragonflyoss/image-service" +repository = "https://github.com/dragonflyoss/nydus" edition = "2021" [lib] diff --git a/contrib/nydus-backend-proxy/Cargo.toml b/contrib/nydus-backend-proxy/Cargo.toml index 986d7d7101e..3da7f7b8104 100644 --- a/contrib/nydus-backend-proxy/Cargo.toml +++ b/contrib/nydus-backend-proxy/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" authors = ["The Nydus Developers"] description = "A simple HTTP server to provide a fake container registry for nydusd" homepage = "https://nydus.dev/" -repository = "https://github.com/dragonflyoss/image-service" +repository = "https://github.com/dragonflyoss/nydus" edition = "2021" license = "Apache-2.0" diff --git a/docs/nydus-design.md b/docs/nydus-design.md index 478033c9666..fe245e2d73a 100644 --- a/docs/nydus-design.md +++ b/docs/nydus-design.md @@ -2,7 +2,7 @@ # I. High Level Design ## 0. Overview -Dragonfly image service is named as `nydus`, [GitHub repo](https://github.com/dragonflyoss/image-service) +Dragonfly image service is named as `nydus`, [GitHub repo](https://github.com/dragonflyoss/nydus) Nydus consists of two parts, * a userspace filesystem called `rafs` on top of a container image format diff --git a/docs/nydus-fscache.md b/docs/nydus-fscache.md index 08dccc08d44..4e3a6252c08 100644 --- a/docs/nydus-fscache.md +++ b/docs/nydus-fscache.md @@ -83,12 +83,12 @@ sudo lsof /dev/cachefiles 1. Make sure you have installed _rust 1.52.1_ version and golang. 2. Check out the latest nydus source code with \ -``git clone https://github.com/dragonflyoss/image-service.git`` +``git clone https://github.com/dragonflyoss/nydus.git`` 3. Build nydusd and nydus-image with ``` bash -cd image-service +cd nydus make release ``` diff --git a/rafs/Cargo.toml b/rafs/Cargo.toml index bc6564ddec2..d6e3872c924 100644 --- a/rafs/Cargo.toml +++ b/rafs/Cargo.toml @@ -5,7 +5,7 @@ description = "The RAFS filesystem format for Nydus Image Service" authors = ["The Nydus Developers"] license = "Apache-2.0 OR BSD-3-Clause" homepage = "https://nydus.dev/" -repository = "https://github.com/dragonflyoss/image-service" +repository = "https://github.com/dragonflyoss/nydus" edition = "2021" [dependencies] diff --git a/rafs/src/lib.rs b/rafs/src/lib.rs index fad578b7f6b..0ab948030ac 100644 --- a/rafs/src/lib.rs +++ b/rafs/src/lib.rs @@ -26,7 +26,7 @@ //! - [metadata](metadata/index.html): defines and accesses Rafs filesystem metadata. //! //! For more information, please refer to -//! [Dragonfly Image Service](https://github.com/dragonflyoss/image-service) +//! [Dragonfly Image Service](https://github.com/dragonflyoss/nydus) #[macro_use] extern crate log; diff --git a/service/Cargo.toml b/service/Cargo.toml index 4634751bf38..74fee2af621 100644 --- a/service/Cargo.toml +++ b/service/Cargo.toml @@ -5,7 +5,7 @@ description = "Nydus Image Service Manager" authors = ["The Nydus Developers"] license = "Apache-2.0" homepage = "https://nydus.dev/" -repository = "https://github.com/dragonflyoss/image-service" +repository = "https://github.com/dragonflyoss/nydus" edition = "2021" resolver = "2" diff --git a/storage/Cargo.toml b/storage/Cargo.toml index d622d49300c..44197ec108f 100644 --- a/storage/Cargo.toml +++ b/storage/Cargo.toml @@ -5,7 +5,7 @@ description = "Storage subsystem for Nydus Image Service" authors = ["The Nydus Developers"] license = "Apache-2.0 OR BSD-3-Clause" homepage = "https://nydus.dev/" -repository = "https://github.com/dragonflyoss/image-service" +repository = "https://github.com/dragonflyoss/nydus" edition = "2021" [dependencies] diff --git a/upgrade/Cargo.toml b/upgrade/Cargo.toml index 9b13902cae5..909a2b53874 100644 --- a/upgrade/Cargo.toml +++ b/upgrade/Cargo.toml @@ -5,7 +5,7 @@ description = "Nydus Daemon Upgrade" authors = ["The Nydus Developers"] license = "Apache-2.0" homepage = "https://nydus.dev/" -repository = "https://github.com/dragonflyoss/image-service" +repository = "https://github.com/dragonflyoss/nydus" edition = "2021" [dependencies] diff --git a/utils/Cargo.toml b/utils/Cargo.toml index cffb2b984f4..7fa381d2c68 100644 --- a/utils/Cargo.toml +++ b/utils/Cargo.toml @@ -5,7 +5,7 @@ description = "Utilities and helpers for Nydus Image Service" authors = ["The Nydus Developers"] license = "Apache-2.0 OR BSD-3-Clause" homepage = "https://nydus.dev/" -repository = "https://github.com/dragonflyoss/image-service" +repository = "https://github.com/dragonflyoss/nydus" edition = "2021" [dependencies]