diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..c964851 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/gix-index-0.26.0.crate diff --git a/.rust-gix-index.metadata b/.rust-gix-index.metadata index e69de29..bbca023 100644 --- a/.rust-gix-index.metadata +++ b/.rust-gix-index.metadata @@ -0,0 +1 @@ +953a0d54bb09ca2edfb3846392157172f34f36da SOURCES/gix-index-0.26.0.crate diff --git a/SOURCES/gix-index-0.26.0.crate b/SOURCES/gix-index-0.26.0.crate deleted file mode 100644 index ea1e63b..0000000 Binary files a/SOURCES/gix-index-0.26.0.crate and /dev/null differ diff --git a/SOURCES/rust2rpm.toml b/SOURCES/rust2rpm.toml new file mode 100644 index 0000000..1ca47fd --- /dev/null +++ b/SOURCES/rust2rpm.toml @@ -0,0 +1,6 @@ +[package] +summary = "Git index file implementation used by gix" + +[tests] +skip = ["entry_by_path_with_conflicting_file", "size_of_entry", "size_of_tree"] +comments = ["Skip test that requires a not published file (tests/ directory is not published with the crate)"]