Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Default to 10 minutes for commands | Pascal Terjan | 2018-01-11 | 2 | -3/+1 |
| | | | | Especially for large packages 5 minutes to recreate src.rpm is not enough | ||||
* | fix checking if chroot needs updating | Thierry Vignaud | 2017-10-15 | 1 | -1/+0 |
| | | | | | | | | | commit a1e34113fcb9538ad8a29eec80075dff04253068 wrongly made check_chroot_need_update() to always return 0, thus skipping all tests... This makde build system using old chroots, thus breaking some package builds | ||||
* | Do not create network namespace when crating chroot failed (broken by ↵ | Pascal Terjan | 2017-10-13 | 1 | -1/+1 |
| | | | | previous commit) | ||||
* | Change use_netns to allow per package setting | Pascal Terjan | 2017-10-13 | 1 | -7/+7 |
| | |||||
* | Allow overriding true config values with false | Pascal Terjan | 2017-10-04 | 1 | -3/+11 |
| | |||||
* | Add an option to disable netns | Pascal Terjan | 2017-10-04 | 1 | -1/+1 |
| | |||||
* | kill old commented out pkill urpmi | Thierry Vignaud | 2017-10-04 | 1 | -3/+0 |
| | | | | indeed we would never run that... | ||||
* | Fix creating new reference chroot | Pascal Terjan | 2017-10-04 | 1 | -1/+3 |
| | |||||
* | (install_packages) kill unused arg | Thierry Vignaud | 2017-10-04 | 2 | -2/+1 |
| | |||||
* | (_install_callback) kill unused arg | Thierry Vignaud | 2017-10-04 | 1 | -2/+2 |
| | |||||
* | kill unused variable | Thierry Vignaud | 2017-10-04 | 1 | -1/+0 |
| | |||||
* | Delete old commented code0.7.1 | Pascal Terjan | 2017-10-04 | 1 | -9/+0 |
| | |||||
* | Fix previous commit | Pascal Terjan | 2017-10-04 | 1 | -16/+4 |
| | |||||
* | Do not use chroot urpmi | Pascal Terjan | 2017-10-03 | 1 | -6/+6 |
| | | | | | Either use urpmi --root or urpmi --urpmi-root so that packages can be installed without networking inside the chroot. | ||||
* | Kill unused function | Pascal Terjan | 2017-10-03 | 1 | -34/+0 |
| | |||||
* | Use --urpmi-root also for urpmi.addmedia | Pascal Terjan | 2017-10-03 | 1 | -3/+7 |
| | | | | This allows adding the media without networking inside the chroot | ||||
* | Use a network namespace for builds | Pascal Terjan | 2017-10-03 | 1 | -0/+6 |
| | |||||
* | Kill upload/rsync in iurt | Pascal Terjan | 2017-10-03 | 1 | -22/+0 |
| | |||||
* | Kill most of $cache | Pascal Terjan | 2017-10-03 | 2 | -33/+18 |
| | |||||
* | kill "needed" and "buildrequires" | Pascal Terjan | 2017-10-03 | 1 | -5/+0 |
| | |||||
* | Kill status_mail | Pascal Terjan | 2017-10-02 | 1 | -10/+2 |
| | |||||
* | Return the expected NOT_FOUND in get_maint in case of error | Pascal Terjan | 2017-10-02 | 1 | -0/+3 |
| | |||||
* | Allow not checking chroot freshness | Pascal Terjan | 2017-10-02 | 1 | -1/+3 |
| | | | | | This is useful to improve performance for for autobuild where we build all packages on a snapshot of the distribution. | ||||
* | Create /etc/rpm to be able to dump macros before installing basesystem | Pascal Terjan | 2017-08-31 | 1 | -1/+1 |
| | |||||
* | Fix killing the build when log file is not created within 30s | Pascal Terjan | 2017-08-29 | 1 | -1/+1 |
| | |||||
* | Fix stupid bug making upload very slow | Pascal Terjan | 2017-08-29 | 1 | -1/+1 |
| | |||||
* | Remove dead key | Pascal Terjan | 2017-07-29 | 1 | -1/+1 |
| | |||||
* | perl_checker: kill useless arg | Thierry Vignaud | 2016-12-31 | 1 | -2/+2 |
| | |||||
* | Move youri command into a separate function | Pascal Terjan | 2016-12-31 | 1 | -7/+13 |
| | |||||
* | Fix crash | Pascal Terjan | 2016-11-24 | 1 | -1/+1 |
| | |||||
* | Fix bug causing to never delete src.rpm from todo | Pascal Terjan | 2016-11-24 | 1 | -1/+1 |
| | |||||
* | Extract get_target_arch helper | Olivier Blin | 2016-11-24 | 3 | -2/+9 |
| | |||||
* | Do not check which architectures are ready to uploads when we don't have any ↵ | Pascal Terjan | 2016-11-24 | 1 | -0/+5 |
| | | | | built package | ||||
* | Use check_if_all_archs_processed in emi too, it handles more cases | Pascal Terjan | 2016-11-24 | 1 | -12/+2 |
| | |||||
* | Delete src.rpm after last non mandatory arch fails | Pascal Terjan | 2016-11-24 | 1 | -1/+25 |
| | |||||
* | Record failed build in the in-memory tree | Pascal Terjan | 2016-11-24 | 1 | -2/+2 |
| | |||||
* | Fix sending of failure emails | Pascal Terjan | 2016-11-08 | 1 | -0/+1 |
| | |||||
* | Only mandatory arches are fatal | Pascal Terjan | 2016-10-20 | 1 | -1/+10 |
| | | | | | Currently any previous failures casues to force fail anything succeeding later. | ||||
* | Skip all posts when uploading a non finisher | Pascal Terjan | 2016-10-20 | 1 | -3/+7 |
| | | | | | This will make uploads much faster by only running createrepo once per changed media, like genhdlist2. | ||||
* | Fix handling of failed builds causing a crash | Pascal Terjan | 2016-10-17 | 1 | -0/+1 |
| | | | | This caused also to not send failure emails | ||||
* | kill useless argument | Thierry Vignaud | 2016-10-14 | 2 | -2/+2 |
| | |||||
* | Write macros to /etc/rpm/macros | Pascal Terjan | 2016-10-14 | 1 | -4/+1 |
| | | | | None is user specific and install_lang will only work there. | ||||
* | Fix uploading of noarch packages | Pascal Terjan | 2016-10-12 | 1 | -1/+1 |
| | |||||
* | perl_checker cleanups | Thierry Vignaud | 2016-10-11 | 1 | -1/+1 |
| | |||||
* | Fix reuse of {arch} part of the tree | Pascal Terjan | 2016-10-11 | 2 | -4/+4 |
| | | | | | | | | It is used by ulri for both builds in progress and already done, while emi expects it to be only for done ones. This causes to upload only part of mandatory arches and later reject the other. | ||||
* | remove useless blacklist | Thierry Vignaud | 2016-10-06 | 1 | -1/+0 |
| | |||||
* | Fix wrongly skipped post | Pascal Terjan | 2016-10-05 | 1 | -5/+14 |
| | | | | | | | When doing a secondary upload contaning a noarch it was considered finisher for all arches despite the noarch package not getting uploaded. This means we were not calling some posts (including genhdlist2) on primary arches. | ||||
* | Fix check_arch | Pascal Terjan | 2016-06-15 | 1 | -1/+1 |
| | | | | | | If there is an exclusive_arch tag we only want to build for an arch which is listed there. Also we shouldn't need to add all arches in arch_comp as compatible with themselves. | ||||
* | Allow building armv7hl on armv7l | Pascal Terjan | 2016-05-12 | 1 | -1/+1 |
| | |||||
* | Add workaround for attempts to upload no packages | Pascal Terjan | 2016-02-25 | 1 | -0/+3 |
| |