| Commit message (Expand) | Author | Age | Files | Lines |
* | factorize packages installation check code in a are_installed() function | Olivier Blin | 2007-08-30 | 1 | -3/+8 |
* | - Support contrib kernel naming. | Marcelo Leitner | 2007-08-13 | 1 | -1/+1 |
* | - Enhanced failure email: explains why and gives direct links to the logs. | Marcelo Leitner | 2007-08-10 | 1 | -1/+27 |
* | don't create ld.so.conf in the chroot, as it prevents glibc from installing t... | Gustavo De Nardin | 2007-08-01 | 1 | -1/+1 |
* | - DISABLED icecream. It's really borking x86_64 builds and I can't figure out... | Marcelo Leitner | 2007-07-31 | 1 | -1/+0 |
* | - added some comments. | Marcelo Leitner | 2007-07-04 | 1 | -1/+8 |
* | - Do not use --probe-hdlist in urpmi.addmedia commands, as dicussed in | Marcelo Leitner | 2007-07-03 | 1 | -1/+1 |
* | - We do not run chrooted, so we must prefix the media path with the chroot | Marcelo Leitner | 2007-06-27 | 1 | -1/+1 |
* | - Fool, it was right. | Marcelo Leitner | 2007-06-27 | 1 | -1/+1 |
* | - Finally fix the issue: s/urpmi_medias/iurt_medias/, fixing my mistake. | Marcelo Leitner | 2007-06-27 | 1 | -1/+1 |
* | - Fix namespace issue. | Marcelo Leitner | 2007-06-27 | 1 | -1/+2 |
* | - Enhance error reporting. | Marcelo Leitner | 2007-06-27 | 1 | -1/+4 |
* | - Fix media variable name. | Marcelo Leitner | 2007-06-27 | 1 | -1/+1 |
* | - Enhance error reporting. | Marcelo Leitner | 2007-06-27 | 1 | -1/+4 |
* | - Finish the rename. | Marcelo Leitner | 2007-06-27 | 1 | -1/+1 |
* | - Enhance debug on chroot creation and prepare for chroot updates. | Marcelo Leitner | 2007-06-27 | 1 | -5/+42 |
* | - Enhance job abandoning message. | Marcelo Leitner | 2007-06-26 | 1 | -2/+5 |
* | - Ops, fix one trailing ( | Marcelo Leitner | 2007-06-26 | 1 | -1/+1 |
* | - Improve compilation start timeout handling. | Marcelo Leitner | 2007-06-26 | 1 | -1/+8 |
* | - Fix perl keyword misuse. | Marcelo Leitner | 2007-06-26 | 1 | -1/+1 |
* | - make it clear when admin gets undue email | Gustavo De Nardin | 2007-06-26 | 1 | -1/+1 |
* | - get rid of email guessing | Gustavo De Nardin | 2007-06-26 | 2 | -14/+7 |
* | - Protect the cache against empty medias, as current iurt command handler will | Marcelo Leitner | 2007-06-25 | 1 | -0/+11 |
* | - Fix cache_ prefix location. | Marcelo Leitner | 2007-06-22 | 1 | -2/+2 |
* | - Indent fix. | Marcelo Leitner | 2007-06-21 | 1 | -1/+1 |
* | - Fix debug support. | Marcelo Leitner | 2007-06-21 | 1 | -2/+7 |
* | - Escape the wildcard. | Marcelo Leitner | 2007-06-20 | 1 | -1/+1 |
* | - Protect chroot removal if there is still mount points referencing it. | Marcelo Leitner | 2007-06-19 | 1 | -1/+11 |
* | - Also clean unsupported archs, which are uploaded without .src.rpms. | Marcelo Leitner | 2007-06-15 | 1 | -0/+8 |
* | - Adds support for debug packages. | Marcelo Leitner | 2007-06-15 | 1 | -1/+1 |
* | - Added the script that will be executed on n3 in order to clean iurt cache. | Marcelo Leitner | 2007-06-15 | 1 | -0/+117 |
* | - Fix cache path | Marcelo Leitner | 2007-06-15 | 1 | -1/+1 |
* | - --additional-media option on --chrooted-urpmi one, as they are almost clones. | Marcelo Leitner | 2007-06-15 | 3 | -29/+49 |
* | - Avoid compact perl and free of mistakes. | Marcelo Leitner | 2007-06-08 | 2 | -2/+4 |
* | - Add support for icecream via option --icecream <procs> | Marcelo Leitner | 2007-06-08 | 3 | -2/+74 |
* | - Fix wrongly copied-pasted variable $chroot (should be $tmp_chroot) | Marcelo Leitner | 2007-05-29 | 1 | -2/+2 |
* | - Also makes sure /dev/pts is unmounted too. | Marcelo Leitner | 2007-05-29 | 1 | -1/+2 |
* | - Umount /proc prior to tar() the chroot. | Marcelo Leitner | 2007-05-29 | 1 | -0/+1 |
* | unwarlying the defaults | Gustavo De Nardin | 2007-05-22 | 2 | -2/+2 |
* | remove the newline | Gustavo De Nardin | 2007-05-21 | 1 | -0/+1 |
* | get_repsys_conf() didn't really got Repsys config, just emails from the | Gustavo De Nardin | 2007-05-21 | 3 | -37/+14 |
* | check sudo access using a simple sudo command, instead of relying in sudo -l | Gustavo De Nardin | 2007-05-12 | 1 | -7/+1 |
* | Restoring code lost in the SVN breakage from an old checkout | Gustavo De Nardin | 2007-05-12 | 11 | -0/+4863 |
* | - Fix updates handling: updates is not a repository, it's a media. The | Marcelo Leitner | 2007-03-23 | 1 | -5/+4 |
* | - Implemented later and updates commands: | Marcelo Leitner | 2007-03-23 | 1 | -1/+24 |
* | - Added helper script to be ran with emi in order to do manual approvals. | Marcelo Leitner | 2007-03-22 | 1 | -0/+94 |
* | oops, fix stupid mistake | Olivier Blin | 2007-03-18 | 1 | -1/+1 |
* | explicitely die when the log directory can not be created | Olivier Blin | 2007-03-18 | 1 | -0/+1 |
* | factorize log dir | Olivier Blin | 2007-03-18 | 1 | -3/+4 |
* | fix lib search path (iurt should probably pass its search path to iurt_root_c... | Olivier Blin | 2007-03-17 | 1 | -1/+1 |