Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | merging dev with upstream | Florent Villard | 2006-10-16 | 4 | -84/+214 |
| | |||||
* | 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 | 35 | -2545/+0 |
| | |||||
* | 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 |
| | |||||
* | add get_full_version including epoch, used for obsolete search | Mandrake | 2006-09-12 | 1 | -0/+7 |
| | |||||
* | alter the get_obsoleted version, the filter should be deported into URPM.pm, ↵ | Mandrake | 2006-09-12 | 1 | -1/+20 |
| | | | | but working for now | ||||
* | fix version checking | Florent Villard | 2006-09-04 | 1 | -1/+3 |
| | |||||
* | noarch must be replaced for the search; include arch in the search pattern ↵ | Florent Villard | 2006-09-04 | 1 | -2/+3 |
| | | | | for upload queue check | ||||
* | check the source, fix description | Florent Villard | 2006-09-04 | 1 | -6/+6 |
| | |||||
* | fix debug section assignment; use srpm name for version check | Florent Villard | 2006-09-01 | 2 | -2/+2 |
| | |||||
* | add check for version for freeze | Florent Villard | 2006-09-01 | 1 | -0/+59 |
| | |||||
* | better section handling | Florent Villard | 2006-09-01 | 1 | -4/+8 |
| | |||||
* | fix bad package dir and search pattern | Florent Villard | 2006-09-01 | 1 | -2/+2 |
| | |||||
* | add guillomovitch patch to have package list for existing revisions | Florent Villard | 2006-09-01 | 1 | -2/+2 |
| | |||||
* | remove the svn version for comparison | Florent Villard | 2006-08-29 | 1 | -0/+2 |
| |