Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | fix syntax | Nicolas Vigier | 2011-03-24 | 1 | -1/+1 | |
| | | ||||||
| * | Add action to notify maintainers database of a package upload | Romain d'Alverny | 2011-03-24 | 1 | -0/+81 | |
| | | ||||||
| * | Drop some MDV specific debugging code | Pascal Terjan | 2011-02-26 | 1 | -11/+0 | |
| | | ||||||
| * | Only check deps for packages buildable on x86_64 | Pascal Terjan | 2011-02-20 | 1 | -0/+3 | |
| | | ||||||
| * | Display full dependency | Pascal Terjan | 2011-02-20 | 1 | -1/+1 | |
| | | ||||||
| * | Delete old rpms | Pascal Terjan | 2011-02-14 | 1 | -1/+1 | |
| | | ||||||
| * | Add a mirror action | Pascal Terjan | 2011-02-14 | 1 | -0/+55 | |
| | | ||||||
| * | Revert, the package was actually wrong | Pascal Terjan | 2011-02-08 | 1 | -14/+1 | |
| | | ||||||
| * | Allow submitting drakx-installer-images where BuildRequires version is in ↵ | Pascal Terjan | 2011-02-08 | 1 | -1/+14 | |
| | | | | | | | | the name | |||||
| * | Display the required version of missing dep | Pascal Terjan | 2011-01-27 | 1 | -1/+1 | |
| | | ||||||
| * | Check dependencies on x86_64 as this is where the src.rpm is generated | Pascal Terjan | 2011-01-25 | 1 | -1/+3 | |
| | | ||||||
| * | Ugly code rejecting submit when buildrequires are missing | Pascal Terjan | 2011-01-22 | 1 | -0/+87 | |
| | | ||||||
| * | move mga-signpackage to bin directory and add it in Makefile.PL | Nicolas Vigier | 2011-01-20 | 2 | -1/+2 | |
| | | ||||||
| * | use mga-signpackage script with sudo to sign packages | Nicolas Vigier | 2011-01-20 | 1 | -5/+7 | |
| | | ||||||
| * | add script to sign package | Nicolas Vigier | 2011-01-20 | 1 | -0/+29 | |
| | | ||||||
| * | get_file_name returns a full path, which Install does not like | Pascal Terjan | 2011-01-07 | 56 | -0/+5540 | |
| | ||||||
* | Synthesized commit during git-svn import combining previous Mandriva history ↵ | Mageia SVN-Git Migration | 2011-01-05 | 40 | -40/+40 | |
| | | | | | | | | | | | | with Magiea. This commit consitsts of the following subversion commits: ------------------------------------------------------------------------ r209 | boklm | 2011-01-05 13:19:06 +0000 (Wed, 05 Jan 2011) | 1 line add mandriva version of youri-submit, downloaded from http://svn.mandriva.com/svn/soft/build_system/youri/submit/trunk at revision 271600 ------------------------------------------------------------------------ | |||||
* | Don't pull *.new or .* from package queues | Bogdano Arendartchuk | 2010-04-01 | 1 | -1/+1 | |
| | | | | | These two patterns may match temporary filenames used by Send.pm to copy packages between queues. | |||||
* | remove warning when authorized_users is not defined | Nicolas Vigier | 2010-03-23 | 1 | -1/+1 | |
| | ||||||
* | Oops, improve regexp to not match cooker | Pascal Terjan | 2010-01-28 | 1 | -1/+1 | |
| | ||||||
* | Refuse to remove packages from main/updates and */release for any non cooker ↵ | Pascal Terjan | 2010-01-27 | 1 | -1/+1 | |
| | | | | version, past or future | |||||
* | create "versioned" metadata (in media_info/) | Pascal Rigaux | 2008-09-23 | 1 | -1/+1 | |
| | | | | | (needed by metalink usage) | |||||
* | update global VERSION file | Pascal Rigaux | 2008-09-22 | 1 | -0/+9 | |
| | ||||||
* | fix dkms modules info extraction | Olivier Blin | 2008-08-20 | 1 | -1/+1 | |
| | ||||||
* | ugh.. make the 'trap' catch all relevant versions.. | Gustavo De Nardin | 2008-06-30 | 1 | -1/+1 | |
| | ||||||
* | update ChangeLog | Pascal Rigaux | 2008-02-19 | 1 | -0/+604 | |
| | ||||||
* | fix "grep_files" handling (#37907) | Pascal Rigaux | 2008-02-19 | 1 | -1/+1 | |
| | ||||||
* | do not make rpmlint errors fatal anymore (asked by fcrozat) | Olivier Blin | 2008-02-12 | 1 | -4/+16 | |
| | ||||||
* | remove results occurences and update doc | Olivier Blin | 2008-02-08 | 1 | -11/+1 | |
| | ||||||
* | make all rpmlint errors fatal | Olivier Blin | 2008-02-08 | 1 | -5/+3 | |
| | ||||||
* | removed unneeded parentheses | Olivier Blin | 2008-02-08 | 1 | -1/+1 | |
| | ||||||
* | make clear repository/target/define are unused | Olivier Blin | 2008-02-08 | 1 | -1/+1 | |
| | ||||||
* | use scalar for fd | Olivier Blin | 2008-02-08 | 1 | -2/+2 | |
| | ||||||
* | also call ->set_arch_changed when linking a noarch file to another arch | Pascal Rigaux | 2008-01-31 | 1 | -0/+1 | |
| | | | | | | (this still doesn't explain media/media_info/MD5SUM not being remade, but it can help...) | |||||
* | merge youri-submit into youri-submit.in | Olivier Blin | 2007-12-21 | 1 | -15/+25 | |
| | ||||||
* | only log main/updates modifications, not contrib/updates or non-free/updates ↵ | Olivier Blin | 2007-12-19 | 1 | -1/+1 | |
| | | | | which are legal | |||||
* | add spuk's debug code for bug 34999 | Olivier Blin | 2007-12-19 | 1 | -0/+12 | |
| | ||||||
* | add an "allow_omitting_packages" global option, to be able to run youri even ↵ | Olivier Blin | 2007-12-17 | 1 | -1/+1 | |
| | | | | if no packages are specified on the command line (useful if packages are fetched in pre action) | |||||
* | improve error messages for pres/posts actions (patch from raoh's copy, ↵ | Olivier Blin | 2007-12-17 | 1 | -11/+20 | |
| | | | | probably from warly) | |||||
* | fix typo about posts actions (patch from raoh's copy, probably from warly) | Olivier Blin | 2007-12-17 | 1 | -1/+1 | |
| | ||||||
* | - empty {authorized_users} doesn't imply every one is allowed to bypass ↵ | Pascal Rigaux | 2007-12-13 | 1 | -2/+2 | |
| | | | | | | | freeze check! - {authorized_users} should be checked more strictly | |||||
* | - make Sendcache send debug packages only if explicitly told to, to save space | Gustavo De Nardin | 2007-12-07 | 1 | -2/+6 | |
| | ||||||
* | Youri action to update the Mandriva maintainers database. | Gustavo De Nardin | 2007-11-30 | 1 | -0/+62 | |
| | ||||||
* | make host reject message more explicit by print arch (useful when ↵ | Olivier Blin | 2007-10-04 | 1 | -1/+1 | |
| | | | | VMware-player for x86_64 actually uses i386 as rpm arch...) | |||||
* | improve log message | Olivier Blin | 2007-09-26 | 1 | -1/+1 | |
| | ||||||
* | fix installed filename (oops) | Olivier Blin | 2007-09-26 | 1 | -1/+1 | |
| | ||||||
* | throw exception on failure, not to delete files that can be copied because ↵ | Olivier Blin | 2007-09-26 | 1 | -3/+9 | |
| | | | | of lack of space (upstream commit 1398) | |||||
* | allow to unpack only some files (for release-notes.txt in ↵ | Pascal Rigaux | 2007-09-25 | 1 | -2/+3 | |
| | | | | mandriva-release-common) | |||||
* | allow authorized users to upload everything even during full freeze | Olivier Blin | 2007-09-22 | 1 | -0/+2 | |
| | ||||||
* | handle new rpmlint format | Pascal Rigaux | 2007-08-31 | 1 | -2/+3 | |
| | | | | | | (not useful at the moment since we still use old rpmlint, but may be useful in the future) |