YunoHost-Apps / openproject_ynh

OpenProject instanciation for YunoHost
GNU Affero General Public License v3.0
4 stars 2 forks source link

Update to v13 #7

Closed Dazeilad closed 4 months ago

Dazeilad commented 11 months ago

Problem

Solution

PR Status

Automatic tests

Automatic tests can be triggered on https://ci-apps-dev.yunohost.org/ after creating the PR, by commenting "!testme", "!gogogadgetoci" or "By the power of systemd, I invoke The Great App CI to test this Pull Request!". (N.B. : for this to work you need to be a member of the Yunohost-Apps organization)

Dazeilad commented 10 months ago

@ericgaspar @yalh76 I don't know if you are actually in charge of this package, but could you process this PR ? I tested it manually, the new version seems to work. The only problem is that I don't know how to trigger the update for future versions automatically, as the source link in manifest.toml points to a meta V13 repo, without specifying the minor versions.

ericgaspar commented 10 months ago

!testme

yunohost-bot commented 10 months ago

May the CI gods be with you! Test Badge

Dazeilad commented 10 months ago

hmm the test timed out during the OpenProject configuration... Has the test server enough RAM ? This app is quite demanding...

yunohost-bot commented 8 months ago

Alrighty! Test Badge

stepcellwolf commented 6 months ago

HI, is there any chance that we have the latest version OpenProject 13.4.1? Or is it possible that I can initiated manually?

stepcellwolf commented 6 months ago

Maybe this workaround can be useful for others. Manual update on Debian 11.

  1. Add the repository to your distribution by this guide.
  2. After sudo apt update run the next step
  3. Updating OpenProject sudo apt-get install --only-upgrade openproject
  4. Run sudo openproject configure

Check the logs and usually, everything should be fine. It worked for me successfully.