Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (clean) kill unused arg | Thierry Vignaud | 2012-03-24 | 1 | -2/+2 |
| | |||||
* | (clean) unexport (now unused elsewhere) | Thierry Vignaud | 2012-03-24 | 1 | -1/+0 |
| | |||||
* | (plog_init) simplify | Thierry Vignaud | 2012-03-24 | 1 | -1/+1 |
| | |||||
* | (add_packages) tag as unused | Thierry Vignaud | 2012-03-24 | 1 | -0/+1 |
| | |||||
* | (urpmi_command) kill unused arg | Thierry Vignaud | 2012-03-24 | 3 | -5/+4 |
| | |||||
* | (create_temp_chroot) kill unused arg | Thierry Vignaud | 2012-03-24 | 3 | -5/+4 |
| | |||||
* | (update_chroot) kill unused function | Thierry Vignaud | 2012-03-24 | 1 | -23/+0 |
| | |||||
* | (check_pid) kill unused 'local' arg | Thierry Vignaud | 2012-03-24 | 1 | -2/+2 |
| | |||||
* | (check_upload_tree) tag 'post' parameter as optional | Thierry Vignaud | 2012-03-24 | 1 | -3/+3 |
| | | | | (better perl_checker SNR) | ||||
* | (add_sudoers) kill unused arg | Thierry Vignaud | 2012-03-24 | 1 | -3/+3 |
| | |||||
* | (process_queue) tag 'quiet' parameter as optional | Thierry Vignaud | 2012-03-24 | 1 | -2/+2 |
| | |||||
* | add a FIXME note about missing parameters | Thierry Vignaud | 2012-03-24 | 1 | -0/+1 |
| | |||||
* | (upload_prefix_in_section) last param is optional | Thierry Vignaud | 2012-03-24 | 1 | -2/+2 |
| | | | | (helps perl_checker) | ||||
* | (clean_process) kill unused arg | Thierry Vignaud | 2012-03-24 | 2 | -4/+4 |
| | |||||
* | (dist-git) enable to generate tarball from git | Thierry Vignaud | 2012-03-24 | 1 | -1/+14 |
| | |||||
* | (dist-svn) split it out of dist | Thierry Vignaud | 2012-03-24 | 1 | -2/+3 |
| | |||||
* | (tar) rename as dist | Thierry Vignaud | 2012-03-24 | 1 | -1/+3 |
| | |||||
* | (tar) merge in localcopy now that it has no other user | Thierry Vignaud | 2012-03-24 | 1 | -5/+3 |
| | | | | (needed for next commits) | ||||
* | kill unused macros & obsoletes rules since we no more have spec file here | Thierry Vignaud | 2012-03-24 | 1 | -23/+0 |
| | |||||
* | (create_temp_chroot) kill unused arg | Thierry Vignaud | 2012-03-24 | 2 | -2/+2 |
| | |||||
* | (clean_mnt) kill unused function | Thierry Vignaud | 2012-03-24 | 1 | -5/+0 |
| | |||||
* | (sudo) kill unused arg | Thierry Vignaud | 2012-03-24 | 5 | -46/+46 |
| | |||||
* | (clean) drop unused arg | Thierry Vignaud | 2012-03-24 | 3 | -4/+4 |
| | |||||
* | (check_upload_tree) kill unused arg | Thierry Vignaud | 2012-03-24 | 3 | -5/+5 |
| | |||||
* | (get_build_requires) recreate_srpm() is actually a method call | Thierry Vignaud | 2012-03-24 | 1 | -1/+1 |
| | |||||
* | do not reinvent touch | Thierry Vignaud | 2012-03-24 | 1 | -2/+2 |
| | |||||
* | (find_provides) drop unused arg | Thierry Vignaud | 2012-03-24 | 1 | -2/+2 |
| | |||||
* | (update_chroot) kill unused & unpassed args; note that it never did | Thierry Vignaud | 2012-03-24 | 1 | -1/+3 |
| | | | | | anything (code commented out since introduced by mrl in r224008 on Jun 27 2007) | ||||
* | unexport update_chroot() (unused elsewhere) | Thierry Vignaud | 2012-03-24 | 1 | -1/+0 |
| | |||||
* | add a FIXME note | Thierry Vignaud | 2012-03-24 | 1 | -0/+1 |
| | |||||
* | (search_packages) kill broken loop | Thierry Vignaud | 2012-03-24 | 1 | -3/+2 |
| | | | | | issue introduced by warly in r774 on Jan 28 2006: "Major revamping of the iurt code, use mkcd parsecommandline, add more function, make it more generic" | ||||
* | perl_checker cleanups | Thierry Vignaud | 2012-03-24 | 8 | -49/+44 |
| | |||||
* | Set svn:keywords to used keywords | Pascal Terjan | 2012-03-17 | 1 | -3/+3 |
| | |||||
* | Synthesis files with less than 1000 packages are valid | Pascal Terjan | 2012-03-17 | 1 | -7/+0 |
| | |||||
* | Drop duplicate option | Pascal Terjan | 2012-03-17 | 1 | -3/+0 |
| | |||||
* | Kill unionfs support | Pascal Terjan | 2012-03-17 | 5 | -216/+26 |
| | |||||
* | Never manually write to log file | Pascal Terjan | 2012-03-12 | 6 | -12/+7 |
| | |||||
* | Lock the log file when writing | Pascal Terjan | 2012-03-12 | 1 | -1/+7 |
| | | | | This allows using a shared logfile | ||||
* | Get rid of ERR log level | Pascal Terjan | 2012-03-12 | 9 | -29/+27 |
| | |||||
* | Do not use --buildrequires for non src rpms | Pascal Terjan | 2012-03-11 | 1 | -1/+4 |
| | |||||
* | Really fix the race, collect .done before .rpm, as some may arrive between ↵ | Pascal Terjan | 2012-03-08 | 1 | -15/+15 |
| | | | | the two traversals | ||||
* | Fix previous commit | Pascal Terjan | 2012-03-07 | 1 | -2/+5 |
| | |||||
* | Only consider an arch done if we find a .done file | Pascal Terjan | 2012-03-06 | 1 | -2/+13 |
| | |||||
* | Run emi when something finished building | Pascal Terjan | 2012-03-05 | 1 | -0/+3 |
| | |||||
* | Fork to wait for the build to finish, then immediately collect results | Pascal Terjan | 2012-03-05 | 1 | -1/+15 |
| | |||||
* | (localrpm) tarball is compressed | Thierry Vignaud | 2012-02-26 | 1 | -2/+2 |
| | |||||
* | (tar) needs localcopy first | Thierry Vignaud | 2012-02-26 | 1 | -1/+1 |
| | |||||
* | catch chroot creation failures | Thierry Vignaud | 2012-02-25 | 1 | -1/+4 |
| | | | | | (see eg http://pkgsubmit.mageia.org/uploads/failure/cauldron/core/release/20120225155856.tv.valstar.5624/log/botcmd.1330185537.ecosse.log) | ||||
* | simplify using MDK::Common | Thierry Vignaud | 2012-02-25 | 1 | -3/+1 |
| | |||||
* | (install_packages) explicitely use --buildrequires (kill a warning in BS logs) | Thierry Vignaud | 2012-02-25 | 1 | -1/+1 |
| |