| Commit message (Expand) | Author | Age | Files | Lines |
* | close the rpmmacros file when done | Olivier Blin | 2011-01-10 | 1 | -0/+1 |
* | do not require rpm-setup package, it is pulled by rpm-build | Olivier Blin | 2011-01-09 | 2 | -2/+0 |
* | remove useless spaces | Nicolas Vigier | 2011-01-07 | 1 | -2/+2 |
* | Rename youri-queue in youri-upload now that they are merged | Pascal Terjan | 2011-01-07 | 1 | -1/+1 |
* | No need to sudo, emi is running with correct user already | Pascal Terjan | 2011-01-06 | 1 | -2/+1 |
* | Have consistent spelling for vendor name, else packages get rejected | Pascal Terjan | 2011-01-06 | 1 | -1/+1 |
* | iurt2.sh wrapper is unneeded now | Olivier Blin | 2010-11-26 | 1 | -12/+0 |
* | include arch in chroot dir name | Olivier Blin | 2010-11-26 | 1 | -2/+2 |
* | remove basesystem_media_root, basesystem_media, and use_system_distrib config... | Olivier Blin | 2010-11-25 | 3 | -31/+1 |
* | fix indentation | Olivier Blin | 2010-11-25 | 1 | -30/+30 |
* | factorize chroot rebuild code | Olivier Blin | 2010-11-25 | 1 | -19/+10 |
* | fix case | Olivier Blin | 2010-11-25 | 1 | -1/+1 |
* | linking back the chroot tarball is only needed when not rebuilding the chroot | Olivier Blin | 2010-11-25 | 1 | -1/+1 |
* | simplify | Olivier Blin | 2010-11-25 | 1 | -4/+2 |
* | create tmp_chroot in one place only | Olivier Blin | 2010-11-25 | 1 | -2/+2 |
* | add a message when the chroot is already up-to-date | Olivier Blin | 2010-11-25 | 1 | -1/+3 |
* | use urpmq --list to find available basesystem package versions, | Olivier Blin | 2010-11-25 | 1 | -10/+9 |
* | do not add rpm extension when building packages list | Olivier Blin | 2010-11-25 | 1 | -1/+1 |
* | remove spurious space, oops | Olivier Blin | 2010-11-25 | 1 | -1/+1 |
* | remove trailing slashes | Olivier Blin | 2010-11-25 | 1 | -5/+5 |
* | remove more trailing slashes | Olivier Blin | 2010-11-25 | 1 | -3/+3 |
* | remove trailing slashes | Olivier Blin | 2010-11-25 | 1 | -3/+3 |
* | log path is unused | Olivier Blin | 2010-11-25 | 1 | -1/+0 |
* | create rejected directory if needed | Olivier Blin | 2010-11-25 | 1 | -0/+1 |
* | fix indentation | Olivier Blin | 2010-11-25 | 1 | -4/+4 |
* | x86_64 hosts can now build i586 packages, impressive! | Olivier Blin | 2010-11-25 | 1 | -0/+5 |
* | iurt log path is now passed by ulri when running the iurt command through ssh | Olivier Blin | 2010-11-25 | 1 | -2/+1 |
* | use urpmi-root when listing media | Olivier Blin | 2010-11-24 | 1 | -1/+1 |
* | remove sudo calls, iurt_root_command is supposed to be run as root already | Olivier Blin | 2010-11-24 | 1 | -5/+4 |
* | remove last sudo command call | Olivier Blin | 2010-11-24 | 1 | -1/+1 |
* | don't resolve hostname in http repository address, using IP address | Olivier Blin | 2010-11-24 | 1 | -9/+9 |
* | use chroot when adding additional media | Olivier Blin | 2010-11-24 | 1 | -1/+1 |
* | use iurt_root_command to add additional media | Olivier Blin | 2010-11-23 | 1 | -1/+2 |
* | do not hardcode home | Olivier Blin | 2010-11-23 | 2 | -2/+2 |
* | use upload.conf from /etc/iurt if not in home (could be factorized together a... | Olivier Blin | 2010-11-23 | 2 | -14/+21 |
* | take iurt config files from /etc/iurt/build, /etc/iurt will contain upload.conf | Olivier Blin | 2010-11-23 | 1 | -1/+1 |
* | Customize a little for mageia | Dexter Morgan | 2010-11-18 | 2 | -4/+4 |
* | apply patch from blino to use config file from /etc/iurt | Nicolas Vigier | 2010-11-10 | 1 | -8/+10 |
* | - clean the code ( cache is unused, and get_date too, I checked check_upload_... | Michael Scherer | 2010-11-07 | 1 | -5/+1 |
* | Test commit | Dexter Morgan | 2010-11-05 | 1 | -2/+2 |
* | use rpm --root instead of sudo chroot rpm | Olivier Blin | 2010-11-04 | 1 | -1/+1 |
* | wrap urpmi.addmedia in iurt_root_command | Dexter Morgan | 2010-11-04 | 2 | -1/+8 |
* | Fix typo | Dexter Morgan | 2010-11-04 | 1 | -1/+1 |
* | use iurt_root_command to rebuild package | Olivier Blin | 2010-11-04 | 1 | -1/+2 |
* | use rpm --root instead of chrooting | Olivier Blin | 2010-11-04 | 1 | -1/+1 |
* | use iurt_root_command to run chrooted rpm -i and rpmbuild | Olivier Blin | 2010-11-04 | 1 | -2/+4 |
* | do not run rpm rebuilddb anymore, it is hopefully fixed in latest rpm releases | Olivier Blin | 2010-11-04 | 1 | -1/+1 |
* | add chroot support in iurt_root_command | Olivier Blin | 2010-11-04 | 1 | -0/+12 |
* | remove extra space | Olivier Blin | 2010-11-04 | 1 | -1/+1 |
* | handle commands with unhandled options in a more generic way | Olivier Blin | 2010-11-04 | 1 | -4/+8 |