Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix chroot cleaning | Pascal Terjan | 2012-12-11 | 1 | -0/+2 |
| | |||||
* | Update NEWS0.6.15 | Pascal Terjan | 2012-12-10 | 1 | -0/+5 |
| | |||||
* | Release 0.6.140.6.14 | Pascal Terjan | 2012-12-10 | 1 | -0/+1 |
| | |||||
* | Update NEWS | Pascal Terjan | 2012-12-10 | 1 | -0/+1 |
| | |||||
* | ulri: allow setting per distro arch | Nicolas Vigier | 2012-12-07 | 1 | -0/+1 |
| | | | | | | | | | 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 | 1 | -0/+1 |
| | | | | | | | | | 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. | ||||
* | Allow setting some env variables to define and default to setting ↵ | Pascal Terjan | 2012-12-04 | 1 | -0/+3 |
| | | | | PERL_EXTUTILS_AUTOINSTALL and PERL_AUTOINSTALL to --skipdeps | ||||
* | Write status file after succesful builds too | Pascal Terjan | 2012-12-02 | 1 | -0/+1 |
| | |||||
* | Kill build if nothing is printed for 5 minutes and system is idle | Pascal Terjan | 2012-12-02 | 1 | -0/+3 |
| | |||||
* | Update NEWS for a release0.6.12 | Pascal Terjan | 2012-10-31 | 1 | -1/+2 |
| | |||||
* | use rpmbuild/ rather than rpm/ like modern guidelines | Thierry Vignaud | 2012-09-25 | 1 | -0/+2 |
| | | | | (need invalidating chroots) | ||||
* | - Update NEWS and release | Pascal Terjan | 2012-09-22 | 1 | -1/+5 |
| | |||||
* | post release bump | Thierry Vignaud | 2012-09-12 | 1 | -0/+2 |
| | |||||
* | release0.6.11 | Thierry Vignaud | 2012-09-12 | 1 | -1/+1 |
| | |||||
* | mount /dev/shm as --bind like other mount points (mga#7329) | Thierry Vignaud | 2012-09-12 | 1 | -0/+1 |
| | | | | else it can result in sudo asking password | ||||
* | post release bump | Thierry Vignaud | 2012-09-10 | 1 | -0/+2 |
| | |||||
* | 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 | 1 | -0/+2 |
| | | | | (greping for errors leaded to false positives) | ||||
* | list last rtp commit | Thierry Vignaud | 2012-09-10 | 1 | -0/+1 |
| | |||||
* | fix false positive when looking for errors | Thierry Vignaud | 2012-09-06 | 1 | -0/+1 |
| | | | | (spot by boklm) | ||||
* | post release bump | Thierry Vignaud | 2012-09-03 | 1 | -0/+2 |
| | |||||
* | 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 | 1 | -0/+1 |
| | |||||
* | post release bump | Thierry Vignaud | 2012-09-01 | 1 | -0/+2 |
| | |||||
* | release0.6.8 | Thierry Vignaud | 2012-09-01 | 1 | -1/+1 |
| | |||||
* | fix import loop | Thierry Vignaud | 2012-09-01 | 1 | -0/+1 |
| | |||||
* | post release bump (to force next uploader to bump version...) | Thierry Vignaud | 2012-08-31 | 1 | -0/+2 |
| | |||||
* | log more fixes | Thierry Vignaud | 2012-08-31 | 1 | -0/+1 |
| | |||||
* | release0.6.7 | Thierry Vignaud | 2012-08-31 | 1 | -1/+1 |
| | |||||
* | (remove_chroot) kill useless parameter than previously makes '$prefix' | Thierry Vignaud | 2012-08-27 | 1 | -0/+1 |
| | | | | | | | parameter not used (bug!!!) bug introduced in commit r5307 by pterjan on 2012-08-08 (was: "Initial btrfs support") | ||||
* | (clean_chroot) log not cleaning chroots due mount points still being there | Thierry Vignaud | 2012-08-27 | 1 | -0/+1 |
| | |||||
* | mount /dev/shm in chroots too (needed for eg: python) | Thierry Vignaud | 2012-08-27 | 1 | -0/+1 |
| | |||||
* | force next uploader to actually bump version... | Thierry Vignaud | 2012-08-27 | 1 | -0/+2 |
| | |||||
* | tag latest Pascal's release0.6.6.r5364 | Thierry Vignaud | 2012-08-27 | 1 | -1/+1 |
| | |||||
* | Update NEWS | Pascal Terjan | 2012-08-15 | 1 | -0/+1 |
| | |||||
* | Update NEWS | Pascal Terjan | 2012-08-15 | 1 | -0/+1 |
| | |||||
* | allow emi and ulri to log to a file instead of stderr by setting | Nicolas Vigier | 2012-07-05 | 1 | -0/+2 |
| | | | | | | EMI_LOG_FILE or ULRI_LOG_FILE environement variables | ||||
* | (fork_to_monitor) always say why iurt got killed due to space issues | Thierry Vignaud | 2012-03-26 | 1 | -0/+1 |
| | |||||
* | log previous changes | Thierry Vignaud | 2012-03-26 | 1 | -0/+101 |