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

updated to 5.3.7 + some commits you may integrate if you want #1

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

updated to 5.3.7 + some commits you may integrate if you want #1

wants to merge 4 commits into from

Conversation

TestudoAquatilis
Copy link

Some comments about the commits:

  • d79dcb9: gitignore (less status printouts in case you just run makepkg within a local repository)
  • 1a185d4: for some reason gzipped patches are not extracted by makepkg on my system (anymore?) - so I changed the line to zcat | git apply - hoping that I am not the only one affected
  • 1a185d4: related to running makepkg within the repository: I just had to learn that git apply just silently fails in case it is run in an unrelated git repository (e.g. the PKGBUILD git here) - this should make it safe.
  • 82e9ad4: the actual 5.3.7 update. The main work (which might want a review) is in 92-mvebu-gpio-remove-hardcoded-timer-assignment.patch.

git apply does not work as expected when running
within a subdirectory of a git repository.
Workaround from here:
cweagans/composer-patches#174
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.

None yet

1 participant