Alexander Todorov

Results 184 comments of Alexander Todorov

@tkoscieln can you execute the new so called GA pipeline and post a link here so we can compare the results ?

> How the pipeline looked before: https://gitlab.com/redhat/services/products/image-builder/ci/osbuild-composer/-/pipelines/1348643668 (from pull #4232) - **217 test jobs** > How it looks now after I re-added some of the test cases: https://gitlab.com/redhat/services/products/image-builder/ci/osbuild-composer/-/pipelines/1347426312 **^^^ 271...

> > > How the pipeline looked before: > > **^^^ 271 test jobs** - quite a lot more actually. > > This number includes some cancelled jobs, so I...

Is your config file named `pelicanconfg.py` or `pelicanconf.py` ? Also check if `publishconf.py` doesn't override these settings. If possible upload your config files to take a look.

See: https://github.com/gilsondev/pelican-clean-blog/blob/master/templates/base.html#L159 which branch/repo are you looking at ? Are you by any chance using something old ?

For example: , "homepage": "http://example.com" , "repository": { "type": "git", "url": "git://github.com/user/project.git" } So that people can easily find out the project location and source code.

> change > > from storages.backends import s3boto > > to > > from storages.backends.s3boto3 import S3Boto3Storage > > replace > > s3boto.S3BotoStorage > > with > > S3Boto3Storage >...

Well, send this pull request over here.

> (I can't find documentation about this, but I ran into a similar issues years ago) Sadly I wasn't able to find documentation either and trying to set ``` permissions:...

> GitHub probably assumes that the push comes from a GitHub App, but GitHub Actions is not the same as a GitHub App. FTR I think in this case GitHub...