Skip to content

checkupdates: Make it possible to add a suffix only to versionName

Michel Le Bihan requested to merge mimi89999/fdroidserver:master into master

Currently it is only possible to add a suffix to the tag(commit) by setting AutoUpdateMode: Version %v+foo or to the versionName and commit by using AutoUpdateMode: Version +foo %v. It is however impossible to add a suffix only to the versionName without adding it to the commit as required in eu.siacs.conversations.

With this change AutoUpdateMode: Version +foo %v will only add the foo suffix to the versionName. If one wants to add the foo suffix to both, it is still possible by doing AutoUpdateMode: Version +foo %v+foo.

Merge request reports