aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* simplify previous commitThierry Vignaud2020-12-191-4/+1
|
* 0.7.16Pascal Terjan2020-12-192-1/+2
|
* iurt: use --target noarch for noarch packagesPascal Terjan2020-12-192-2/+9
| | | | We were using --target <arch of the chroot used to build>
* explain to rebuilds binary pkgs not depending on libperlThierry Vignaud2020-12-181-0/+8
|
* 0.7.150.7.15Pascal Terjan2020-12-132-1/+2
|
* Add arch to all log filesPascal Terjan2020-12-132-2/+3
|
* Update NEWSPascal Terjan2020-12-131-0/+2
|
* Change misleading log linesPascal Terjan2020-12-041-2/+2
|
* Do not add media twicePascal Terjan2020-11-291-8/+0
|
* Always use urpmi --urpmi-rootPascal Terjan2020-11-293-68/+20
|
* 0.7.140.7.14Pascal Terjan2020-06-152-1/+2
|
* Fix updating the chroot...Pascal Terjan2020-06-152-1/+2
|
* Cleanup old commentsPascal Terjan2020-06-151-9/+0
|
* Add architecture in botcmd filenamePascal Terjan2020-06-152-1/+3
|
* 0.7.130.7.13Pascal Terjan2020-06-152-1/+2
|
* Move the updating of packages laterPascal Terjan2020-06-153-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 Terjan2020-06-151-5/+5
| | | | | | This reverts commit fe9d5b05cada63b4aa30b71401456263a3b511f1. It actually made things worse, this code is really a maze.
* 0.7.120.7.12Pascal Terjan2020-06-152-1/+2
|
* Move updating the chroot to the right placePascal Terjan2020-06-152-5/+7
|
* 0.7.11Pascal Terjan2020-06-142-1/+2
|
* Update packages after creating chrootPascal Terjan2020-06-143-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 failPascal Terjan2020-06-141-1/+5
|
* rebuild perl-PerlIO-utf8_strict tooThierry Vignaud2020-06-081-1/+1
|
* ulri: sort file names in mailThierry Vignaud2020-04-272-2/+3
|
* pull makedev as it'll be dropped from basesystemThierry Vignaud2020-04-141-0/+1
|
* Move check_{no,}arch to a new RPM modulePascal Terjan2020-03-155-48/+62
| | | | They have nothing to do with the config and work on an RPM file.
* Fix max_command_retry descriptionPascal Terjan2020-02-261-1/+1
|
* Revert "Delete useless check"Pascal Terjan2020-02-171-0/+3
| | | | | | This reverts commit edfd0db4a445d0b9d86defa202b5c9ff3ac8beb3. This check is actually useful, add a comment instead.
* Delete unused optionsPascal Terjan2020-02-152-14/+0
|
* Delete obsolete commentsPascal Terjan2020-02-151-5/+0
|
* Delete obsolete commentsPascal Terjan2020-02-151-47/+0
|
* Delete useless checkPascal Terjan2020-02-151-1/+0
| | | | It is already checked a few lines earlier
* Commit forgotten NEWS filePascal Terjan2020-02-151-0/+2
|
* Allow building arm v5 and v7 on armv8lPascal Terjan2020-01-141-7/+5
| | | | | Also cleanup arch_comp, no need to list to say an arch is compatible with itself.
* 0.7.100.7.10Pascal Terjan2020-01-112-1/+2
|
* Give --target to rpmbuildPascal Terjan2020-01-092-1/+2
| | | | This fixes wrong isa name when building for armv7hl on aarch64 machine.
* Allow - in host when parsing lock file namePascal Terjan2020-01-092-1/+3
|
* Release 0.7.90.7.9Pascal Terjan2019-11-092-1/+2
|
* Use setarch linux32 rather than target archPascal Terjan2019-11-092-4/+6
| | | | | | | | $ setarch --list uname26 linux32 linux64 armv7l
* Always call setarchPascal Terjan2019-11-092-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 filePascal Terjan2019-11-042-1/+2
|
* Fix syntax errorPascal Terjan2019-11-031-1/+1
|
* Create one file per architecture for .uploadPascal Terjan2019-11-032-4/+8
| | | | This is consistent with .done, .excluded, etc so allows reusing the code.
* emi: Fix bug introduce in previous commitPascal Terjan2019-11-022-9/+24
| | | | | It moved the creation of .upload too early, potentially before metadata was updated when several packages were uploaded at once.
* emi: store uploaded architectures in .uploadPascal Terjan2019-11-013-5/+12
| | | | | 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 Vignaud2019-08-073-29/+7
| | | | | | | | 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 reasonThierry Vignaud2019-07-203-7/+29
|
* Create a 0.7.8.1 after merge0.7.8.1Pascal Terjan2018-10-162-1/+4
|
* 0.7.8Pascal Terjan2018-10-162-1/+2
|
* Use SIGTERM to kill iurt and install a handlerPascal Terjan2018-10-163-8/+15
|