aboutsummaryrefslogtreecommitdiffstats
path: root/qarepo
Commit message (Collapse)AuthorAgeFilesLines
* Use string substitution to allow for better translated messages.Martin Whitaker2024-01-221-11/+21
| | | | | | | | | When a message includes a repository/package/file name, use sprintf to allow the name to be inserted at any arbitrary point in the message. This allows for more natural translations. Also remove any leading/trailing spaces from translatable strings, as these are being missed by translators.
* Convert native strings to UTF-8 when writing to STDOUT.Martin Whitaker2024-01-211-0/+2
|
* Convert UTF-8 strings returned by gettext to native Perl strings.Martin Whitaker2024-01-211-53/+58
| | | | | | Sadly libintl-perl doesn't take care of this for us. Also remove the call to setlocale, which doesn't appear to be needed.
* Change default release to 9.Martin Whitaker2024-01-211-1/+1
|
* Add some hints for translators.Martin Whitaker2023-11-051-0/+2
|
* Add support for i18n.Martin Whitaker2023-11-041-51/+56
|
* Remove --upgrade option from suggested downgrade command (mga#32333)Martin Whitaker2023-09-301-1/+1
| | | | That prevented urpmi from downgrading to a package in the release media.
* Support https in repository URLs (mga#32333).Martin Whitaker2023-09-301-1/+1
|
* Use file:// prefix when adding local repository, to only allow local path.Martin Whitaker2018-11-251-0/+1
|
* Avoid false positive when checking updates_testing media are enabled.Martin Whitaker2018-11-251-1/+1
|
* Remove explict version number from main program.Martin Whitaker2018-11-131-1/+1
| | | | It will be automatically inserted when the package is built.
* Rename main program to simply 'qarepo'.Martin Whitaker2018-11-131-0/+753