Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use same structure in pkg_tree than ulri | Pascal Terjan | 2016-01-23 | 1 | -2/+2 |
| | |||||
* | Fix perl_checker warning | Pascal Terjan | 2016-01-23 | 1 | -1/+1 |
| | |||||
* | Rename section into media to have same $pkg_tree structure than ulri | Pascal Terjan | 2016-01-23 | 1 | -47/+47 |
| | |||||
* | Store uploaded state of packages in pkg_tree | Pascal Terjan | 2016-01-23 | 1 | -5/+4 |
| | |||||
* | Store excluded architectures in pkg_tree | Pascal Terjan | 2016-01-23 | 1 | -3/+2 |
| | |||||
* | Removed useless duplication of information | Pascal Terjan | 2016-01-23 | 1 | -4/+1 |
| | |||||
* | emi: Fix usage of difference2 to really keep src.rpm until all archs are done | Olivier Blin | 2015-11-17 | 1 | -1/+1 |
| | | | | difference2 takes array refs as arguments. | ||||
* | emi: Do not overwrite .youri file on subsequent uploads, use a timestamp suffix | Olivier Blin | 2015-11-17 | 1 | -3/+7 |
| | |||||
* | emi: Do not reupload src/noarch packages with non-mandatory arches if ↵ | Olivier Blin | 2015-11-17 | 1 | -3/+13 |
| | | | | already uploaded before | ||||
* | emi: Upload packages for extra arches even if mandatory arches have been ↵ | Olivier Blin | 2015-11-17 | 1 | -0/+6 |
| | | | | uploaded already | ||||
* | emi: Detect uploaded packages (.upload files) | Olivier Blin | 2015-11-17 | 1 | -0/+7 |
| | |||||
* | emi: Factorize filenames parsing, to make easy to support more file suffixes | Olivier Blin | 2015-11-17 | 1 | -8/+13 |
| | |||||
* | emi: move get_mandatory_arch call to upper scope | Olivier Blin | 2015-11-17 | 1 | -1/+1 |
| | |||||
* | Extract get_mandatory_arch helper | Olivier Blin | 2015-11-17 | 1 | -5/+3 |
| | |||||
* | Keep src.rpm until all archs are done | Pascal Terjan | 2015-11-16 | 1 | -9/+19 |
| | |||||
* | Fix emi too | Pascal Terjan | 2013-01-11 | 1 | -1/+1 |
| | |||||
* | fix test | Thierry Vignaud | 2013-01-01 | 1 | -1/+1 |
| | |||||
* | simplify | Thierry Vignaud | 2012-12-07 | 1 | -9/+3 |
| | |||||
* | emi: allow setting per distro mandatory_arch | Nicolas Vigier | 2012-12-07 | 1 | -1/+9 |
| | | | | | | | | | emi is using $config->{mandatory_arch} to find the list of mandatory architectures with successful build required to upload a package. With this change it is now also possible to set per distro mandatory_arch in $config->{mandatory_arch}->{$distro}. If no mandatory architecture is defined for a distro, then $config->{mandatory_arch}->{default} is used. | ||||
* | simplify: unlink can work on a list... | Thierry Vignaud | 2012-11-27 | 1 | -1/+1 |
| | |||||
* | make it clearer through adding missing () | Thierry Vignaud | 2012-11-27 | 1 | -6/+6 |
| | |||||
* | Do not say that link fail when it succeeds | Pascal Terjan | 2012-11-26 | 1 | -2/+1 |
| | |||||
* | (upload_prefix_in_section) kill unused variable | Thierry Vignaud | 2012-09-25 | 1 | -2/+1 |
| | |||||
* | simplify | Thierry Vignaud | 2012-09-25 | 1 | -7/+3 |
| | |||||
* | perl_checker cleanup | Thierry Vignaud | 2012-09-25 | 1 | -2/+2 |
| | |||||
* | Enforce presence of the archs we want | Pascal Terjan | 2012-09-19 | 1 | -2/+2 |
| | |||||
* | fix another error from previous commit | Nicolas Vigier | 2012-07-05 | 1 | -1/+1 |
| | |||||
* | allow emi and ulri to log to a file instead of stderr by setting | Nicolas Vigier | 2012-07-05 | 1 | -1/+5 |
| | | | | | | EMI_LOG_FILE or ULRI_LOG_FILE environement variables | ||||
* | beautify | Thierry Vignaud | 2012-03-24 | 1 | -1/+1 |
| | |||||
* | (upload_prefix_in_section) last param is optional | Thierry Vignaud | 2012-03-24 | 1 | -2/+2 |
| | | | | (helps perl_checker) | ||||
* | (check_upload_tree) kill unused arg | Thierry Vignaud | 2012-03-24 | 1 | -2/+2 |
| | |||||
* | do not reinvent touch | Thierry Vignaud | 2012-03-24 | 1 | -2/+2 |
| | |||||
* | perl_checker cleanups | Thierry Vignaud | 2012-03-24 | 1 | -13/+13 |
| | |||||
* | Never manually write to log file | Pascal Terjan | 2012-03-12 | 1 | -1/+0 |
| | |||||
* | Get rid of ERR log level | Pascal Terjan | 2012-03-12 | 1 | -2/+2 |
| | |||||
* | 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 |
| | |||||
* | Create a new file to mark when a package is finished uploading | Pascal Terjan | 2012-01-22 | 1 | -0/+5 |
| | |||||
* | Reset list of finisher packages when changing section | Pascal Terjan | 2012-01-03 | 1 | -2/+1 |
| | |||||
* | revert | Thierry Vignaud | 2012-01-03 | 1 | -1/+1 |
| | |||||
* | let's have a sorted consistent listing in all mails | Thierry Vignaud | 2012-01-03 | 1 | -1/+1 |
| | |||||
* | Append domain when sending emails to user | Pascal Terjan | 2012-01-02 | 1 | -1/+1 |
| | |||||
* | Fix emi | Pascal Terjan | 2011-05-09 | 1 | -3/+3 |
| | |||||
* | Fix few bugs in previous big commit | Pascal Terjan | 2011-05-09 | 1 | -4/+4 |
| | |||||
* | We use one more function of MDK::Common | Pascal Terjan | 2011-05-09 | 1 | -1/+1 |
| | |||||
* | add missing function ( and no titi, perl_checker didn't notice this one, but ↵ | Michael Scherer | 2011-05-09 | 1 | -0/+1 |
| | | | | pterjan checker did ) | ||||
* | Handle building for multiple sections in emi | Pascal Terjan | 2011-05-09 | 1 | -97/+79 |
| | |||||
* | fix breakage due to MDK::Common removal | Michael Scherer | 2011-05-09 | 1 | -0/+2 |
| | |||||
* | Reindent after previous patch added top level loops | Pascal Terjan | 2011-05-08 | 1 | -1/+3 |
| |