Zoltán Reegn
Zoltán Reegn
I'm also facing this issue. Interestingly if I set `always_keep_download = yes` it doesn't complain, so I think the flag check is botched and does the reverse of what it...
I'd also welcome it if there was a way to apply patch files through a post sync hook. Ideally it should just take regular patch files and apply them, ux...
We've managed to add full vendir lock file maintenance support to renovatebot. Renovate now runs all of our `vendir sync` commands and commits the vendored files and opens PR-s (https://github.com/renovatebot/renovate/pull/25113)....
I'm still experiencing the issue, go-git should be compatible with gitconfig.
I think this one is probably a duplicate of #110
Looking at go-git, there's a ton of gitconfig issues, which makes me question even using it vs. just shelling out to git. See https://github.com/go-git/go-git/issues/395 Would it make sense dropping go-git...
@jeshan maybe join forces with https://pypi.org/project/boto3-stubs ?
I guess this could be greatly improved with postgres using the LISTEN/NOTIFY feature coupled with triggers, no need to use persistent queues: https://www.postgresql.org/docs/current/sql-notify.html Example: https://medium.com/launchpad-lab/postgres-triggers-with-listen-notify-565b44ccd782 With sqlite it's a bit...
@stevehipwell sadly this PR does not seem to work because of a systemd issue. See https://github.com/awslabs/amazon-eks-ami/issues/1436#issuecomment-1729201589
Jenkins has a plugin to use CodeBuild as an agent: https://docs.aws.amazon.com/codebuild/latest/userguide/jenkins-plugin.html https://github.com/jenkinsci/aws-codebuild-plugin That could serve as inspiration on how to do it, since I'm guessing the API invocation is kind-of...