Bug 478931 - Link to open a sysadmin request points to a non-existent directory in case of unstable releases
Summary: Link to open a sysadmin request points to a non-existent directory in case of...
Status: REPORTED
Alias: None
Product: releaseme
Classification: Developer tools
Component: general (other bugs)
Version First Reported In: unspecified
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: Unassigned bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-12-23 12:00 UTC by Ralf Habacker
Modified: 2023-12-23 12:00 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.