-
Notifications
You must be signed in to change notification settings - Fork 42
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
Conversation
- Documentation - Test file blobs
There was a problem hiding this 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/* |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice catch, thanks!
There was a problem hiding this 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 |
There was a problem hiding this comment.
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
No description provided.