Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | dump_tree: Add CLI to dump current status | Pascal Terjan | 2022-04-25 | 1 | -0/+1 | |
| | | | | This can be used for example by | |||||
* | ulri: Better maintain in progress builds | Pascal Terjan | 2022-04-25 | 2 | -0/+9 | |
| | ||||||
* | ulri: rely on status.log to know a build completed | Pascal Terjan | 2022-04-25 | 3 | -23/+23 | |
| | | | | | | | | | | This will fix packages not marked as noarch but having only noarch subpackages, even if we still end up wasting resources. The only risk I see is if the noarch packages get built on all mandatory architectures first, upload starts and other architectures complete in hte middle, however this should not modify the files being uploaded, we use a temporary file and rename so it should be fine. | |||||
* | Have rpmspec drop the newline directly | Pascal Terjan | 2021-11-24 | 1 | -2/+1 | |
| | ||||||
* | simplify using output() | Thierry Vignaud | 2021-11-24 | 1 | -7/+2 | |
| | ||||||
* | iurt: Allow generated src.rpm to change name | Pascal Terjan | 2021-11-23 | 2 | -1/+17 | |
| | | | | | Some packages use macros for Name and those can change based on the distro version. | |||||
* | iurt: record the list of generated packages | Pascal Terjan | 2021-07-11 | 2 | -0/+10 | |
| | ||||||
* | perl_checker cleanups | Thierry Vignaud | 2020-12-19 | 1 | -1/+1 | |
| | ||||||
* | simplify previous commit | Thierry Vignaud | 2020-12-19 | 1 | -4/+1 | |
| | ||||||
* | 0.7.16 | Pascal Terjan | 2020-12-19 | 2 | -1/+2 | |
| | ||||||
* | iurt: use --target noarch for noarch packages | Pascal Terjan | 2020-12-19 | 2 | -2/+9 | |
| | | | | We were using --target <arch of the chroot used to build> | |||||
* | explain to rebuilds binary pkgs not depending on libperl | Thierry Vignaud | 2020-12-18 | 1 | -0/+8 | |
| | ||||||
* | 0.7.150.7.15 | Pascal Terjan | 2020-12-13 | 2 | -1/+2 | |
| | ||||||
* | Add arch to all log files | Pascal Terjan | 2020-12-13 | 2 | -2/+3 | |
| | ||||||
* | Update NEWS | Pascal Terjan | 2020-12-13 | 1 | -0/+2 | |
| | ||||||
* | Change misleading log lines | Pascal Terjan | 2020-12-04 | 1 | -2/+2 | |
| | ||||||
* | Do not add media twice | Pascal Terjan | 2020-11-29 | 1 | -8/+0 | |
| | ||||||
* | Always use urpmi --urpmi-root | Pascal Terjan | 2020-11-29 | 3 | -68/+20 | |
| | ||||||
* | 0.7.140.7.14 | Pascal Terjan | 2020-06-15 | 2 | -1/+2 | |
| | ||||||
* | Fix updating the chroot... | Pascal Terjan | 2020-06-15 | 2 | -1/+2 | |
| | ||||||
* | Cleanup old comments | Pascal Terjan | 2020-06-15 | 1 | -9/+0 | |
| | ||||||
* | Add architecture in botcmd filename | Pascal Terjan | 2020-06-15 | 2 | -1/+3 | |
| | ||||||
* | 0.7.130.7.13 | Pascal Terjan | 2020-06-15 | 2 | -1/+2 | |
| | ||||||
* | Move the updating of packages later | Pascal Terjan | 2020-06-15 | 3 | -5/+6 | |
| | | | | | 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. | |||||
* | Revert "Move updating the chroot to the right place" | Pascal Terjan | 2020-06-15 | 1 | -5/+5 | |
| | | | | | | This reverts commit fe9d5b05cada63b4aa30b71401456263a3b511f1. It actually made things worse, this code is really a maze. | |||||
* | 0.7.120.7.12 | Pascal Terjan | 2020-06-15 | 2 | -1/+2 | |
| | ||||||
* | Move updating the chroot to the right place | Pascal Terjan | 2020-06-15 | 2 | -5/+7 | |
| | ||||||
* | 0.7.11 | Pascal Terjan | 2020-06-14 | 2 | -1/+2 | |
| | ||||||
* | Update packages after creating chroot | Pascal Terjan | 2020-06-14 | 3 | -0/+27 | |
| | | | | | This is useful when building for updates_testing or with additional media as basesystem/urpmi/... were installed without those media. | |||||
* | Unmount things when additional media fail | Pascal Terjan | 2020-06-14 | 1 | -1/+5 | |
| | ||||||
* | rebuild perl-PerlIO-utf8_strict too | Thierry Vignaud | 2020-06-08 | 1 | -1/+1 | |
| | ||||||
* | ulri: sort file names in mail | Thierry Vignaud | 2020-04-27 | 2 | -2/+3 | |
| | ||||||
* | pull makedev as it'll be dropped from basesystem | Thierry Vignaud | 2020-04-14 | 1 | -0/+1 | |
| | ||||||
* | Move check_{no,}arch to a new RPM module | Pascal Terjan | 2020-03-15 | 5 | -48/+62 | |
| | | | | They have nothing to do with the config and work on an RPM file. | |||||
* | Fix max_command_retry description | Pascal Terjan | 2020-02-26 | 1 | -1/+1 | |
| | ||||||
* | Revert "Delete useless check" | Pascal Terjan | 2020-02-17 | 1 | -0/+3 | |
| | | | | | | This reverts commit edfd0db4a445d0b9d86defa202b5c9ff3ac8beb3. This check is actually useful, add a comment instead. | |||||
* | Delete unused options | Pascal Terjan | 2020-02-15 | 2 | -14/+0 | |
| | ||||||
* | Delete obsolete comments | Pascal Terjan | 2020-02-15 | 1 | -5/+0 | |
| | ||||||
* | Delete obsolete comments | Pascal Terjan | 2020-02-15 | 1 | -47/+0 | |
| | ||||||
* | Delete useless check | Pascal Terjan | 2020-02-15 | 1 | -1/+0 | |
| | | | | It is already checked a few lines earlier | |||||
* | Commit forgotten NEWS file | Pascal Terjan | 2020-02-15 | 1 | -0/+2 | |
| | ||||||
* | Allow building arm v5 and v7 on armv8l | Pascal Terjan | 2020-01-14 | 1 | -7/+5 | |
| | | | | | Also cleanup arch_comp, no need to list to say an arch is compatible with itself. | |||||
* | 0.7.100.7.10 | Pascal Terjan | 2020-01-11 | 2 | -1/+2 | |
| | ||||||
* | Give --target to rpmbuild | Pascal Terjan | 2020-01-09 | 2 | -1/+2 | |
| | | | | 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 | 2 | -1/+3 | |
| | ||||||
* | Release 0.7.90.7.9 | Pascal Terjan | 2019-11-09 | 2 | -1/+2 | |
| | ||||||
* | Use setarch linux32 rather than target arch | Pascal Terjan | 2019-11-09 | 2 | -4/+6 | |
| | | | | | | | | $ setarch --list uname26 linux32 linux64 armv7l | |||||
* | Always call setarch | Pascal Terjan | 2019-11-09 | 2 | -4/+4 | |
| | | | | | | | 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. | |||||
* | Fix uses as touch is now used in another file | Pascal Terjan | 2019-11-04 | 2 | -1/+2 | |
| | ||||||
* | Fix syntax error | Pascal Terjan | 2019-11-03 | 1 | -1/+1 | |
| |