Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: ffgan/bazeldnf

Tags

v0.5.9-4

Toggle v0.5.9-4's commit message

Verified

This commit was signed with the committer’s verified signature.
cherry-pick zstd support commit

Signed-off-by: ffgan <[email protected]>

v0.5.9-3

Toggle v0.5.9-3's commit message

Verified

This commit was signed with the committer’s verified signature.
Add support for the riscv64 platform

Upgrade rules_go to v0.59.0 to enable riscv64 platform support

Co-authored by: [email protected];

Signed-off-by: ffgan <[email protected]>

v0.7.0

Toggle v0.7.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request rmohr#165 from aszady/ignored/req

Remove incorrect dependency ignore check

test-rv64-build

Toggle test-rv64-build's commit message

Verified

This commit was signed with the committer’s verified signature.
Comment out version tag pattern in release workflow

Signed-off-by: ffgan <[email protected]>

v0.6.0

Toggle v0.6.0's commit message

Verified

This commit was signed with the committer’s verified signature.
Update integrity hash for linux-riscv64 architecture

Signed-off-by: ffgan <[email protected]>

v0.5.9-2

Toggle v0.5.9-2's commit message
Fix capabilities concatenation in xattr

By accident arrays of capabilities were added insteads of strings.

Fixes errors like

```
ERROR: /usr/local/google/home/rmohr/gerrit/kubevirt/cmd/virt-launcher/BUILD.bazel:73:7: in _xattrs rule //cmd/virt-launcher:blub:
Traceback (most recent call last):
	File "/usr/local/google/home/rmohr/.cache/bazel/_bazel_rmohr/4c1501bf8a3fa32b59ed554fc2f4f732/external/bazeldnf/internal/xattrs.bzl", line 28, column 44, in _xattrs_impl
		args += ["--capabilities", ",".join(capabilities)]
Error in join: expected string for sequence element 0, got 'list'
```

Signed-off-by: Roman Mohr <[email protected]>

v0.5.9-1

Toggle v0.5.9-1's commit message
Make xattr more flexible on different tar formats

Newer bazel versions tar archives do not always start with `./` anymore
but have just no prefix. Ensure that xattr can deal with paths starting
with `./` but also without a prefix.

Signed-off-by: Roman Mohr <[email protected]>

v0.7.0alpha4

Toggle v0.7.0alpha4's commit message

Verified

This commit was signed with the committer’s verified signature.
add rv64 test

v0.7.0-alpha3

Toggle v0.7.0-alpha3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request rmohr#137 from rmohr/xattrs1

Make xattr more flexible on different tar formats

v0.99.0-r2

Toggle v0.99.0-r2's commit message
Add auth_patterns support to RPM rule

Sometimes RPM rules are on non-private locations. Add .netrc support to
RPM rules.

Signed-off-by: Roman Mohr <[email protected]>