Skip to content

Commit

Permalink
correct embedded repo exclusions
Browse files Browse the repository at this point in the history
  • Loading branch information
phalseth-hpe committed Jun 16, 2023
1 parent 8dc0ceb commit 5e0e98b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ if [[ "${EMBEDDED_REPO_ENABLED:-yes}" = "yes" ]]; then
| sort -u \
| grep -v gpg-pubkey \
| grep -v conntrack-1.1.x86_64 \
| grep -v libpython3_6m1_0-3.6.15-150300.10.45.1.x86_64 \
| grep -v libpython3_6m1_0-3.6.15-150300.10.48.1.x86_64 \
| grep -v python3-base-3.6.15-150300.10.48.1.x86_64 \
| "${ROOTDIR}/hack/gen-rpm-index.sh" \
> "${ROOTDIR}/rpm/embedded.yaml"
Expand Down

0 comments on commit 5e0e98b

Please sign in to comment.