| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Move the updating of packages later | Pascal Terjan | 2020-06-15 | 1 | -0/+2 | |
| | | | | | | The creation of chroot is a mess with various retries, so do it as late as possible when there is no way something gets changed again. | |||||
| * | 0.7.120.7.12 | Pascal Terjan | 2020-06-15 | 1 | -0/+1 | |
| | | ||||||
| * | Move updating the chroot to the right place | Pascal Terjan | 2020-06-15 | 1 | -0/+2 | |
| | | ||||||
| * | 0.7.11 | Pascal Terjan | 2020-06-14 | 1 | -0/+1 | |
| | | ||||||
| * | Update packages after creating chroot | Pascal Terjan | 2020-06-14 | 1 | -0/+1 | |
| | | | | | | This is useful when building for updates_testing or with additional media as basesystem/urpmi/... were installed without those media. | |||||
| * | ulri: sort file names in mail | Thierry Vignaud | 2020-04-27 | 1 | -0/+1 | |
| | | ||||||
| * | Move check_{no,}arch to a new RPM module | Pascal Terjan | 2020-03-15 | 1 | -0/+2 | |
| | | | | | They have nothing to do with the config and work on an RPM file. | |||||
| * | Commit forgotten NEWS file | Pascal Terjan | 2020-02-15 | 1 | -0/+2 | |
| | | ||||||
| * | 0.7.100.7.10 | Pascal Terjan | 2020-01-11 | 1 | -0/+1 | |
| | | ||||||
| * | Give --target to rpmbuild | Pascal Terjan | 2020-01-09 | 1 | -0/+1 | |
| | | | | | This fixes wrong isa name when building for armv7hl on aarch64 machine. | |||||
| * | Allow - in host when parsing lock file name | Pascal Terjan | 2020-01-09 | 1 | -0/+2 | |
| | | ||||||
| * | Release 0.7.90.7.9 | Pascal Terjan | 2019-11-09 | 1 | -0/+1 | |
| | | ||||||
| * | Use setarch linux32 rather than target arch | Pascal Terjan | 2019-11-09 | 1 | -2/+2 | |
| | | | | | | | | | $ setarch --list uname26 linux32 linux64 armv7l | |||||
| * | Always call setarch | Pascal Terjan | 2019-11-09 | 1 | -0/+2 | |
| | | | | | | | | It used to be called when target is i586 to allow building for i586 on x86_64. Calling it on all architectures should have no impact when the architecture is the same, and this allows to build also for 32bit arm on 64bit arm host. | |||||
| * | emi: store uploaded architectures in .upload | Pascal Terjan | 2019-11-01 | 1 | -0/+3 | |
| | | | | | | This allows to know which non mandatory architectures are done and will allow to surface it on the web UI. | |||||
| * | Revert "fix timeout message when killing for other reason" | Thierry Vignaud | 2019-08-07 | 1 | -2/+0 | |
| | | | | | | | | | This reverts commit 0d78ec170900df342301a5bbe44e7ca883cc0db1. Rationale: That will not work as intended b/c the message is set in the child process while it gets logged in the parent | |||||
| * | fix timeout message when killing for other reason | Thierry Vignaud | 2019-07-20 | 1 | -0/+2 | |
| | | ||||||
| * | Create a 0.7.8.1 after merge0.7.8.1 | Pascal Terjan | 2018-10-16 | 1 | -0/+3 | |
| | | ||||||
| * | 0.7.8 | Pascal Terjan | 2018-10-16 | 1 | -0/+1 | |
| | | ||||||
| * | Use SIGTERM to kill iurt and install a handler | Pascal Terjan | 2018-10-16 | 1 | -0/+2 | |
| | | ||||||
| * | Kill processes before unmounting in clean_chroot | Pascal Terjan | 2018-10-16 | 1 | -0/+1 | |
| | | ||||||
| * | Ignore failures when cancelling builds | Pascal Terjan | 2018-10-16 | 1 | -0/+2 | |
| | | | | | | This will avoid listing other architectures as failed, and giving some confusing logs. | |||||
| * | 0.7.7 | Pascal Terjan | 2018-10-14 | 1 | -0/+1 | |
| | | ||||||
| * | Kill other architectures in case of failure | Pascal Terjan | 2018-10-14 | 1 | -0/+1 | |
| | | ||||||
| * | Only use mandatory archs for noarch builds | Pascal Terjan | 2018-10-06 | 1 | -0/+2 | |
| | | ||||||
| * | 0.7.60.7.6 | Pascal Terjan | 2018-07-28 | 1 | -3/+4 | |
| | | ||||||
| * | Update NEWS, that commit actually fixed a bug | Pascal Terjan | 2018-07-28 | 1 | -1/+1 | |
| | | ||||||
| * | Allow disabling build_stalled_timeout | Pascal Terjan | 2018-07-28 | 1 | -0/+1 | |
| | | ||||||
| * | Fail build which timeout even is machine is unreachable | Pascal Terjan | 2018-06-02 | 1 | -0/+1 | |
| | | ||||||
| * | Default to 10 minutes for commands | Pascal Terjan | 2018-01-11 | 1 | -0/+2 | |
| | | | | | Especially for large packages 5 minutes to recreate src.rpm is not enough | |||||
| * | 0.7.50.7.5 | Thierry Vignaud | 2017-10-15 | 1 | -0/+1 | |
| | | ||||||
| * | fix checking if chroot needs updating | Thierry Vignaud | 2017-10-15 | 1 | -0/+2 | |
| | | | | | | | | | | 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 | |||||
| * | Fix getting package name from src.rpm | Pascal Terjan | 2017-10-13 | 1 | -0/+3 | |
| | | | | | | Name is prefixed by revision on the buuld system. Also, this was already done for build_timeout so share the code. | |||||
| * | 0.7.30.7.3 | Pascal Terjan | 2017-10-13 | 1 | -0/+1 | |
| | | ||||||
| * | Change use_netns to allow per package setting | Pascal Terjan | 2017-10-13 | 1 | -0/+2 | |
| | | ||||||
| * | Real fix for dns config0.7.2.2 | Pascal Terjan | 2017-10-06 | 1 | -0/+3 | |
| | | ||||||
| * | Fix previous broken commit0.7.2.1 | Pascal Terjan | 2017-10-05 | 1 | -0/+3 | |
| | | | | | This time, tested. | |||||
| * | 0.7.20.7.2 | Pascal Terjan | 2017-10-05 | 1 | -0/+1 | |
| | | ||||||
| * | Networking fixes | Pascal Terjan | 2017-10-05 | 1 | -0/+2 | |
| | | ||||||
| * | Allow overriding true config values with false | Pascal Terjan | 2017-10-04 | 1 | -0/+2 | |
| | | ||||||
| * | Add an option to disable netns | Pascal Terjan | 2017-10-04 | 1 | -0/+1 | |
| | | ||||||
| * | Make sure hostname resolves | Pascal Terjan | 2017-10-04 | 1 | -1/+1 | |
| | | ||||||
| * | Bring lo up in the chroot | Pascal Terjan | 2017-10-04 | 1 | -0/+2 | |
| | | ||||||
| * | 0.7.1 | Pascal Terjan | 2017-10-03 | 1 | -0/+1 | |
| | | ||||||
| * | Do not use chroot urpmi | Pascal Terjan | 2017-10-03 | 1 | -0/+1 | |
| | | | | | | Either use urpmi --root or urpmi --urpmi-root so that packages can be installed without networking inside the chroot. | |||||
| * | Use --urpmi-root also for urpmi.addmedia | Pascal Terjan | 2017-10-03 | 1 | -0/+2 | |
| | | | | | This allows adding the media without networking inside the chroot | |||||
| * | 0.7.00.7.0 | Pascal Terjan | 2017-10-03 | 1 | -1/+1 | |
| | | ||||||
| * | Use a network namespace for builds | Pascal Terjan | 2017-10-03 | 1 | -0/+1 | |
| | | ||||||
| * | Kill upload/rsync in iurt | Pascal Terjan | 2017-10-03 | 1 | -0/+1 | |
| | | ||||||
| * | Update NEWS | Pascal Terjan | 2017-10-03 | 1 | -0/+1 | |
| | | ||||||
