Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | fix up maintdb breakage | Thomas Backlund | 2015-10-20 | 1 | -1/+1 |
| | |||||
* | lint fixes for buildsystem | Thomas Backlund | 2015-10-20 | 5 | -56/+56 |
| | |||||
* | buildsystem: maintdb allow *-team maintainers. | Colin Guthrie | 2014-09-19 | 1 | -2/+2 |
| | | | | | | | | | | | *-team maintainers behave just like 'nobody' but can be used to indicate packages that actually are maintained, but are handled by a team rather than an individual. This doesn't integrate *-team anywhere else in the stack it just allows the maintainers to be set. Anything that assumes a maintainer in the maintdb is a user (modulo 'nobody') would need to be updated to handle this change. | ||||
* | buildsystem: maintdb slight modernisation+use bash explicitly. | Colin Guthrie | 2014-09-19 | 1 | -28/+15 |
| | | | | | | This is slightly subjective but most scripts do it this way these days without the extra letters on string comparisons and collapsing the if+then onto one line. | ||||
* | buildsystem: maintdb tabs->spaces | Colin Guthrie | 2014-09-19 | 1 | -33/+32 |
| | |||||
* | buildsystem: Future proof SRPM check URL for backports. | Colin Guthrie | 2014-08-12 | 1 | -2/+2 |
| | |||||
* | Add a super simple API for checking whether an update SRPM exists. | Colin Guthrie | 2014-08-12 | 1 | -0/+9 |
| | | | | | This will be useful for advisory publication checks to make sure the SRPMs actually exist prior to assigning an advisory ID | ||||
* | add backports tree to allowed list | Thomas Backlund | 2014-01-23 | 1 | -1/+1 |
| | |||||
* | remove unused media_types definition (we rely on media_type) | Thomas Backlund | 2013-11-02 | 1 | -5/+0 |
| | |||||
* | cinnamon and mate are mga4 accepted features | Thomas Backlund | 2013-07-21 | 1 | -9/+0 |
| | |||||
* | buildsystem::distros: remove iurt_use_bootstrap option | Nicolas Vigier | 2013-05-31 | 1 | -4/+0 |
| | | | | This option is no longer needed with the no_mirror option. | ||||
* | buildsystem::distros: add 'no_mirror' option | Nicolas Vigier | 2013-05-31 | 1 | -0/+5 |
| | | | | For distributions that are not mirrored (like infra_*). | ||||
* | buildsystem: Add iurt_use_bootstrap option for distros | Nicolas Vigier | 2013-05-30 | 1 | -0/+4 |
| | | | | Option to select wether iurt should use bootstrap URL for medias. | ||||
* | buildsystem/templates/media.cfg: hdlists -> hdlist | Nicolas Vigier | 2013-05-30 | 1 | -5/+5 |
| | |||||
* | Fix medias order in media.cfg | Nicolas Vigier | 2013-05-29 | 1 | -2/+2 |
| | |||||
* | media.cfg: add both media_type and media_types | Nicolas Vigier | 2013-05-29 | 1 | -0/+5 |
| | | | | | | Temporary fix, while we have two versions of urpmi using different values : https://bugs.mageia.org/show_bug.cgi?id=10335#c8 | ||||
* | buildsystem: media_types -> media_type (bug #10335) | Nicolas Vigier | 2013-05-29 | 1 | -12/+12 |
| | |||||
* | buildsystem/media.cfg: enable i586 medias | Nicolas Vigier | 2013-05-25 | 1 | -1/+1 |
| | |||||
* | buildsystem/media.cfg: don't add non-existend medias | Nicolas Vigier | 2013-05-23 | 1 | -1/+1 |
| | | | | | Don't add i586 medias on x86_64 in media.cfg, if the distro does not have i586 medias. | ||||
* | buildsystem::var::webstatus: add max_modified option | Nicolas Vigier | 2013-05-23 | 1 | -1/+1 |
| | | | | Add an option to select how much history should be displayed. | ||||
* | buildsystem: create config file for webstatus | Nicolas Vigier | 2013-05-23 | 1 | -0/+32 |
| | | | | | Create /etc/bs-webstatus.conf config file using new parameters from buildsystem::var::webstatus. |