Skip to content

Releases: openSUSE-Rust/obs-service-cargo

v0.8.10

18 Nov 09:51
4c15d8e
Compare
Choose a tag to compare

Full Changelog: v0.8.9...v0.8.10

v0.8.9

17 Nov 05:56
bf1ce2c
Compare
Choose a tag to compare

Full Changelog: v0.8.8...v0.8.9

v0.8.8

17 Nov 05:08
2a340de
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.8.4...v0.8.8

v0.8.4

31 Oct 16:04
8275784
Compare
Choose a tag to compare

fix: also check attempt to vendor if it is also a workspace

Full Changelog: v0.8.3...v0.8.4

v0.8.3

31 Oct 15:33
17e993c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.8.2...v0.8.3

v0.8.2

31 Oct 13:01
5f52abf
Compare
Choose a tag to compare

Full Changelog: v0.8.1...v0.8.2

v0.8.1

31 Oct 12:57
8f4decd
Compare
Choose a tag to compare

small fix: skip vendor if vendor/ directory does not exist.
Full Changelog: v0.8.0...v0.8.1

v0.8.0

12 Oct 02:49
v0.8.0
19f4558
Compare
Choose a tag to compare

What's Changed

  • Cargo audit is now a no-op, vendor now triggers audit by @Firstyear in #50

Full Changelog: v0.7.5...v0.8.0

v0.7.5

11 Oct 12:58
v0.7.5
dc604e1
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.7.4...v0.7.5

v0.7.4

09 Oct 13:05
v0.7.4
4632713
Compare
Choose a tag to compare

fix: decompressed tarball may or may not have a top-level folder

Directory sources by default will also copy the source folder's top-level folder.

This is not true for archived tarballs because they may not have a top-level folder when the tarball was created.

In this commit, we will use an educated guess that if the extracted or decompressed tarball is unpacked to the temporary directory, we will count the number of files and directories. Of course, if there is ONLY one, it MUST be a folder. If it's a file, then we will handle and raise an error.