Bug 478931

Summary: Link to open a sysadmin request points to a non-existent directory in case of unstable releases
Product: [Developer tools] releaseme Reporter: Ralf Habacker <ralf.habacker>
Component: generalAssignee: Unassigned bugs <unassigned-bugs-null>
Status: REPORTED ---    
Severity: normal CC: sitter
Priority: NOR    
Version First Reported In: unspecified   
Target Milestone: ---   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:

Description Ralf Habacker 2023-12-23 12:00:29 UTC
SUMMARY
To create an unstable version, https://community.kde.org/ReleasingSoftware recommends running 

    ./tarme.rb --version 0.1 --origin trunk myapp

which will generate a link to open a sysadmin request

    Please add 0.1 to the bugs.kde.org product myapp

    Target: trunk/myapp

...

The named target refers to https://download.kde.org/, but contains an incorrect subdirectory "trunk", which should be "unstable". The term 'trunk' seems to refer to the i18n svn branch and not to the download folder.