YunoHost-Apps / gitea_ynh

Gitea is a fork of Gogs. A git platform, Mirror of https://framagit.org/YunoHost-Apps/gitea_ynh
https://gitea.io
MIT License
22 stars 17 forks source link

Can't install 1.16.1 #40

Closed ndarilek closed 2 years ago

ndarilek commented 2 years ago

How to post a meaningful bug report

  1. Read this whole template first.
  2. Determine if you are on the right place:
    • If you were performing an action on the app from the webadmin or the CLI (install, update, backup, restore, change_url...), you are on the right place!
    • Otherwise, the issue may be due to the app itself. Refer to its documentation or repository for help.
    • When in doubt, post here and we will figure it out together.
  3. Delete the italic comments as you write over them below, and remove this guide.

Describe the bug

Tried installing the testing version of 1.16.1, and get the following error:

Info: [################++..] > Removing fail2ban configuration...                                                                    
Info: '/etc/fail2ban/jail.d/gitea.conf' wasn't deleted because it doesn't exist.                                                     
Info: '/etc/fail2ban/filter.d/gitea.conf' wasn't deleted because it doesn't exist.                                                   

Here's the full log.

Context

Steps to reproduce

$ yunohost app install https://github.com/YunoHost-Apps/gitea_ynh/tree/testing 

Fresh installation as of this morning.

Expected behavior

A clear and concise description of what you expected to happen. You can remove this section if the command above is enough to understand your intent.

The app installs.

Logs

When an operation fails, YunoHost provides a simple way to share the logs.

After sharing the log, please copypaste directly the link provided by YunoHost (to help readability, no need to copypaste the entire content of the log here, just the link is enough...)

If applicable and useful, add screenshots to help explain your problem. https://paste.yunohost.org/raw/jinogewabi

Josue-T commented 2 years ago

Hello I've fixed the issue with the commit 9d7d717. Could you try again ?

ndarilek commented 2 years ago

Confirmed working. Thanks!