aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* ulri: Fix a crash after build failures0.8.2.2Pascal Terjan2023-02-013-2/+5
|
* Fix syntax checks to use local tree0.8.2.1Pascal Terjan2023-01-303-4/+7
|
* Fix version0.8.2Pascal Terjan2023-01-301-1/+1
|
* Fix some forever retriesPascal Terjan2023-01-302-1/+4
| | | | | | | | | An error was not set when failing in %prep or %generate_buildrequires while trying to generate dynamic buildrequires. This causes iurt to assume it's a retriable install_deps_failure. Set the failure to build_failure when what fails is rpmbuild -br rather than installing the packages.
* 0.8.2Pascal Terjan2023-01-292-1/+2
|
* ulri: Fix syntaxPascal Terjan2023-01-293-3/+4
|
* Add some tests checking the syntax of scriptsPascal Terjan2023-01-292-0/+6
| | | | | The main scripts (iurt/ulri/emi) were not covered by tests, only the libs.
* 0.8.10.8.1Pascal Terjan2023-01-202-1/+2
|
* iurt: Fix detection of missing_dep on DynamicBuildRequiresPascal Terjan2023-01-202-3/+3
| | | | Currently we always get install_deps_failure which is retriable.
* iurt: Cleanup some duplicated codePascal Terjan2023-01-201-17/+14
|
* Small cleanupsPascal Terjan2023-01-202-7/+3
|
* iurt: Fix buildreqs.nosrc.rpm filename on Mageia build systemPascal Terjan2023-01-192-1/+15
|
* Increase robustness when scp fails0.8.0Pascal Terjan2023-01-194-32/+35
| | | | | Do not remove lock file and mark build as done until we copied all the files.
* 0.8.0Pascal Terjan2023-01-192-1/+2
|
* iurt: Add support for DynamicBuildRequiresPascal Terjan2023-01-193-2/+70
| | | | See https://fedoraproject.org/wiki/Changes/DynamicBuildRequires
* Minor cleanupPascal Terjan2023-01-191-4/+3
| | | | No need for 2 variables with the same content.
* Fix matching bogus foobar.spec.licenseThierry Vignaud2022-09-131-1/+1
|
* 0.7.180.7.18Pascal Terjan2022-08-222-2/+3
|
* Fix false positives of iurt dying on the build machinePascal Terjan2022-08-222-1/+2
| | | | | | | | | | | | | sout("foo || bar") was fetching the output of: ssh -x user@host foo || bar instead of: ssh -x user@host "foo || bar" This means we were considering the remote command to have failed when ssh to the machine to check status was failing.
* fix calling clean_chroot()Thierry Vignaud2022-06-112-1/+3
| | | | | | | The call wasn't matching the function signature thus breaking cleaning chroots. Bug introducted in commit 69e74732d254c75adc20afc25a8729ca568be832 I wonder why nobody saw it before ??
* Escape dollars in the messagePascal Terjan2022-06-031-2/+2
|
* 0.7.17.20.7.17.2Pascal Terjan2022-05-012-2/+3
|
* Update NEWSPascal Terjan2022-05-011-0/+2
|
* iurt: Use consistent log directoryPascal Terjan2022-05-011-3/+3
| | | | | | | This never worked on the Mageia buildsystem where $log_dir is not directly $srpm which happens when there is a @...: prefix but commit dcba2bd9a3d11a0f means the failure to write is now detected and causes a crash.
* iurt: Fix src.rpm name (mga#30344)0.7.17.1Pascal Terjan2022-04-263-2/+5
|
* Commit some forgotten testPascal Terjan2022-04-261-0/+60
|
* ulri: Remove duplication on loading lock filePascal Terjan2022-04-262-31/+43
|
* Release 0.7.170.7.17Pascal Terjan2022-04-252-1/+2
|
* dump_tree: Add CLI to dump current statusPascal Terjan2022-04-251-0/+1
| | | | This can be used for example by
* ulri: Better maintain in progress buildsPascal Terjan2022-04-252-0/+9
|
* ulri: rely on status.log to know a build completedPascal Terjan2022-04-253-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 directlyPascal Terjan2021-11-241-2/+1
|
* simplify using output()Thierry Vignaud2021-11-241-7/+2
|
* iurt: Allow generated src.rpm to change namePascal Terjan2021-11-232-1/+17
| | | | | Some packages use macros for Name and those can change based on the distro version.
* iurt: record the list of generated packagesPascal Terjan2021-07-112-0/+10
|
* perl_checker cleanupsThierry Vignaud2020-12-191-1/+1
|
* 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
|