diff options
author | Mageia SVN-Git Migration <svn-git-migration@mageia.org> | 2011-01-04 16:09:44 +0000 |
---|---|---|
committer | Mageia SVN-Git Migration <svn-git-migration@mageia.org> | 2011-01-04 16:09:44 +0000 |
commit | 846c9e0ef180aa5411803eb1906896dc5e2fc5b9 (patch) | |
tree | f82d50447e2f648e76d051cb20ca4c44b1dde8a8 /CHANGES | |
parent | 085ad0c1554260fe8f87955ed1ba74e06413f416 (diff) | |
download | mgarepo-846c9e0ef180aa5411803eb1906896dc5e2fc5b9.tar mgarepo-846c9e0ef180aa5411803eb1906896dc5e2fc5b9.tar.gz mgarepo-846c9e0ef180aa5411803eb1906896dc5e2fc5b9.tar.bz2 mgarepo-846c9e0ef180aa5411803eb1906896dc5e2fc5b9.tar.xz mgarepo-846c9e0ef180aa5411803eb1906896dc5e2fc5b9.zip |
Synthesized commit during git-svn import combining previous Mandriva history with Magiea.
This commit consitsts of the following subversion commits:
------------------------------------------------------------------------
r202 | boklm | 2011-01-04 16:09:44 +0000 (Tue, 04 Jan 2011) | 1 line
add repsys
------------------------------------------------------------------------
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 31 |
1 files changed, 29 insertions, 2 deletions
@@ -1,5 +1,33 @@ * Development +- added support to "binary repository" +- added new commands upload, up and del to help handling tarballs in the + binaries repository + +* 1.9 +- really fixed -M +- new command log: shows the svn log for a given package +- added option -s to co, to allow checking out only SPECS +- use a better message when checking out from the mirror +- show the path where getspec wrote the spec file + +* 1.8 - make the -M option work again +- sync now adds the spec file (pointed by blino) +- fixed putsrpm to not create old log files for packages without changelog +- submit now can fetch the revision number if not specified (it also shows + the author and the first line of the commit) +- allow submitting many packages at once, even without support on server + side (the same behavior as running repsys submit for each package) +- append a parameter sid=UUID for every set of packages submitted +- strip username from package URL on submit (#53939) +- clearer error message when svn co fails +- svn authentication errors are handled, pointing to the wiki page on + configuration +- svn commands will not be shown on error messages, unless using --debug +- repsys uses the wrapper repsys-ssh for svn, to handle signals and also + set BatchMode +- added the configuration option svn-env +- show the error from rpm when fetching the version from a spec fails * 1.7 - dropped all authenticated access support: subversion authentication has @@ -92,8 +120,7 @@ - added workaround in the template to ignore empty releases - added initial support to mirrors, as requested by mrl; it required the new subcommand "ci" -- changelogs from misc/ will now should come from HEAD and should be - escaped (%%) +- changelogs from misc/ will come from HEAD and should be escaped (%%) * 1.6.15 - empty changelog entries are now shown, with a EMPTYLOG tag to allow |