Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix emi too | Pascal Terjan | 2013-01-11 | 1 | -1/+1 |
| | |||||
* | Fix ulri | Pascal Terjan | 2013-01-11 | 1 | -1/+1 |
| | |||||
* | Release 0.6.180.6.18 | Pascal Terjan | 2013-01-11 | 2 | -1/+4 |
| | |||||
* | Do not mark an arch done until all files are copied | Pascal Terjan | 2013-01-11 | 1 | -6/+9 |
| | |||||
* | 0.6.170.6.17 | Pascal Terjan | 2013-01-02 | 2 | -1/+2 |
| | |||||
* | Update NEWS | Pascal Terjan | 2013-01-02 | 1 | -0/+1 |
| | |||||
* | Write not_on_this_arch packages to status file | Pascal Terjan | 2013-01-02 | 2 | -0/+3 |
| | |||||
* | fix too | Thierry Vignaud | 2013-01-01 | 1 | -1/+1 |
| | |||||
* | fix test | Thierry Vignaud | 2013-01-01 | 1 | -1/+1 |
| | |||||
* | 0.6.160.6.16 | Pascal Terjan | 2012-12-31 | 2 | -1/+2 |
| | |||||
* | Add some logging | Pascal Terjan | 2012-12-23 | 1 | -3/+5 |
| | |||||
* | - fix check_chroot_need_update which was always telling to rebuild the chroot, | Arnaud Patard | 2012-12-14 | 1 | -0/+1 |
| | | | | | | due to urpmi not being able to write to $urpmi_root/tmp some temp files (thus returning an empty package list). | ||||
* | Grr never rename a variable before committing without re-testing | Pascal Terjan | 2012-12-11 | 1 | -1/+1 |
| | |||||
* | Update srpm name, rebuild_one may change it | Pascal Terjan | 2012-12-11 | 2 | -15/+16 |
| | |||||
* | simplify like emi was | Thierry Vignaud | 2012-12-11 | 1 | -8/+2 |
| | |||||
* | (empty_status) simplify, make it cleaer and kill a perl_checker warning | Thierry Vignaud | 2012-12-11 | 1 | -1/+1 |
| | |||||
* | perl_checker cleanup | Thierry Vignaud | 2012-12-11 | 2 | -9/+9 |
| | |||||
* | Add forgotten lock | Pascal Terjan | 2012-12-11 | 1 | -0/+4 |
| | |||||
* | Fix chroot cleaning | Pascal Terjan | 2012-12-11 | 2 | -0/+3 |
| | |||||
* | Update NEWS0.6.15 | Pascal Terjan | 2012-12-10 | 1 | -0/+5 |
| | |||||
* | Increase version | Pascal Terjan | 2012-12-10 | 1 | -1/+1 |
| | |||||
* | Get shared code out of rebuild_one | Pascal Terjan | 2012-12-10 | 1 | -6/+5 |
| | |||||
* | Fix concurrent access to status file | Pascal Terjan | 2012-12-10 | 1 | -13/+20 |
| | |||||
* | Get rid of cache | Pascal Terjan | 2012-12-10 | 6 | -203/+34 |
| | |||||
* | Don't mention srpms in unknown state in the status file, this is bogus ↵ | Pascal Terjan | 2012-12-10 | 1 | -2/+0 |
| | | | | anyway when srpm release changes | ||||
* | 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 |
| |