aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add support for debugsource packages, tks to tmbHEADmasterNicolas Lécureuil2017-07-271-2/+2
|
* switch to primary download siteOlav Vitters2014-05-301-2/+2
|
* drop unused special casing for kernels, update comment about -debuginfoThomas Backlund2013-01-011-2/+2
|
* match -debuginfo packages too for debug mediaThomas Backlund2013-01-011-2/+2
|
* check primary GNOME mirror; not rpmfind.netOlav Vitters2012-02-121-1/+1
|
* rename mdv-youri-core as mga-youri-coreOlivier Blin2011-04-043-289/+18
|\
| * debug_* is now debug/*Pascal Terjan2011-01-301-2/+3
| |
| * - add switches to have a less verbose moduleMichael Scherer2011-01-251-5/+5
| |
| * use hostname function from perl core module Sys::Hostname ( and so avoid 1 ↵Michael Scherer2011-01-061-2/+2
| | | | | | | | useless fork )
| * - fix copyright, based on svn log. Mandriva didn't care much, we do.Michael Scherer2011-01-061-0/+2
| |
| * sync the name of the package with the filename, and correct the podMichael Scherer2011-01-061-3/+3
| |
| * mdv-youri-core version 0.9.10.9.1Nicolas Vigier2011-01-061-1/+1
| |
| * default section is now core/release instead of contrib/releaseNicolas Vigier2011-01-061-2/+2
| |
| * rename Mandriva_upload.pm to Mageia_upload.pmNicolas Vigier2011-01-061-0/+0
| |
| * remove Mandriva_upload_pre.pm as it seems to be obsolete and not usedNicolas Vigier2011-01-061-276/+0
| |
| * default section is now coreNicolas Vigier2011-01-061-1/+1
| |
| * search in core, nonfree, tainted instead of main, contribNicolas Vigier2011-01-0673-0/+10787
|
* Synthesized commit during git-svn import combining previous Mandriva history ↵Mageia SVN-Git Migration2011-01-0540-40/+40
| | | | | | | | | | | | with Magiea. This commit consitsts of the following subversion commits: ------------------------------------------------------------------------ r210 | boklm | 2011-01-05 13:23:45 +0000 (Wed, 05 Jan 2011) | 1 line add mandriva version of youri-core, downloaded from http://svn.mandriva.com/svn/soft/build_system/youri/core/trunk/ at revision 271600 ------------------------------------------------------------------------
* work around the change in recent perl-URPM versions that do not return theBogdano Arendartchuk2010-03-021-1/+1
| | | | | real filename of the rpm, it breaks SVN.pm checks in a 2009.1 system
* - catch kernel debug packages, which have -debug- somewhere in the name, but ↵Gustavo De Nardin2009-04-171-1/+11
| | | | never at the end
* - Fix previous commitPascal Terjan2009-03-111-1/+1
|
* - Handle kernel-2.X package (without flavour) in get_replaced_packagesPascal Terjan2009-03-111-2/+1
|
* Handle kernel packages versionning in get_replaced_packagesPascal Terjan2009-01-161-0/+19
|
* add spuk's debug code for bug 34999Olivier Blin2007-12-191-2/+5
|
* - put some light into _get_section() obscurityGustavo De Nardin2007-10-241-1/+5
|
* handle $app_context->{arch} as used by ->get_replaced_packagesPascal Rigaux2007-08-071-2/+2
|
* restore "noarch packages are potentially linked from other directories" codePascal Rigaux2007-08-061-11/+11
| | | | | (hopefully fixing removing of old noarch packages in other arches)
* handle overloading arch via $app_context (used by Action::Link).Pascal Rigaux2007-08-061-1/+1
| | | | | should really fix #31638
* drop ->get_cvs_queue Pascal Rigaux2007-07-021-14/+0
| | | | | (was used by mdv's specific Youri::Submit::Action::CVS, but not used anymore)
* keep raw changelogs to avoid changing the format (backport)Pascal Rigaux2007-06-234-41/+14
|
* add methods needed by action Genhdlist2Pascal Rigaux2007-06-211-0/+10
|
* mdv-youri-submit-force must process debug packagesGustavo De Nardin2007-06-141-2/+2
|
* more precise definition of debug packageGustavo De Nardin2007-06-131-1/+1
|
* Workaround for find strange behavior. Should finally fix bug #30315.Gustavo De Nardin2007-06-061-1/+6
|
* check find exit status; it must always work, can't really continue if it doesn'tGustavo De Nardin2007-06-061-0/+1
|
* prevent old debug packages leftover by rpmctl from determining the guessedGustavo De Nardin2007-06-061-1/+2
| | | | | section for non debug packages
* note mdv-youri-submit-force use X section guessingGustavo De Nardin2007-06-051-0/+1
|
* FIXME note for evil codeGustavo De Nardin2007-05-081-0/+3
|
* restoring file state as of the Big SVN BreakageGustavo De Nardin2007-05-081-8/+20
|
* Replaced old code for package section discovery ↵Gustavo De Nardin2007-03-241-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 evilnessGustavo De Nardin2007-03-231-0/+4
|
* cleanup nonsense ('my $section = $user_context->{section};' at start ...)Gustavo De Nardin2007-03-231-3/+0
|
* - define and use $fileGustavo De Nardin2007-03-231-2/+5
| | | | | | - added a debugging message when being verbose - changed tabs for spaces
* missing \nGustavo De Nardin2007-03-231-1/+1
|
* Don't memoize _get_section(). In some conditions, I saw debugging messagesGustavo De Nardin2007-03-231-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 sparcv9Florent Villard2007-02-141-1/+25
|
* fix version comparison for obsolete tagsMandrake2007-02-081-1/+1
|
* - Fix mdv-youri-submit-force: do not call get_files if we don't know the srcMarcelo Leitner2007-02-011-1/+2
| | | | | path. (thus avoids find /)
* - get_revisions should look only on the target media, not on all them.Marcelo Leitner2007-01-251-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 heavyMarcelo Leitner2006-11-211-6/+4
| | | | | operation. Instead, list only the wanted package directory, which is faster.