Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Allow maintdb get with no argument | Dan Fandrich | 2024-10-07 | 1 | -0/+1 |
| | | | | This case was missed in commit 2a268618. | ||||
* | Revert "Use @ when accessing variables in templates" | Dan Fandrich | 2024-10-04 | 10 | -56/+56 |
| | | | | | | Variables defined within a template can't be accessed with @. This change needs to be reworked to eliminate those cases. This reverts commits 2c7da665 and ae197622. | ||||
* | Use @ when accessing variables in templates | Dan Fandrich | 2024-10-04 | 10 | -56/+56 |
| | | | | Access without the @ symbol is the older method and is discouraged. | ||||
* | Tighten the sudo for the maintdb scripts | Dan Fandrich | 2024-09-30 | 2 | -4/+5 |
| | | | | | Make sudoers a bit more robust against attempts to play with the arguments. Unfortunately, our sudo is too old to support regexes. | ||||
* | Fix some typos in user-visible strings | Dan Fandrich | 2024-08-15 | 1 | -1/+1 |
| | |||||
* | buildsystem: increase iurt max log file size to 600M | Jani Välimaa | 2024-05-04 | 1 | -1/+1 |
| | |||||
* | buildsystem: update media.cfg creation to support x86_64 + i686 | Jani Välimaa | 2024-05-04 | 1 | -0/+12 |
| | |||||
* | Clean x86_64 arch first | Jani Välimaa | 2024-04-14 | 1 | -1/+1 |
| | |||||
* | Stop cleaning old i586 pkgs on Cauldron | Jani Välimaa | 2024-04-10 | 1 | -1/+1 |
| | |||||
* | Also cleanup i686 packages | Pascal Terjan | 2024-04-05 | 1 | -1/+1 |
| | |||||
* | Fix cleanup of noarch packages | Pascal Terjan | 2024-02-17 | 1 | -2/+2 |
| | | | | | | | There were 2 bugs: - getting the architecture got broken due to a missing % - name of the binary package instead of the src was used, somethimes they are different | ||||
* | Switch links to https: where possible | Dan Fandrich | 2024-01-25 | 3 | -3/+3 |
| | | | | | | | All these point to valid https: resources, but there is a small chance that some unusual interaction will cause it not to work. Some of these changes also won't take effect until the server is restarted, so we'll need to keep this in mind if failures occur long from now. | ||||
* | Cleanup duplicate src.rpm | Pascal Terjan | 2024-01-03 | 1 | -2/+15 |
| | | | | | | | Sometimes someone moves a package manually and we end up with several versions of a package. In this case we should delete the src.rpm and handle its binary packages like if it was gone. | ||||
* | Fix cleaner.rb | Pascal Terjan | 2023-01-08 | 2 | -17/+23 |
| | | | | | | It did not really wait for 7d for removed subpackages. Also remove an incorrect condition, src.rpm is usually slightly older that binary rpms, and fix the tests. | ||||
* | Cleanup packages no longer built on an arch | Pascal Terjan | 2022-09-30 | 1 | -4/+23 |
| | |||||
* | Remove debug mesages | Pascal Terjan | 2022-09-25 | 1 | -3/+0 |
| | |||||
* | Add an option to use upload lock | Pascal Terjan | 2022-09-25 | 1 | -3/+34 |
| | |||||
* | Fix the test to really verify the fix | Pascal Terjan | 2022-09-23 | 1 | -1/+1 |
| | | | | | | | That test would pass even without the fix as it would be considered that the package hasn't been rebuilt for this arch yet. The bug could only happen when there was also another subpackage remaining. | ||||
* | Fix packages being deleted too early during upload | Pascal Terjan | 2022-09-22 | 2 | -9/+34 |
| | |||||
* | Also clean tainted and nonfree by default | Pascal Terjan | 2022-08-27 | 1 | -38/+39 |
| | |||||
* | Delete leftover noarch without waiting for 7d | Pascal Terjan | 2021-01-19 | 2 | -12/+24 |
| | |||||
* | Fix cleanup to correctly wait for 7d | Pascal Terjan | 2020-12-31 | 2 | -6/+6 |
| | | | | | | It was checking if there is another version of the src, but using the name of the package instead of the name of the src, and those are usually different in the case we care most about (libraries). | ||||
* | Fix apache configuration for autobuild | Nicolas Lécureuil | 2020-12-01 | 1 | -1/+1 |
| | |||||
* | Fix getting timestamp of non noarch packages | Pascal Terjan | 2020-09-30 | 1 | -3/+3 |
| | | | | | | | urpmf --qf '%filename:%buildarchs:%buildtime' shifts fields when buildarchs is empty: python-sphinxcontrib-svg2pdfconverter-0.1.0-2.mga8.src.rpm:noarch:1564917727 python-argon2_cffi-19.1.0-1.mga8.src.rpm:1564918990: | ||||
* | Delete again non noarch packages | Pascal Terjan | 2020-09-30 | 1 | -2/+5 |
| | |||||
* | Clean pure noarch packages to | Pascal Terjan | 2020-09-26 | 1 | -4/+14 |
| | |||||
* | More repository vhost fixes | Pascal Terjan | 2020-06-29 | 1 | -5/+5 |
| | | | | This time it really looks like what I had tested... | ||||
* | More repository vhost fixes | Pascal Terjan | 2020-06-29 | 1 | -4/+4 |
| | |||||
* | Simplify repository vhost | Pascal Terjan | 2020-06-28 | 1 | -8/+10 |
| | | | | | | | | | We use the same access list for all versions of the distribution on the HTPP server (our internal machines) so there is no reason to duplicate it per distro. This also allows to access files at the top level directory (like mageia_timestamp). | ||||
* | remove --ignorearch option for urpmi | Thierry Vignaud | 2020-04-18 | 1 | -2/+0 |
| | | | | | | | | | | rationale: it badly broke installing some packages with rpm-4.16 which add provides for every generated package to the SRPM See https://rpm.org/wiki/Releases/4.16.0 Basically reverting commit cc1079609497da5d5700e27f1076d57bf2b9282c and its 2 followup fixups | ||||
* | Allow larger log sizes | Pascal Terjan | 2020-03-20 | 1 | -0/+1 |
| | |||||
* | Fix syntax error in mirror cleaner | Pascal Terjan | 2020-02-26 | 1 | -1/+1 |
| | |||||
* | vhost_webstatus: set dynamic NameWidth | Thomas Backlund | 2020-02-19 | 1 | -0/+2 |
| | |||||
* | Add a --auto to mga-clean-distrib | Pascal Terjan | 2019-10-27 | 1 | -9/+14 |
| | | | | I think it is now safe enough to run in cron | ||||
* | Make the cleanup script smarter | Pascal Terjan | 2019-10-23 | 2 | -92/+174 |
| | | | | | | | | | Also, refactor it and add tests Now subpackages of a package not yet rebuilt on an architecture do not get clean on that architecture (even the noarch ones from that package) and packages get deleted only if the src package is totally gone or if the new version of it is at least 7 days old. | ||||
* | Build %dist based on other macros | Pascal Terjan | 2018-11-24 | 1 | -0/+1 |
| | | | | | This means temporary src.rpm generated on the main build node will have correct suffix. | ||||
* | Do not set arch in infra media.cfg for armv7hl | Pascal Terjan | 2018-06-13 | 1 | -0/+6 |
| | |||||
* | Allow libguestfs to access network during build | Pascal Terjan | 2017-10-13 | 1 | -0/+7 |
| | |||||
* | Do not forget about remote builds after 10h, 100h looks more realistic | Pascal Terjan | 2016-10-15 | 1 | -0/+1 |
| | |||||
* | Fix typo | Nicolas Lécureuil | 2016-05-16 | 1 | -1/+1 |
| | |||||
* | Fix typo, missing semi-colon | Nicolas Lécureuil | 2016-05-16 | 1 | -1/+1 |
| | |||||
* | Ignore architecture when installing build chroot | Pascal Terjan | 2016-05-16 | 1 | -0/+2 |
| | |||||
* | Remove hack, armv5tl now exists on normal mirror | Pascal Terjan | 2016-03-24 | 1 | -3/+0 |
| | |||||
* | Kill ssh connections after they have been dead for 30s | Pascal Terjan | 2016-03-03 | 1 | -0/+1 |
| | |||||
* | Also switch to Apache 2.4 auth config for pkgsubmit | Pascal Terjan | 2016-02-07 | 1 | -2/+2 |
| | |||||
* | Switch to Apache 2.4 auth config for repository vhost | Pascal Terjan | 2016-02-07 | 1 | -8/+19 |
| | |||||
* | buildsystem: fix youri host.conf template to use an array as well for src node | Olivier Blin | 2015-11-30 | 1 | -1/+1 |
| | | | | | Otherwise it failed on Mageia 5 with: Detail: undefined method `sort' for "valstar":String | ||||
* | iurt: Enlarge your timeout (x 2) on ARM | Olivier Blin | 2015-11-30 | 1 | -1/+1 |
| | |||||
* | iurt: Move build timeout config to puppet file | Olivier Blin | 2015-11-30 | 1 | -7/+4 |
| | |||||
* | Expose armv5tl bootstrap as mirror on internal repository | Pascal Terjan | 2015-11-01 | 1 | -0/+3 |
| |