diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..37e050b --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/gix-worktree-stream-0.6.0.crate diff --git a/.rust-gix-worktree-stream.metadata b/.rust-gix-worktree-stream.metadata index e69de29..286f7c6 100644 --- a/.rust-gix-worktree-stream.metadata +++ b/.rust-gix-worktree-stream.metadata @@ -0,0 +1 @@ +9c7655094d7cf9c0803a6d9c3acd1b9356f00cbc SOURCES/gix-worktree-stream-0.6.0.crate diff --git a/SOURCES/gix-worktree-stream-0.6.0.crate b/SOURCES/gix-worktree-stream-0.6.0.crate deleted file mode 100644 index 59d5172..0000000 Binary files a/SOURCES/gix-worktree-stream-0.6.0.crate and /dev/null differ diff --git a/SOURCES/rust2rpm.toml b/SOURCES/rust2rpm.toml new file mode 100644 index 0000000..257966b --- /dev/null +++ b/SOURCES/rust2rpm.toml @@ -0,0 +1,6 @@ +[tests] +run = ["none"] +comments = [ + "Deactivate tests because of a missing dev-dependency (gix-testtools)", + "See https://github.com/Byron/gitoxide/discussions/900 for more information" +]