Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
| | ||||||
* | Make sure hostname resolves | Pascal Terjan | 2017-10-04 | 2 | -2/+6 | |
| | ||||||
* | simplify | Thierry Vignaud | 2017-10-04 | 1 | -1/+1 | |
| | ||||||
* | kill now unused %pack_provide | Thierry Vignaud | 2017-10-04 | 1 | -4/+3 | |
| | ||||||
* | clean unused variables | Thierry Vignaud | 2017-10-04 | 1 | -5/+5 | |
| | ||||||
* | (install_packages) kill unused arg | Thierry Vignaud | 2017-10-04 | 3 | -6/+5 | |
| | ||||||
* | (_install_callback) kill unused arg | Thierry Vignaud | 2017-10-04 | 1 | -2/+2 | |
| | ||||||
* | kill unused variable | Thierry Vignaud | 2017-10-04 | 1 | -1/+0 | |
| | ||||||
* | Bring lo up in the chroot | Pascal Terjan | 2017-10-04 | 2 | -1/+5 | |
| | ||||||
* | 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 | |
| | ||||||
* | 0.7.1 | Pascal Terjan | 2017-10-03 | 2 | -1/+2 | |
| | ||||||
* | Do not use chroot urpmi | Pascal Terjan | 2017-10-03 | 2 | -6/+7 | |
| | | | | | 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 | 2 | -3/+9 | |
| | | | | This allows adding the media without networking inside the chroot | |||||
* | 0.7.00.7.0 | Pascal Terjan | 2017-10-03 | 2 | -2/+2 | |
| | ||||||
* | Finish killing $cache | Pascal Terjan | 2017-10-03 | 1 | -31/+16 | |
| | ||||||
* | Kill dead code | Pascal Terjan | 2017-10-03 | 1 | -11/+0 | |
| | ||||||
* | Remove unused parameter | Pascal Terjan | 2017-10-03 | 1 | -3/+3 | |
| | ||||||
* | Use a network namespace for builds | Pascal Terjan | 2017-10-03 | 3 | -1/+36 | |
| | ||||||
* | Do not read all rpms in check_media, synthesis can be trusted | Pascal Terjan | 2017-10-03 | 1 | -18/+0 | |
| | ||||||
* | Kill upload/rsync in iurt | Pascal Terjan | 2017-10-03 | 3 | -110/+11 | |
| | ||||||
* | Update NEWS | Pascal Terjan | 2017-10-03 | 1 | -0/+1 | |
| | ||||||
* | Kill most of $cache | Pascal Terjan | 2017-10-03 | 3 | -39/+21 | |
| | ||||||
* | kill "needed" and "buildrequires" | Pascal Terjan | 2017-10-03 | 2 | -8/+0 | |
| | ||||||
* | Kill missing buildrequires detection | Pascal Terjan | 2017-10-03 | 1 | -21/+0 | |
| | | | | | | It should probably work in a few cases but is not really useful as it ends up in some logs no one reads while the error is obvious to understand. | |||||
* | Kill check_needed | Pascal Terjan | 2017-10-03 | 1 | -48/+1 | |
| | | | | | | It was checking if some buildrequires were not yet built but we are not using iurt like that anymore so all this code is untested and mostly broken | |||||
* | Kill status_mail | Pascal Terjan | 2017-10-02 | 2 | -99/+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 | 3 | -1/+7 | |
| | | | | | This is useful to improve performance for for autobuild where we build all packages on a snapshot of the distribution. | |||||
* | Use urpm to parse synthesis | Pascal Terjan | 2017-10-02 | 2 | -21/+12 | |
| | | | | This allows it to work with xz compressed synthesis. | |||||
* | Create /etc/rpm to be able to dump macros before installing basesystem | Pascal Terjan | 2017-08-31 | 1 | -1/+1 | |
| | ||||||
* | Add support for resuming rebuild | Pascal Terjan | 2017-08-31 | 2 | -2/+48 | |
| | ||||||
* | Fix killing the build when log file is not created within 30s | Pascal Terjan | 2017-08-29 | 2 | -1/+2 | |
| | ||||||
* | Remove unused stuff | Pascal Terjan | 2017-08-29 | 1 | -6/+2 | |
| | ||||||
* | Fix stupid bug making upload very slow | Pascal Terjan | 2017-08-29 | 1 | -1/+1 | |
| | ||||||
* | Add one more test for emi | Pascal Terjan | 2017-08-28 | 1 | -0/+49 | |
| | ||||||
* | add comment for better bootstrap) | Nicolas Lécureuil | 2017-08-26 | 1 | -0/+1 | |
| | ||||||
* | Remove dead key | Pascal Terjan | 2017-07-29 | 1 | -1/+1 | |
| | ||||||
* | Revert "Disable perl-URPM tests for now" | Thierry Vignaud | 2017-07-25 | 1 | -2/+0 | |
| | | | | | This reverts commit 850ddd0c7a46d05c0ce5bf3b768143abe265e411. It's no more needed. | |||||
* | mgarepo getsrpm -l is broken currently, part 2 | Pascal Terjan | 2017-07-20 | 1 | -1/+1 | |
| | ||||||
* | mgarepo getsrpm -l is broken currently | Pascal Terjan | 2017-07-20 | 1 | -1/+1 | |
| | ||||||
* | Disable perl-URPM tests for now | Pascal Terjan | 2017-07-20 | 1 | -0/+2 | |
| | ||||||
* | Use libperl provide to find what needs a rebuild | Pascal Terjan | 2017-07-20 | 1 | -1/+1 | |
| | ||||||
* | Use given repository, and fail if chroot can not be created | Pascal Terjan | 2017-07-20 | 1 | -2/+7 | |
| | ||||||
* | Install perl-Math-Int64 before building perl-URPM | Pascal Terjan | 2017-07-20 | 1 | -0/+1 | |
| | ||||||
* | rebuild Math::Int64 too | Thierry Vignaud | 2017-07-19 | 1 | -1/+2 | |
| | ||||||
* | Simplify failure detection logic and fix cleanup | Pascal Terjan | 2017-02-06 | 2 | -22/+21 | |
| | | | | | | | | Especially: - fetch logs when dependencies can not be installed - properly cleanup logs on the build machine in all cases - really discard other architectures if a mandatory one had already failed | |||||
* | perl_checker: kill useless arg | Thierry Vignaud | 2016-12-31 | 1 | -2/+2 | |
| |