aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix uploading of noarch packagesPascal Terjan2016-10-121-1/+1
|
* Do not rebuild noarch packages that are already building/builtPascal Terjan2016-10-121-3/+8
|
* perl_checker cleanupsThierry Vignaud2016-10-115-14/+14
|
* Describe some testsPascal Terjan2016-10-111-3/+3
|
* Fix reuse of {arch} part of the treePascal Terjan2016-10-117-15/+19
| | | | | | | | It is used by ulri for both builds in progress and already done, while emi expects it to be only for done ones. This causes to upload only part of mandatory arches and later reject the other.
* remove useless blacklistThierry Vignaud2016-10-061-1/+0
|
* Remove unused stuffPascal Terjan2016-10-051-16/+0
|
* Add the test for previous fixPascal Terjan2016-10-051-0/+96
|
* Fix wrongly skipped postPascal Terjan2016-10-052-5/+17
| | | | | | | When doing a secondary upload contaning a noarch it was considered finisher for all arches despite the noarch package not getting uploaded. This means we were not calling some posts (including genhdlist2) on primary arches.
* Fix call to build_package0.6.26Pascal Terjan2016-10-041-1/+1
|
* Reorganize code detecting build statusPascal Terjan2016-10-041-36/+34
| | | | | | | If we can't get status, log a warning and go on. If status is not ready yet, verify the build is still in progress and there is no timeout. Else, analyze the status.
* 0.6.26Pascal Terjan2016-10-032-1/+2
|
* Do not give up on a build when failing to check its statusPascal Terjan2016-10-032-69/+68
|
* Remove some useless connection to the build nodePascal Terjan2016-10-031-1/+1
| | | | | If we know the build is completed there is no point checking the state of the remote process.
* shrink .perl_checker blacklistsThierry Vignaud2016-09-161-35/+0
| | | | (need latest perl_checker)
* Update NEWSPascal Terjan2016-06-151-0/+1
|
* Always accept to build for the current archPascal Terjan2016-06-151-1/+1
|
* Fix check_archPascal Terjan2016-06-151-1/+1
| | | | | | If there is an exclusive_arch tag we only want to build for an arch which is listed there. Also we shouldn't need to add all arches in arch_comp as compatible with themselves.
* Fix exclusion warning to not log 1Pascal Terjan2016-05-251-1/+1
|
* Do not consider iurt is no longer running when failing to sshPascal Terjan2016-05-211-2/+3
|
* Do not retry when a build succeeds while it is already being retriedPascal Terjan2016-05-211-2/+2
|
* Allow building armv7hl on armv7lPascal Terjan2016-05-121-1/+1
|
* Enable ServerAliveInterval by defaultPascal Terjan2016-04-152-2/+2
|
* Add workaround for attempts to upload no packagesPascal Terjan2016-02-251-0/+3
|
* Mark a known bugPascal Terjan2016-02-251-0/+1
|
* Do not try to build failed packagesPascal Terjan2016-02-151-2/+3
|
* Move something invariant out of a loopPascal Terjan2016-02-151-8/+5
|
* Add missing filePascal Terjan2016-02-151-0/+215
|
* Better modules splitPascal Terjan2016-02-064-214/+17
|
* Start splitting ulriPascal Terjan2016-02-062-198/+207
|
* Cleanup lines with only whitespacePascal Terjan2016-02-061-42/+42
|
* Move exclude_machine to a better placePascal Terjan2016-02-031-8/+8
|
* Add another test for emiPascal Terjan2016-01-241-0/+240
|
* Fix passing of a hash a function parameterPascal Terjan2016-01-242-21/+22
|
* Add a first test!Pascal Terjan2016-01-243-0/+101
|
* Update NEWSPascal Terjan2016-01-241-0/+3
|
* Move most of emi code to library functionsPascal Terjan2016-01-242-156/+178
|
* Use a shared function to load the state of upload treePascal Terjan2016-01-233-184/+143
|
* Do not modify $run in the tree callbacksPascal Terjan2016-01-231-3/+11
|
* Modify one less global variable in the tree callbacksPascal Terjan2016-01-231-9/+14
|
* Use same structure in pkg_tree than ulriPascal Terjan2016-01-231-2/+2
|
* Fix perl_checker warningPascal Terjan2016-01-231-1/+1
|
* Rename section into media to have same $pkg_tree structure than ulriPascal Terjan2016-01-231-47/+47
|
* Do not store the build bot architecture for noarch packagesPascal Terjan2016-01-231-2/+1
|
* Store packages for which the build is in progress or done in pkg_treePascal Terjan2016-01-231-13/+12
|
* Store uploaded state of packages in pkg_treePascal Terjan2016-01-231-5/+4
|
* Store excluded architectures in pkg_treePascal Terjan2016-01-231-3/+2
|
* Removed useless duplication of informationPascal Terjan2016-01-231-4/+1
|
* Reduce the use of global variablesPascal Terjan2016-01-221-12/+6
|
* Reduce ssh timeoutPascal Terjan2015-12-262-1/+2
|