Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Real fix for dns config0.7.2.2 | Pascal Terjan | 2017-10-06 | 3 | -2/+5 |
| | |||||
* | Fix previous broken commit0.7.2.1 | Pascal Terjan | 2017-10-05 | 3 | -2/+5 |
| | | | | This time, tested. | ||||
* | 0.7.20.7.2 | Pascal Terjan | 2017-10-05 | 2 | -1/+2 |
| | |||||
* | Networking fixes | Pascal Terjan | 2017-10-05 | 2 | -0/+6 |
| | |||||
* | Allow overriding true config values with false | Pascal Terjan | 2017-10-04 | 3 | -3/+53 |
| | |||||
* | Add an option to disable netns | Pascal Terjan | 2017-10-04 | 3 | -1/+6 |
| | |||||
* | Fix typo | Pascal Terjan | 2017-10-04 | 1 | -4/+4 |
| | |||||
* | add use containers to TODO list | Thierry Vignaud | 2017-10-04 | 1 | -0/+1 |
| | |||||
* | 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 |
| |