Skip to content

Fix releaseme clone path and support redownloading translations when using KDE_L10N_SYNC_TRANSLATIONS

Fix releaseme clone path and support redownloading translations when using KDE_L10N_SYNC_TRANSLATIONS

  • Reliably define releaseme clone path
    Specify working directory for clone command. It was assumed we are in build directory when the releaseme cloning command run. This is not always a case. Releaseme is expected to be in build dir.
  • Support reconfiguring when releaseme already cloned
    There is no error from clone command anymore when the releaseme is already cloned. Instead, the repo is pulled.
  • Support reconfiguring when translations were already downloaded
    fetchpo.rb wants po and poqm dirs to not exist before running. Delete them prior running fetchpo.rb.

Merge request reports