aboutsummaryrefslogtreecommitdiffstats
path: root/modules/buildsystem
Commit message (Collapse)AuthorAgeFilesLines
* (buildsystem) Set rocm-llvm timeout to 64000Nicolas Lécureuil2023-12-111-1/+1
|
* (buildsystem) Set rocm-llvm timeout to 64000Nicolas Lécureuil2023-12-021-1/+1
|
* (buildsystem) Set rocm-llvm timeout to 60000Nicolas Lécureuil2023-11-291-0/+1
|
* add mga9 and infra_9 configsThomas Backlund2023-08-251-0/+12
|
* 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
|
* (iurt timeout) Increase qtwebengine6 timeout to 172800Nicolas Lécureuil2022-09-301-1/+1
|
* (iurt timeout) Add and remove timeoutsNicolas Lécureuil2022-09-301-2/+1
| | | | | | Add timeout for qtwebengine6 ( I used the same as qtwebengine5) Remove for eclipse and java-1.8.0-openjfx, we do not have then in mageia anymore
* Remove debug mesagesPascal Terjan2022-09-251-3/+0
|
* Enable lockfile on mga-clean-distribPascal Terjan2022-09-251-1/+1
|
* 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
|
* raise buildtime limit on chromium-browser-stableThomas Backlund2022-04-161-1/+1
|
* hardlink is now in util-linuxThomas Backlund2021-11-281-2/+0
|
* add mga 8 and infra_8 targetsThomas Backlund2021-02-241-0/+12
|
* 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
|
* Fix repository vhostPascal Terjan2020-06-291-6/+7
| | | | | Previous commit broke it but is was not visible initially due to another broken thing in the config which has since been fixed.
* 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).
* increase kernel build timeThomas Backlund2020-05-181-1/+1
|
* increase gcc build timeoutThomas Backlund2020-05-031-1/+1
|
* 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
* bump again the timeout for clangThierry Vignaud2020-03-211-1/+1
|
* Allow larger log sizesPascal Terjan2020-03-201-0/+1
|
* doble timeout for llvmThierry Vignaud2020-03-201-0/+1
| | | | it regularly fails on armv7
* doble timeout for clangThierry Vignaud2020-03-201-0/+1
| | | | it regularly fails on x86
* Fix syntax error in mirror cleanerPascal Terjan2020-02-261-1/+1
|
* vhost_webstatus: set dynamic NameWidthThomas Backlund2020-02-191-0/+2
|
* genhdlist2: switch cauldron synthesis to zstd compressionThomas Backlund2020-01-081-0/+6
|
* fix up cron for mga-clean-distribThomas Backlund2019-11-051-2/+2
|
* Add a cron for mga-clean-distribPascal Terjan2019-10-271-0/+7
|
* 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.
* Increase timeout for qtwebengine5Pascal Terjan2019-10-081-1/+1
| | | | It currently fails on arm
* youri: disable zchunk metadata on cauldron, it slows the bs _way_ too muchThomas Backlund2019-09-301-1/+1
|
* rename createrepo to createrepo_mga6 to match repo it runs againstThomas Backlund2019-06-281-1/+1
|
* re-add appstream metadata after each createrepo_* runThomas Backlund2019-06-281-0/+18
|
* add configs for mga7Thomas Backlund2019-06-281-0/+6
|
* update createrepo for cauldron and zchunk dictsThomas Backlund2019-06-281-0/+6
|
* Reduce some timeouts and instead increase arm multipliersPascal Terjan2019-04-081-2/+2
|
* Increase timeout for some packages hitting it on armv7hlPascal Terjan2019-04-081-0/+2
|
* Increase timeout for qgisPascal Terjan2018-12-261-0/+1
|