Adam Majer adamm
  • Joined on 2023-07-21
adamm commented on pull request git-workflow/autogits#181 2026-04-01 09:37:24 +02:00
new package approvals

This is rather large PR that contains many different things. I'll cherry-pick relevant changes for new package workflow into a different PR.

adamm commented on pull request git-workflow/autogits#181 2026-04-01 09:29:30 +02:00
new package approvals

So, the issue can be referenced different ways.

adamm pushed to main at dns/dnsdist 2026-03-31 19:19:08 +02:00
1dc807eb26 Actually remove unused patch
adamm pushed to main at dns/dnsdist 2026-03-31 18:58:19 +02:00
d95580e270 add bugzillas
adamm pushed to main at dns/dnsdist 2026-03-31 15:12:06 +02:00
2fab934a4f Update to 2.0.3
adamm commented on pull request dhcp/_ObsPrj#12 2026-03-31 14:43:43 +02:00
Forwarded PRs:

This PR should be closed ...

adamm commented on issue javascript/quickjs#1 2026-03-31 14:42:17 +02:00
package static lib according to standard

This is probably going to block the CVE fix that I've just accepted ... so should be fixed.

adamm commented on issue javascript/quickjs#1 2026-03-31 14:41:44 +02:00
package static lib according to standard

Basically, devel-static for static library instead of devel.

adamm merged pull request javascript/quickjs#4 2026-03-31 14:38:50 +02:00
Use upstream version of CVE fixes
adamm approved javascript/quickjs#4 2026-03-31 14:37:41 +02:00
Use upstream version of CVE fixes
adamm suggested changes for git-workflow/autogits#209 2026-03-31 14:12:23 +02:00
retry when git push fails due to changed remote

I think the strategy is to retry if git push fails to some reason instead of fails due being updated by another process (we do not know why it fails with this change). In general, parallel updates should never happen as the project git access is serialized. So the update must happen external to that somehow, if that's the cause.

adamm commented on pull request git-workflow/autogits#209 2026-03-31 14:12:23 +02:00
retry when git push fails due to changed remote

I think these are incorrect. remote is the remote, but branch I think is prjgitBranch. When you fetch from remote, you fetch all branches, but these are not reflected in the current checkout that presumably conflicts. This needs to be merged, so "pull" may be better with "-r true" to rebase current pending merge ontop.

adamm commented on pull request git-workflow/autogits#209 2026-03-31 14:12:23 +02:00
retry when git push fails due to changed remote

This is incorrect. You would need to compare HEAD vs. FETCH_HEAD here. prjgit.Base.Sha is the PR's merge-base and prjgit.Head.Sha would be the HEAD, but since in project git we always have a merge commit on top. Would be better comparisons here to use,

adamm pushed to main at nodejs/nodejs24 2026-03-30 18:39:58 +02:00
1b4a72b548 Update to 24.14.1
adamm pushed to main at dns/ldns 2026-03-30 10:48:35 +02:00
4b4d8db7b1 Add bug reference
adamm pushed to main at dns/ldns 2026-03-30 10:45:54 +02:00
02de1cfe71 Add 0001-Fix-illegal-redefinition-of-_Bool.patch
adamm merged pull request dns/ldns#1 2026-03-30 10:45:54 +02:00
Add 0001-Fix-illegal-redefinition-of-_Bool.patch (glibc-2.43 build fix)
adamm pushed to factory at adamm/gsl 2026-03-26 15:06:42 +01:00
096a4f2f23 Add changes file
ad93f0efc7 CVE-2024-50610 patch from Debian
6c81747091 use autosetup for individual patches
Compare 3 commits »
adamm created repository adamm/gsl 2026-03-26 14:32:34 +01:00