aboutsummaryrefslogtreecommitdiffstats
path: root/modules/buildsystem/templates
Commit message (Collapse)AuthorAgeFilesLines
* Allow maintdb get with no argumentDan Fandrich2024-10-071-0/+1
| | | | This case was missed in commit 2a268618.
* Revert "Use @ when accessing variables in templates"Dan Fandrich2024-10-0410-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 templatesDan Fandrich2024-10-0410-56/+56
| | | | Access without the @ symbol is the older method and is discouraged.
* Tighten the sudo for the maintdb scriptsDan Fandrich2024-09-302-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 stringsDan Fandrich2024-08-151-1/+1
|
* buildsystem: increase iurt max log file size to 600MJani Välimaa2024-05-041-1/+1
|
* buildsystem: update media.cfg creation to support x86_64 + i686Jani Välimaa2024-05-041-0/+12
|
* Clean x86_64 arch firstJani Välimaa2024-04-141-1/+1
|
* Stop cleaning old i586 pkgs on CauldronJani Välimaa2024-04-101-1/+1
|
* Also cleanup i686 packagesPascal Terjan2024-04-051-1/+1
|
* Fix cleanup of noarch packagesPascal Terjan2024-02-171-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 possibleDan Fandrich2024-01-253-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.rpmPascal Terjan2024-01-031-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.rbPascal Terjan2023-01-082-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 archPascal Terjan2022-09-301-4/+23
|
* Remove debug mesagesPascal Terjan2022-09-251-3/+0
|
* Add an option to use upload lockPascal Terjan2022-09-251-3/+34
|
* Fix the test to really verify the fixPascal Terjan2022-09-231-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 uploadPascal Terjan2022-09-222-9/+34
|
* Also clean tainted and nonfree by defaultPascal Terjan2022-08-271-38/+39
|
* Delete leftover noarch without waiting for 7dPascal Terjan2021-01-192-12/+24
|
* Fix cleanup to correctly wait for 7dPascal Terjan2020-12-312-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 autobuildNicolas Lécureuil2020-12-011-1/+1
|
* Fix getting timestamp of non noarch packagesPascal Terjan2020-09-301-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 packagesPascal Terjan2020-09-301-2/+5
|
* Clean pure noarch packages toPascal Terjan2020-09-261-4/+14
|
* More repository vhost fixesPascal Terjan2020-06-291-5/+5
| | | | This time it really looks like what I had tested...
* More repository vhost fixesPascal Terjan2020-06-291-4/+4
|
* Simplify repository vhostPascal Terjan2020-06-281-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 urpmiThierry Vignaud2020-04-181-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 sizesPascal Terjan2020-03-201-0/+1
|
* Fix syntax error in mirror cleanerPascal Terjan2020-02-261-1/+1
|
* vhost_webstatus: set dynamic NameWidthThomas Backlund2020-02-191-0/+2
|
* Add a --auto to mga-clean-distribPascal Terjan2019-10-271-9/+14
| | | | I think it is now safe enough to run in cron
* Make the cleanup script smarterPascal Terjan2019-10-232-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 macrosPascal Terjan2018-11-241-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 armv7hlPascal Terjan2018-06-131-0/+6
|
* Allow libguestfs to access network during buildPascal Terjan2017-10-131-0/+7
|
* Do not forget about remote builds after 10h, 100h looks more realisticPascal Terjan2016-10-151-0/+1
|
* Fix typoNicolas Lécureuil2016-05-161-1/+1
|
* Fix typo, missing semi-colonNicolas Lécureuil2016-05-161-1/+1
|
* Ignore architecture when installing build chrootPascal Terjan2016-05-161-0/+2
|
* Remove hack, armv5tl now exists on normal mirrorPascal Terjan2016-03-241-3/+0
|
* Kill ssh connections after they have been dead for 30sPascal Terjan2016-03-031-0/+1
|
* Also switch to Apache 2.4 auth config for pkgsubmitPascal Terjan2016-02-071-2/+2
|
* Switch to Apache 2.4 auth config for repository vhostPascal Terjan2016-02-071-8/+19
|
* buildsystem: fix youri host.conf template to use an array as well for src nodeOlivier Blin2015-11-301-1/+1
| | | | | Otherwise it failed on Mageia 5 with: Detail: undefined method `sort' for "valstar":String
* iurt: Enlarge your timeout (x 2) on ARMOlivier Blin2015-11-301-1/+1
|
* iurt: Move build timeout config to puppet fileOlivier Blin2015-11-301-7/+4
|
* Expose armv5tl bootstrap as mirror on internal repositoryPascal Terjan2015-11-011-0/+3
|