Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Factorize dump_status/dump_cache_par calls | Pascal Terjan | 2012-12-10 | 1 | -10/+4 |
| | |||||
* | Release 0.6.140.6.14 | Pascal Terjan | 2012-12-10 | 1 | -0/+1 |
| | |||||
* | Update NEWS | Pascal Terjan | 2012-12-10 | 1 | -0/+1 |
| | |||||
* | Add TODO | Pascal Terjan | 2012-12-10 | 1 | -0/+1 |
| | |||||
* | Re-indent | Pascal Terjan | 2012-12-10 | 1 | -224/+224 |
| | |||||
* | Add support for parallel build | Pascal Terjan | 2012-12-10 | 1 | -32/+75 |
| | |||||
* | Use plog instead of print | Pascal Terjan | 2012-12-08 | 1 | -2/+1 |
| | |||||
* | simplify | Thierry Vignaud | 2012-12-07 | 1 | -9/+3 |
| | |||||
* | ulri: allow setting per distro arch | Nicolas Vigier | 2012-12-07 | 2 | -1/+17 |
| | | | | | | | | | ulri currently takes the list of bots defined in $config->{bot} to find the list of architecture for which it should build packages. With this change, it is now possible to define in $config->{$arch} the list of architectures for each distro. If it is not defined for a distro, $config->{$arch}->{default} is used. | ||||
* | emi: allow setting per distro mandatory_arch | Nicolas Vigier | 2012-12-07 | 2 | -1/+10 |
| | | | | | | | | | emi is using $config->{mandatory_arch} to find the list of mandatory architectures with successful build required to upload a package. With this change it is now also possible to set per distro mandatory_arch in $config->{mandatory_arch}->{$distro}. If no mandatory architecture is defined for a distro, then $config->{mandatory_arch}->{default} is used. | ||||
* | Remove useless lines | Pascal Terjan | 2012-12-06 | 2 | -6/+0 |
| | |||||
* | perl_checker cleanups | Thierry Vignaud | 2012-12-04 | 2 | -3/+3 |
| | |||||
* | Allow setting some env variables to define and default to setting ↵ | Pascal Terjan | 2012-12-04 | 2 | -0/+15 |
| | | | | PERL_EXTUTILS_AUTOINSTALL and PERL_AUTOINSTALL to --skipdeps | ||||
* | Write status file after succesful builds too | Pascal Terjan | 2012-12-02 | 2 | -0/+2 |
| | |||||
* | Kill build if nothing is printed for 5 minutes and system is idle | Pascal Terjan | 2012-12-02 | 3 | -2/+22 |
| | |||||
* | Increase version | Pascal Terjan | 2012-12-02 | 1 | -1/+1 |
| | |||||
* | simplify: unlink can work on a list... | Thierry Vignaud | 2012-11-27 | 1 | -1/+1 |
| | |||||
* | make it clearer through adding missing () | Thierry Vignaud | 2012-11-27 | 1 | -6/+6 |
| | |||||
* | Do not say that link fail when it succeeds | Pascal Terjan | 2012-11-26 | 1 | -2/+1 |
| | |||||
* | Oops sometimes git-svn does some strange things to me0.6.13 | Pascal Terjan | 2012-10-31 | 1 | -1/+1 |
| | |||||
* | Update NEWS for a release0.6.12 | Pascal Terjan | 2012-10-31 | 2 | -2/+3 |
| | |||||
* | (warn_about_failure) split it out | Thierry Vignaud | 2012-09-25 | 1 | -30/+35 |
| | |||||
* | typo fix | Thierry Vignaud | 2012-09-25 | 1 | -1/+1 |
| | |||||
* | simplify checking whether the whole group is noarch or not | Thierry Vignaud | 2012-09-25 | 1 | -6/+1 |
| | |||||
* | simplify finding excluded package | Thierry Vignaud | 2012-09-25 | 1 | -12/+5 |
| | |||||
* | std subify | Thierry Vignaud | 2012-09-25 | 1 | -3/+2 |
| | |||||
* | (upload_prefix_in_section) kill unused variable | Thierry Vignaud | 2012-09-25 | 1 | -2/+1 |
| | |||||
* | simplify | Thierry Vignaud | 2012-09-25 | 2 | -30/+11 |
| | |||||
* | this is perl: no need for initializing | Thierry Vignaud | 2012-09-25 | 1 | -1/+1 |
| | |||||
* | perl_checker cleanup | Thierry Vignaud | 2012-09-25 | 2 | -3/+3 |
| | |||||
* | use rpmbuild/ rather than rpm/ like modern guidelines | Thierry Vignaud | 2012-09-25 | 5 | -24/+26 |
| | | | | (need invalidating chroots) | ||||
* | - Update NEWS and release | Pascal Terjan | 2012-09-22 | 2 | -2/+6 |
| | |||||
* | Mount /dev/shm as tmpfs | Pascal Terjan | 2012-09-19 | 2 | -1/+11 |
| | |||||
* | Enforce presence of the archs we want | Pascal Terjan | 2012-09-19 | 1 | -2/+2 |
| | |||||
* | post release bump | Thierry Vignaud | 2012-09-12 | 2 | -1/+3 |
| | |||||
* | release0.6.11 | Thierry Vignaud | 2012-09-12 | 1 | -1/+1 |
| | |||||
* | - do not display meaningless commiter, revision & checkout date, just | Thierry Vignaud | 2012-09-12 | 2 | -5/+3 |
| | | | | | version - extract version number from sources | ||||
* | mount /dev/shm as --bind like other mount points (mga#7329) | Thierry Vignaud | 2012-09-12 | 2 | -1/+2 |
| | | | | else it can result in sudo asking password | ||||
* | post release bump | Thierry Vignaud | 2012-09-10 | 2 | -1/+3 |
| | |||||
* | 0.6.100.6.10 | Thierry Vignaud | 2012-09-10 | 1 | -1/+1 |
| | |||||
* | only rely on exit code to assess success or faillure of urpm | Thierry Vignaud | 2012-09-10 | 2 | -1/+2 |
| | | | | (greping for errors leaded to false positives) | ||||
* | list last rtp commit | Thierry Vignaud | 2012-09-10 | 1 | -0/+1 |
| | |||||
* | fix check_chroot_need_update "regression", which was always telling to rebuild | Arnaud Patard | 2012-09-07 | 1 | -1/+4 |
| | | | | | | the chroot. @available_pkgs was always empty, because of trying to write the new media.cfg in /var/cache/urpmi/partial/ as user. | ||||
* | fix false positive when looking for errors | Thierry Vignaud | 2012-09-06 | 2 | -1/+2 |
| | | | | (spot by boklm) | ||||
* | For non-local media, iurt is suppressing the urpmi.cfg file while creating | Arnaud Patard | 2012-09-05 | 1 | -2/+14 |
| | | | | | | | | the chroot. This has the side effect of forcing people to use things like --chrooted-urpmi even if the iurt configuration is fine (since it managed to create the chroot). So, add media while creating the build chroot for non-local media, as long as --chrooted-urpmi has not been used. | ||||
* | post release bump | Thierry Vignaud | 2012-09-03 | 2 | -1/+3 |
| | |||||
* | release0.6.9 | Thierry Vignaud | 2012-09-03 | 1 | -1/+1 |
| | |||||
* | (clean_and_build_chroot) failing to mount /dev/pts is not a fatal error | Thierry Vignaud | 2012-09-03 | 2 | -4/+2 |
| | |||||
* | s/iurt2/iurt/ | Thierry Vignaud | 2012-09-02 | 3 | -4/+4 |
| | |||||
* | (clean_and_build_chroot) fix path on message | Thierry Vignaud | 2012-09-02 | 1 | -1/+1 |
| |