Skip to content

How to update YunoHost package

David Sterry edited this page Nov 17, 2022 · 2 revisions

Updating to latest commit

  1. Fetch changes from https://github.com/YunoHost-Apps/ecko_ynh branch testing to your fork of ecko_ynh (same for acropolis_ynh)
  2. git pull
  3. Run ./bump_version.rb
  4. Commit and PR against testing (merge immediately if you have permissions).
  5. Create PR against master.

Testing on a YunoHost server

This will delete data so only attempt on a test server!

  1. Login to the terminal as admin
  2. sudo yunohost app remove ecko
  3. sudo yunohost app install -f https://github.com/YunoHost-apps/ecko_ynh/tree/testing
Clone this wiki locally