Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Regenerate more stuff for grub 2.06 #486

Merged
merged 2 commits into from
Dec 21, 2024
Merged

Regenerate more stuff for grub 2.06 #486

merged 2 commits into from
Dec 21, 2024

Conversation

fosslinux
Copy link
Owner

No description provided.

- Documentation
- Test file blobs
Copy link
Collaborator

@Googulator Googulator left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Any idea about the CI failures? Change on GitHub's side perhaps?

@@ -18,8 +18,14 @@ src_prepare() {
patch -d grub-core/lib/gnulib -p2 < "grub-core/lib/gnulib-patches/$patchname.patch"
done

# remove unauditable blobs (xz-style attack counter)
rm tests/dfly-mbr* tests/file_filter/*
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice catch, thanks!

Copy link
Collaborator

@stikonas stikonas left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good though we need to sort out CI mess.

./autogen.sh

rm po/*.gmo po/exclude.pot
find . -name "*.info*" -delete
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

interestingly I've recently learned that find . -name "*.info*" -delete can be replaced by find -name "*.info*" -delete but oh well...

Merge CI fixes into grub-fixup
@stikonas stikonas merged commit 4eceb77 into master Dec 21, 2024
7 checks passed
@stikonas stikonas deleted the grub-fixup branch December 21, 2024 13:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants