aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Change default release to 9.Martin Whitaker2024-01-211-1/+1
|
* Fix makefiles and update NEWS for i18n support.Martin Whitaker2024-01-213-5/+6
|
* Update Norwegian translation from TxYuri Chornoivan2024-01-101-47/+52
|
* Update Japanese translation from TxYuri Chornoivan2023-12-241-45/+52
|
* Update Russian translation from TxYuri Chornoivan2023-12-061-45/+54
|
* Update Czech translation from TxYuri Chornoivan2023-12-031-18/+19
|
* Update German translation from TxYuri Chornoivan2023-11-131-13/+13
|
* Update Brittish translation from TxYuri Chornoivan2023-11-071-0/+213
|
* Update Dutch translation from TxYuri Chornoivan2023-11-061-2/+2
|
* Update German translation from TxYuri Chornoivan2023-11-061-40/+44
|
* Update Valencian translation from TxYuri Chornoivan2023-11-061-46/+52
|
* Update Finnish translation from TxYuri Chornoivan2023-11-061-46/+51
|
* Update Catalan translation from TxYuri Chornoivan2023-11-061-46/+52
|
* Update French translation from TxYuri Chornoivan2023-11-061-16/+19
|
* Update Spanish translation from TxYuri Chornoivan2023-11-061-3/+3
|
* Update French translation from TxYuri Chornoivan2023-11-051-28/+32
|
* Update Slovenian translation from TxYuri Chornoivan2023-11-051-26/+32
|
* Update Chinese (Hong Kong) translation from TxYuri Chornoivan2023-11-051-45/+51
|
* Update Chinese (Traditional) translation from TxYuri Chornoivan2023-11-051-45/+51
|
* Update Chinese translation from TxYuri Chornoivan2023-11-051-45/+51
|
* Update Spanish translation from TxYuri Chornoivan2023-11-051-46/+53
|
* Update Dutch translation from TxYuri Chornoivan2023-11-051-44/+51
|
* Update Ukrainian translationYuri Chornoivan2023-11-051-50/+56
|
* Add Transifex translationsYuri Chornoivan2023-11-0558-0/+12091
|
* Add Transifex configYuri Chornoivan2023-11-051-0/+8
|
* Add some hints for translators.Martin Whitaker2023-11-053-38/+42
|
* Add support for i18n.Martin Whitaker2023-11-046-53/+297
|
* Remove --upgrade option from suggested downgrade command (mga#32333)Martin Whitaker2023-09-302-1/+2
| | | | That prevented urpmi from downgrading to a package in the release media.
* Support https in repository URLs (mga#32333).Martin Whitaker2023-09-302-1/+3
|
* Correct URL in README.md (thanks to Johnny Solbu for spotting that).Martin Whitaker2021-11-111-1/+1
|
* Add description in README.md.1.6Martin Whitaker2020-02-191-0/+5
|
* Import code from private repository.Martin Whitaker2020-02-198-0/+1177
|\
| * 1.6Martin Whitaker2018-11-251-0/+2
| |
| * Use file:// prefix when adding local repository, to only allow local path.Martin Whitaker2018-11-252-1/+2
| |
| * Avoid false positive when checking updates_testing media are enabled.Martin Whitaker2018-11-251-1/+1
| |
| * Fix bug in polkit rules.Martin Whitaker2018-11-141-7/+6
| |
| * Remove explict version number from main program.Martin Whitaker2018-11-131-1/+1
| | | | | | | | It will be automatically inserted when the package is built.
| * Add Makefile and NEWS.Martin Whitaker2018-11-132-0/+37
| |
| * Add desktop file.Martin Whitaker2018-11-131-0/+8
| |
| * Rename main program to simply 'qarepo'.Martin Whitaker2018-11-131-0/+0
| |
| * Add option to suggest a downgrade command.Martin Whitaker2018-11-131-3/+56
| |
| * Convert error dialogue window to general purpose dialogue window...Martin Whitaker2018-11-131-29/+31
| | | | | | | | ...in preparation for next commit.
| * Add check that no updates_testing media are currently enabled...Martin Whitaker2018-11-131-0/+13
| | | | | | | | ...as that defeats the purpose of using QARepo.
| * Only accept limited abbreviations of full package names.Martin Whitaker2018-11-131-1/+1
| | | | | | | | | | | | Automatically add the arch/noarch and .rpm extension, but don't allow incomplete or missing version numbers. We have wildcards and fuzzy versions for that.
| * Add the qarepo-helper script and its associated polkit rules/actions.Martin Whitaker2018-11-133-0/+38
| |
| * Use polkit for authentication instead of sudo.Martin Whitaker2018-11-131-5/+8
| |
| * Ensure a '+' in a package name is taken literally.Martin Whitaker2018-11-131-1/+2
| |
| * New releaseMartin Whitaker2018-03-311-93/+131
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This version supports simultaneous 32-bit and 64-bit local repos. They will be (unimaginatively) named 'QA Testing (32-bit)' and 'QA Testing (64-bit)'. The repos will be stored in 'i586' and 'x86_64' subdirectories of the directory specified in the QA Repo box. Each repo can be independently enabled/disabled. The repos can have different contents. When you switch between them in the GUI, the RPMs box will be updated to show the current contents of the selected repo. Before using the new version, make sure the old 'QA Testing' repo is disabled, and, if you want to save redownloading lots of files, move the the contents of your current repo down one level into the appropriately named (i586 or x86_64) subdirectory.
| * New releaseMartin Whitaker2018-03-301-59/+137
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I've added a couple of extra options: 1. "fuzzy version" will automatically replace the package version/release in each requested package with a wildcard. If there are multiple versions in the remote repository, you'll get them all (and MageiaUpdate will then select the newest). Note this only happens if the requested package name includes the Mageia release (e.g. mga6) and if the package version starts with a digit, to avoid false matches. 2. "add deps" will automatically add all dependencies of the requested packages that can be satisfied from the updates_testing repositories. If you want to see what's actually been selected, either quit the app. and restart it, or use urpmq --list --media 'QA Testing' I would only use these options whilst things are in a state of flux. You really want to test against a definitive package list before you finally validate an update. I've also added a couple of check boxes to let you enable/disable use of the nonfree and tainted repositories.
| * New releaseMartin Whitaker2018-03-301-49/+132
| | | | | | | | | | | | | | | | | | | | | | A few more changes: - enables 'QA Testing' as an updates repository (fixes regression in v1.1) - ignores leading/trailing white space in entries - discards duplicates in RPMs list (so T.J.'s wildcard list is handled properly now) - reports errors in a pop-up dialogue window