Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | note mdv-youri-submit-force use X section guessing | Gustavo De Nardin | 2007-06-05 | 1 | -0/+1 |
| | |||||
* | FIXME note for evil code | Gustavo De Nardin | 2007-05-08 | 1 | -0/+3 |
| | |||||
* | restoring file state as of the Big SVN Breakage | Gustavo De Nardin | 2007-05-08 | 1 | -8/+20 |
| | |||||
* | Replaced old code for package section discovery ↵ | Gustavo De Nardin | 2007-03-24 | 1 | -25/+73 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (Mandriva_upload::_get_section()). This should fix bug #28719. The new code searches for specific versions first, using only source media when it exists. This should solve the search order dependency when there are no duplicates of a package with the same version-release in more than one section. The previous code depended on search order to find a section, preferring source medias, but still searching in binary medias when a section was not found in the source media, and had a hack to avoid finding /testing sections. This /testing avoidance hack caused packages submitted to /testing subsections to always end up getting section 'contrib/release' (fallback..), and this in turn made Youri::Submit::Action::Archive to get confused and remove older packages in other-than-submitted sections. When a package was submitted to a non-/testing section, and a different section with older version of that (binary or source) package came first in the search. For example: package submitted to main/backports, existing also in main/release, with main/release appearing first in search list, then the section for it would be found to be main/release, and Youri::Submit::Action::Archive would remove the older package there. Another problem would be if the first package processed was the SRPM, with a "bad" section early in search, the older SRPM in the "bad" section would be removed, and then binaries on other sections would not be removed, due to the search preferring the section in which the new SRPM is (the right one). Etc.. | ||||
* | optimize next call to _get_section(), without using memoize evilness | Gustavo De Nardin | 2007-03-23 | 1 | -0/+4 |
| | |||||
* | cleanup nonsense ('my $section = $user_context->{section};' at start ...) | Gustavo De Nardin | 2007-03-23 | 1 | -3/+0 |
| | |||||
* | - define and use $file | Gustavo De Nardin | 2007-03-23 | 1 | -2/+5 |
| | | | | | | - added a debugging message when being verbose - changed tabs for spaces | ||||
* | missing \n | Gustavo De Nardin | 2007-03-23 | 1 | -1/+1 |
| | |||||
* | Don't memoize _get_section(). In some conditions, I saw debugging messages | Gustavo De Nardin | 2007-03-23 | 1 | -1/+1 |
| | | | | | | | | | like "section contrib/release main_section main" printed by Youri::Submit::Action::Archive, which makes no sense and seem very likely caused by memoize. Didn't see them anymore without memoize. So I think _get_section() is not a proper function for use with memoize, or better/more advanced use is required for it. | ||||
* | add support for sparc64 stored in sparcv9 | Florent Villard | 2007-02-14 | 1 | -1/+25 |
| | |||||
* | fix version comparison for obsolete tags | Mandrake | 2007-02-08 | 1 | -1/+1 |
| | |||||
* | - Fix mdv-youri-submit-force: do not call get_files if we don't know the src | Marcelo Leitner | 2007-02-01 | 1 | -1/+2 |
| | | | | | path. (thus avoids find /) | ||||
* | - get_revisions should look only on the target media, not on all them. | Marcelo Leitner | 2007-01-25 | 1 | -8/+4 |
| | | | | | | This was preventing from uploading a stable release to main while having a newer and beta one on testing, for example. | ||||
* | - Improve svn check. Avoid listing entire cooker/ directory: it's a too heavy | Marcelo Leitner | 2006-11-21 | 1 | -6/+4 |
| | | | | | operation. Instead, list only the wanted package directory, which is faster. | ||||
* | better search code for noarch and arch in the different media | Mandrake | 2006-11-15 | 1 | -6/+5 |
| | |||||
* | noarch are managed by the specific media code in Mandriva_Upload.pm | Mandrake | 2006-11-15 | 1 | -12/+11 |
| | |||||
* | - Skip .info files, since they don't mean the package is scheduled. | Marcelo Leitner | 2006-11-13 | 1 | -0/+1 |
| | |||||
* | _arch_changed is a hash | Mandrake | 2006-11-01 | 1 | -1/+1 |
| | |||||
* | sign with the old way | Mandrake | 2006-10-31 | 1 | -1/+5 |
| | |||||
* | src is still linked with i586; add functions for cvs queue; add functions to ↵ | Mandrake | 2006-10-26 | 1 | -4/+43 |
| | | | | mark arches which are affected during an upload | ||||
* | new range check function | Florent Villard | 2006-10-19 | 3 | -3/+3 |
| | |||||
* | now defined is splitted in $user_context and $app_context | Florent Villard | 2006-10-18 | 1 | -30/+29 |
| | |||||
* | merge with upstream | Florent Villard | 2006-10-17 | 4 | -107/+31 |
| | |||||
* | merge with upstream | Florent Villard | 2006-10-17 | 0 | -0/+0 |
| | |||||
* | merging dev with upstream | Florent Villard | 2006-10-16 | 4 | -84/+214 |
| | |||||
* | merging dev with upstream | Florent Villard | 2006-10-16 | 0 | -0/+0 |
| | |||||
* | merging dev with upstream | Florent Villard | 2006-10-16 | 1 | -16/+24 |
| | |||||
* | merging dev with upstream | Florent Villard | 2006-10-16 | 1 | -78/+142 |
| | |||||
* | merging dev with upstream | Florent Villard | 2006-10-16 | 1 | -27/+81 |
| | |||||
* | merging dev with upstream | Florent Villard | 2006-10-16 | 1 | -15/+15 |
| | |||||
* | merging dev with upstream | Florent Villard | 2006-10-16 | 1 | -164/+131 |
| | |||||
* | add new youri subsections (from upstream) | Florent Villard | 2006-10-16 | 1 | -395/+0 |
| | |||||
* | add new youri subsections (from upstream) | Florent Villard | 2006-10-16 | 35 | -2545/+0 |
| | |||||
* | add new youri subsections (from upstream) | Florent Villard | 2006-10-16 | 1 | -410/+0 |
| | |||||
* | add new youri subsections (from upstream) | Florent Villard | 2006-10-16 | 0 | -0/+0 |
| | |||||
* | use a section for each package | Florent Villard | 2006-10-16 | 1 | -4/+4 |
| | |||||
* | include target in mail subject | Mandrake | 2006-10-16 | 1 | -1/+1 |
| | |||||
* | allow to upload i386 arch for non-free; improve the search pattern in upload ↵ | Florent Villard | 2006-10-12 | 1 | -9/+31 |
| | | | | queue; do not search in testing section by default; add conditional architecture list depending of the target | ||||
* | add get_arch functions (Mandriva_upload_pre is deprecated though) | Florent Villard | 2006-10-12 | 1 | -2/+12 |
| | |||||
* | initialize root and path to prevent warnings | Florent Villard | 2006-10-12 | 1 | -0/+2 |
| | |||||
* | remove the prefix to be able to markrelease correctly (blino fixing warly ↵ | Florent Villard | 2006-10-12 | 1 | -2/+3 |
| | | | | suckiness) | ||||
* | use $file instead of $package to know there the package is located | Florent Villard | 2006-10-12 | 1 | -1/+1 |
| | |||||
* | use different config per target | Florent Villard | 2006-10-12 | 1 | -10/+21 |
| | |||||
* | call rpmling with full path | Florent Villard | 2006-10-12 | 1 | -1/+1 |
| | |||||
* | use a defined section per package and not per group | Mandrake | 2006-10-10 | 1 | -6/+4 |
| | |||||
* | remove debug message | Mandrake | 2006-09-13 | 1 | -1/+0 |
| | |||||
* | remove debug message | Mandrake | 2006-09-13 | 1 | -2/+0 |
| | |||||
* | fix bad section gessing when archiving | Mandrake | 2006-09-12 | 1 | -2/+2 |
| | |||||
* | put the obsolete version check in the package module | Mandrake | 2006-09-12 | 1 | -18/+3 |
| | |||||
* | add a range_check functions | Mandrake | 2006-09-12 | 1 | -0/+19 |
| |