aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* Fix reuse of {arch} part of the treePascal Terjan2016-10-112-4/+4
| | | | | | | | 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
|
* Fix wrongly skipped postPascal Terjan2016-10-051-5/+14
| | | | | | | 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 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.
* Allow building armv7hl on armv7lPascal Terjan2016-05-121-1/+1
|
* Add workaround for attempts to upload no packagesPascal Terjan2016-02-251-0/+3
|
* Mark a known bugPascal Terjan2016-02-251-0/+1
|
* Add missing filePascal Terjan2016-02-151-0/+215
|
* Better modules splitPascal Terjan2016-02-062-204/+14
|
* Start splitting ulriPascal Terjan2016-02-061-0/+185
|
* Fix passing of a hash a function parameterPascal Terjan2016-01-241-19/+20
|
* Move most of emi code to library functionsPascal Terjan2016-01-241-0/+176
|
* Use a shared function to load the state of upload treePascal Terjan2016-01-231-26/+135
|
* Drop arcfour cipher usage (not enabled by default in latest openssh packages)Olivier Blin2015-11-171-2/+2
|
* ulri: Keep other builds going when a failure occurs on non-mandatory archOlivier Blin2015-11-171-2/+24
|
* Extract get_mandatory_arch helperOlivier Blin2015-11-171-0/+7
|
* Force installing all translationsPascal Terjan2015-11-161-0/+1
|
* log which timeout value was usedThierry Vignaud2015-10-301-1/+1
|
* Retry only once installing buildrequiresPascal Terjan2015-03-211-1/+1
|
* Remove old src.rpm before recreating it (mga#14243)Pascal Terjan2014-10-121-8/+6
|
* (sub install_packages_old) kill it (unused)Thierry Vignaud2014-04-301-27/+0
|
* mkpath is not used in this moduleThierry Vignaud2014-04-301-1/+0
|
* Add missing use statementPascal Terjan2014-04-301-0/+1
|
* Do not delete srpm name, it is needed for error emailPascal Terjan2014-04-191-1/+0
|
* simplify using cat*()Thierry Vignaud2014-04-191-3/+1
|
* perl_checker cleanupsThierry Vignaud2014-04-192-4/+4
|
* Please perl by adding some parenthesisPascal Terjan2014-04-131-1/+1
|
* Enhance readability of --config-help output: remove leading spaces.Hartmut Goebel2014-03-251-7/+4
|
* Replace a call to sudo chroot with iurt_root_commandPascal Terjan2014-01-191-3/+1
|
* Replace a call to sudo mkdir with iurt_root_commandPascal Terjan2014-01-191-1/+1
|
* Try to improve cleanup (and not forget a build when another arch fails)Pascal Terjan2014-01-191-9/+34
|
* Kill DKMS mode, it should be a list of packages to rebuild on kernel upload, ↵Pascal Terjan2014-01-191-339/+0
| | | | outside iurt
* Use unique tmpfile for dumping macros, if several iurt create/remove ↵Pascal Terjan2013-01-191-1/+1
| | | | /tmp/rpmmacros things will fail sometimes
* - fix check_chroot_need_update which was always telling to rebuild the chroot,Arnaud Patard2012-12-141-0/+1
| | | | | | due to urpmi not being able to write to $urpmi_root/tmp some temp files (thus returning an empty package list).
* Get rid of cachePascal Terjan2012-12-105-95/+3
|
* Remove useless linesPascal Terjan2012-12-061-3/+0
|
* perl_checker cleanupsThierry Vignaud2012-12-041-1/+1
|
* Kill build if nothing is printed for 5 minutes and system is idlePascal Terjan2012-12-021-2/+12
|
* use rpmbuild/ rather than rpm/ like modern guidelinesThierry Vignaud2012-09-253-12/+12
| | | | (need invalidating chroots)
* Mount /dev/shm as tmpfsPascal Terjan2012-09-191-1/+1
|
* mount /dev/shm as --bind like other mount points (mga#7329)Thierry Vignaud2012-09-121-1/+1
| | | | else it can result in sudo asking password
* 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.
* For non-local media, iurt is suppressing the urpmi.cfg file while creatingArnaud Patard2012-09-051-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.
* (clean_and_build_chroot) failing to mount /dev/pts is not a fatal errorThierry Vignaud2012-09-031-4/+1
|
* s/iurt2/iurt/Thierry Vignaud2012-09-022-2/+2
|
* (clean_and_build_chroot) fix path on messageThierry Vignaud2012-09-021-1/+1
|
* fix import loopThierry Vignaud2012-09-011-1/+1
|
* help perl_checkerThierry Vignaud2012-08-271-1/+2
|
* kill BUG noteThierry Vignaud2012-08-271-1/+0
|
* (remove_chroot) pass missing 'config' parameter to clean_all_chroot_tmp()Thierry Vignaud2012-08-271-3/+3
| | | | | bug introduced in commit r5307 by pterjan on 2012-08-08 (was: "Initial btrfs support")