Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
Signed-off-by: Liran Rotenberg <[email protected]>
  • Loading branch information
liranr23 committed Jun 19, 2024
1 parent e722c42 commit bc1ffe3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions rpm/stream8-repo.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
repositories:
- arch: x86_64
baseurl: http://mirror.centos.org/centos/8-stream/BaseOS/x86_64/os/
baseurl: http://vault.centos.org/centos/8-stream/BaseOS/x86_64/os/
name: centos/stream8-baseos-x86_64
gpgkey: https://www.centos.org/keys/RPM-GPG-KEY-CentOS-Official
- arch: x86_64
baseurl: http://mirror.centos.org/centos/8-stream/AppStream/x86_64/os/
baseurl: http://vault.centos.org/centos/8-stream/AppStream/x86_64/os/
name: centos/stream8-appstream-x86_64
gpgkey: https://www.centos.org/keys/RPM-GPG-KEY-CentOS-Official
2 changes: 1 addition & 1 deletion virt-v2v/warm/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ rpmtree(
"@jansson-0__2.14-1.el8.x86_64//rpm",
"@json-c-0__0.13.1-3.el8.x86_64//rpm",
"@json-glib-0__1.4.4-1.el8.x86_64//rpm",
"@kernel-core-0__4.18.0-553.5.1.el8.x86_64//rpm",
"@kernel-core-0__4.18.0-553.6.1.el8.x86_64//rpm",
"@keyutils-0__1.5.10-9.el8.x86_64//rpm",
"@keyutils-libs-0__1.5.10-9.el8.x86_64//rpm",
"@kmod-0__25-20.el8.x86_64//rpm",
Expand Down
6 changes: 3 additions & 3 deletions virt-v2v/warm/WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -955,10 +955,10 @@ rpm(
)

rpm(
name = "kernel-core-0__4.18.0-553.5.1.el8.x86_64",
sha256 = "a54a00fbf339b93749cc683526707f429e8800b2bedcf51b9b53fc56d95b8e5f",
name = "kernel-core-0__4.18.0-553.6.1.el8.x86_64",
sha256 = "5606355733a4fbfdf7e9e646a8fd3f796a56b2cf6e1ab72829d45dfa97d927cf",
urls = [
"http://mirror.centos.org/centos/8-stream/BaseOS/x86_64/os/Packages/kernel-core-4.18.0-553.5.1.el8.x86_64.rpm",
"http://vault.centos.org/centos/8-stream/BaseOS/x86_64/os/Packages/kernel-core-4.18.0-553.6.1.el8.x86_64.rpm",
],
)

Expand Down

0 comments on commit bc1ffe3

Please sign in to comment.