-
Notifications
You must be signed in to change notification settings - Fork 62
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
Implement support for Forgejo comments and reactions on it #883
Comments
Hello, @lbarcziova |
hi @julietowah , I have assigned you, feel free to ask if anything is unclear :) |
Ok thank you Am on it |
Hello, @lbarcziova i am done with implementing the methods for this issue but the building of the test image following the documentation is where i gut stuck. i installed the ansible-bender but when i run ansible-bender build --build-volumes /home/juliet/ogr:/src:Z -- ./recipe.yaml fedora:latest ogr
16:32:50.660 utils.py ERROR Resolved "fedora" as an alias (/etc/containers/registries.conf.d/shortnames.conf)
16:32:50.661 utils.py ERROR Trying to pull registry.fedoraproject.org/fedora:latest...
16:33:04.344 utils.py ERROR Getting image source signatures
16:33:04.348 utils.py ERROR Copying blob sha256:bfa20db43df552b1a9d230d4c98ed9c96893c8334b7af253dbcae4174b16718a
16:33:12.850 utils.py ERROR Copying blob sha256:bfa20db43df552b1a9d230d4c98ed9c96893c8334b7af253dbcae4174b16718a
16:33:40.052 utils.py ERROR Copying config sha256:3acda6fe1bd0793ef63e491cefc392410d34d76f91018b741b2d35415d98514e
16:33:40.057 utils.py ERROR Writing manifest to image destination
16:33:40.057 utils.py ERROR Storing signatures
16:33:44.260 buildah_builder.py ERROR couldn't locate python interpreter, tried these paths: ('/usr/bin/python3', '/usr/local/bin/python3', '/usr/bin/python3.7', '/usr/bin/python37', '/usr/bin/python3.6', '/usr/bin/python36', '/usr/bin/python2', '/usr/local/bin/python2', '/usr/bin/python', '/usr/local/bin/python', '/usr/libexec/platform-python')
There was an error during execution: no python interpreter was found in the base image "fedora:latest", you can specify the path via CLI option --python-interpreter
make: *** [Makefile:9: build-test-image] Error 2 ```
please can you help me to setup the test image file
|
$ which python3 PS: please format code blocks like ```
Long list of code
With multiple lines
``` |
Ok with the formatted text it's a bit clearer, the missing python interpreter is in the $ make BASE_IMAGE=fedora:40 build-test-image If others are able to run it normally though there is an error somewhere before that in |
No, it looks like starting with Fedora 41 the container images don't have |
There is a long open upstream issue about that: ansible-community/ansible-bender#49
|
please @LecrisUT can you make out time to look at my codebase i cant get the test right i think my setup is messed up following the documentation in https://github.com/packit/contributing i installed the dependencies maybe i missed a step because i encountered this
when i run: make check-in-container |
It seems the image is missing |
Yes i thought as much |
Comment
andReaction
Client usage docs: https://codeberg.org/harabat/pyforgejo#usage
Part of #866
The text was updated successfully, but these errors were encountered: