Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Add workaround for attempts to upload no packages | Pascal Terjan | 2016-02-25 | 1 | -0/+3 | |
| | ||||||
* | Mark a known bug | Pascal Terjan | 2016-02-25 | 1 | -0/+1 | |
| | ||||||
* | Add missing file | Pascal Terjan | 2016-02-15 | 1 | -0/+215 | |
| | ||||||
* | Better modules split | Pascal Terjan | 2016-02-06 | 2 | -204/+14 | |
| | ||||||
* | Start splitting ulri | Pascal Terjan | 2016-02-06 | 1 | -0/+185 | |
| | ||||||
* | Fix passing of a hash a function parameter | Pascal Terjan | 2016-01-24 | 1 | -19/+20 | |
| | ||||||
* | Move most of emi code to library functions | Pascal Terjan | 2016-01-24 | 1 | -0/+176 | |
| | ||||||
* | Use a shared function to load the state of upload tree | Pascal Terjan | 2016-01-23 | 1 | -26/+135 | |
| | ||||||
* | Drop arcfour cipher usage (not enabled by default in latest openssh packages) | Olivier Blin | 2015-11-17 | 1 | -2/+2 | |
| | ||||||
* | ulri: Keep other builds going when a failure occurs on non-mandatory arch | Olivier Blin | 2015-11-17 | 1 | -2/+24 | |
| | ||||||
* | Extract get_mandatory_arch helper | Olivier Blin | 2015-11-17 | 1 | -0/+7 | |
| | ||||||
* | Force installing all translations | Pascal Terjan | 2015-11-16 | 1 | -0/+1 | |
| | ||||||
* | log which timeout value was used | Thierry Vignaud | 2015-10-30 | 1 | -1/+1 | |
| | ||||||
* | Retry only once installing buildrequires | Pascal Terjan | 2015-03-21 | 1 | -1/+1 | |
| | ||||||
* | Remove old src.rpm before recreating it (mga#14243) | Pascal Terjan | 2014-10-12 | 1 | -8/+6 | |
| | ||||||
* | (sub install_packages_old) kill it (unused) | Thierry Vignaud | 2014-04-30 | 1 | -27/+0 | |
| | ||||||
* | mkpath is not used in this module | Thierry Vignaud | 2014-04-30 | 1 | -1/+0 | |
| | ||||||
* | Add missing use statement | Pascal Terjan | 2014-04-30 | 1 | -0/+1 | |
| | ||||||
* | Do not delete srpm name, it is needed for error email | Pascal Terjan | 2014-04-19 | 1 | -1/+0 | |
| | ||||||
* | simplify using cat*() | Thierry Vignaud | 2014-04-19 | 1 | -3/+1 | |
| | ||||||
* | perl_checker cleanups | Thierry Vignaud | 2014-04-19 | 2 | -4/+4 | |
| | ||||||
* | Please perl by adding some parenthesis | Pascal Terjan | 2014-04-13 | 1 | -1/+1 | |
| | ||||||
* | Enhance readability of --config-help output: remove leading spaces. | Hartmut Goebel | 2014-03-25 | 1 | -7/+4 | |
| | ||||||
* | Replace a call to sudo chroot with iurt_root_command | Pascal Terjan | 2014-01-19 | 1 | -3/+1 | |
| | ||||||
* | Replace a call to sudo mkdir with iurt_root_command | Pascal Terjan | 2014-01-19 | 1 | -1/+1 | |
| | ||||||
* | Try to improve cleanup (and not forget a build when another arch fails) | Pascal Terjan | 2014-01-19 | 1 | -9/+34 | |
| | ||||||
* | Kill DKMS mode, it should be a list of packages to rebuild on kernel upload, ↵ | Pascal Terjan | 2014-01-19 | 1 | -339/+0 | |
| | | | | outside iurt | |||||
* | Use unique tmpfile for dumping macros, if several iurt create/remove ↵ | Pascal Terjan | 2013-01-19 | 1 | -1/+1 | |
| | | | | /tmp/rpmmacros things will fail sometimes | |||||
* | - 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). | |||||
* | Get rid of cache | Pascal Terjan | 2012-12-10 | 5 | -95/+3 | |
| | ||||||
* | Remove useless lines | Pascal Terjan | 2012-12-06 | 1 | -3/+0 | |
| | ||||||
* | perl_checker cleanups | Thierry Vignaud | 2012-12-04 | 1 | -1/+1 | |
| | ||||||
* | Kill build if nothing is printed for 5 minutes and system is idle | Pascal Terjan | 2012-12-02 | 1 | -2/+12 | |
| | ||||||
* | use rpmbuild/ rather than rpm/ like modern guidelines | Thierry Vignaud | 2012-09-25 | 3 | -12/+12 | |
| | | | | (need invalidating chroots) | |||||
* | Mount /dev/shm as tmpfs | Pascal Terjan | 2012-09-19 | 1 | -1/+1 | |
| | ||||||
* | mount /dev/shm as --bind like other mount points (mga#7329) | Thierry Vignaud | 2012-09-12 | 1 | -1/+1 | |
| | | | | else it can result in sudo asking password | |||||
* | fix check_chroot_need_update "regression", which was always telling to rebuild | Arnaud Patard | 2012-09-07 | 1 | -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 creating | Arnaud Patard | 2012-09-05 | 1 | -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 error | Thierry Vignaud | 2012-09-03 | 1 | -4/+1 | |
| | ||||||
* | s/iurt2/iurt/ | Thierry Vignaud | 2012-09-02 | 2 | -2/+2 | |
| | ||||||
* | (clean_and_build_chroot) fix path on message | Thierry Vignaud | 2012-09-02 | 1 | -1/+1 | |
| | ||||||
* | fix import loop | Thierry Vignaud | 2012-09-01 | 1 | -1/+1 | |
| | ||||||
* | help perl_checker | Thierry Vignaud | 2012-08-27 | 1 | -1/+2 | |
| | ||||||
* | kill BUG note | Thierry Vignaud | 2012-08-27 | 1 | -1/+0 | |
| | ||||||
* | (remove_chroot) pass missing 'config' parameter to clean_all_chroot_tmp() | Thierry Vignaud | 2012-08-27 | 1 | -3/+3 | |
| | | | | | bug introduced in commit r5307 by pterjan on 2012-08-08 (was: "Initial btrfs support") | |||||
* | (clean_all_chroot_tmp) add a BUG/FIXME note | Thierry Vignaud | 2012-08-27 | 1 | -0/+1 | |
| | | | | | $config parameter was added in commit r5307 by pterjan on 2012-08-08 but is never passed! | |||||
* | (remove_chroot) kill useless parameter than previously makes '$prefix' | Thierry Vignaud | 2012-08-27 | 1 | -1/+1 | |
| | | | | | | | parameter not used (bug!!!) bug introduced in commit r5307 by pterjan on 2012-08-08 (was: "Initial btrfs support") | |||||
* | (clean_chroot) update signatures in doc regarding parameters | Thierry Vignaud | 2012-08-27 | 1 | -2/+2 | |
| | ||||||
* | (clean_chroot) we can now kill one more useless argument | Thierry Vignaud | 2012-08-27 | 1 | -2/+2 | |
| | ||||||
* | (clean_and_build_chroot) split it out of clean_chroot() | Thierry Vignaud | 2012-08-27 | 2 | -7/+22 | |
| | | | | | | => one less argument to clean_chroot() (death to warlism where one add parameters to functions to make them change behaviour depending on them...) |