aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Update NEWS0.6.15Pascal Terjan2012-12-101-0/+5
|
* Increase versionPascal Terjan2012-12-101-1/+1
|
* Get shared code out of rebuild_onePascal Terjan2012-12-101-6/+5
|
* Fix concurrent access to status filePascal Terjan2012-12-101-13/+20
|
* Get rid of cachePascal Terjan2012-12-106-203/+34
|
* Don't mention srpms in unknown state in the status file, this is bogus ↵Pascal Terjan2012-12-101-2/+0
| | | | anyway when srpm release changes
* Factorize dump_status/dump_cache_par callsPascal Terjan2012-12-101-10/+4
|
* Release 0.6.140.6.14Pascal Terjan2012-12-101-0/+1
|
* Update NEWSPascal Terjan2012-12-101-0/+1
|
* Add TODOPascal Terjan2012-12-101-0/+1
|
* Re-indentPascal Terjan2012-12-101-224/+224
|
* Add support for parallel buildPascal Terjan2012-12-101-32/+75
|
* Use plog instead of printPascal Terjan2012-12-081-2/+1
|
* simplifyThierry Vignaud2012-12-071-9/+3
|
* ulri: allow setting per distro archNicolas Vigier2012-12-072-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_archNicolas Vigier2012-12-072-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 linesPascal Terjan2012-12-062-6/+0
|
* perl_checker cleanupsThierry Vignaud2012-12-042-3/+3
|
* Allow setting some env variables to define and default to setting ↵Pascal Terjan2012-12-042-0/+15
| | | | PERL_EXTUTILS_AUTOINSTALL and PERL_AUTOINSTALL to --skipdeps
* Write status file after succesful builds tooPascal Terjan2012-12-022-0/+2
|
* Kill build if nothing is printed for 5 minutes and system is idlePascal Terjan2012-12-023-2/+22
|
* Increase versionPascal Terjan2012-12-021-1/+1
|
* simplify: unlink can work on a list...Thierry Vignaud2012-11-271-1/+1
|
* make it clearer through adding missing ()Thierry Vignaud2012-11-271-6/+6
|
* Do not say that link fail when it succeedsPascal Terjan2012-11-261-2/+1
|
* Oops sometimes git-svn does some strange things to me0.6.13Pascal Terjan2012-10-311-1/+1
|
* Update NEWS for a release0.6.12Pascal Terjan2012-10-312-2/+3
|
* (warn_about_failure) split it outThierry Vignaud2012-09-251-30/+35
|
* typo fixThierry Vignaud2012-09-251-1/+1
|
* simplify checking whether the whole group is noarch or notThierry Vignaud2012-09-251-6/+1
|
* simplify finding excluded packageThierry Vignaud2012-09-251-12/+5
|
* std subifyThierry Vignaud2012-09-251-3/+2
|
* (upload_prefix_in_section) kill unused variableThierry Vignaud2012-09-251-2/+1
|
* simplifyThierry Vignaud2012-09-252-30/+11
|
* this is perl: no need for initializingThierry Vignaud2012-09-251-1/+1
|
* perl_checker cleanupThierry Vignaud2012-09-252-3/+3
|
* use rpmbuild/ rather than rpm/ like modern guidelinesThierry Vignaud2012-09-255-24/+26
| | | | (need invalidating chroots)
* - Update NEWS and releasePascal Terjan2012-09-222-2/+6
|
* Mount /dev/shm as tmpfsPascal Terjan2012-09-192-1/+11
|
* Enforce presence of the archs we wantPascal Terjan2012-09-191-2/+2
|
* post release bumpThierry Vignaud2012-09-122-1/+3
|
* release0.6.11Thierry Vignaud2012-09-121-1/+1
|
* - do not display meaningless commiter, revision & checkout date, justThierry Vignaud2012-09-122-5/+3
| | | | | version - extract version number from sources
* mount /dev/shm as --bind like other mount points (mga#7329)Thierry Vignaud2012-09-122-1/+2
| | | | else it can result in sudo asking password
* post release bumpThierry Vignaud2012-09-102-1/+3
|
* 0.6.100.6.10Thierry Vignaud2012-09-101-1/+1
|
* only rely on exit code to assess success or faillure of urpmThierry Vignaud2012-09-102-1/+2
| | | | (greping for errors leaded to false positives)
* list last rtp commitThierry Vignaud2012-09-101-0/+1
|
* fix check_chroot_need_update "regression", which was always telling to rebuildArnaud Patard2012-09-071-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 errorsThierry Vignaud2012-09-062-1/+2
| | | | (spot by boklm)