aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* change create-srpm path to /usr/local/bin/submit_package in default config fileNicolas Vigier2011-01-251-1/+1
|
* add upload and del commands in help (reported by ahmad)Nicolas Vigier2011-01-251-0/+2
|
* don't include topdir in svn command when commiting sha1.lst to avoid out of ↵Nicolas Vigier2011-01-251-2/+2
| | | | date errors
* svn update sha1.lst file before updating and commiting itNicolas Vigier2011-01-251-3/+9
|
* don't try to add binary file if it is a symlinkNicolas Vigier2011-01-251-0/+4
|
* set property binrepo-rev instead of mdv:binrepo-rev (but still not used)Nicolas Vigier2011-01-251-1/+1
|
* don't set uses-binrepo svn property as every package is using binrepoNicolas Vigier2011-01-251-5/+0
|
* add binrepo remove functionNicolas Vigier2011-01-253-13/+26
|
* update descriptionNicolas Vigier2011-01-251-3/+2
|
* update URL about ssh configuration (reported by erwan)Nicolas Vigier2011-01-202-2/+2
|
* ci does not commit to bindirNicolas Vigier2011-01-151-3/+0
|
* - patch goes in SOURCES no SPECSOlivier Thauvin2011-01-141-1/+1
|
* - fix string formatingOlivier Thauvin2011-01-141-2/+2
|
* - properly set each rpm macros at importOlivier Thauvin2011-01-141-1/+3
|
* mgarepo version 1.9.61.9.6Nicolas Vigier2011-01-132-1/+5
|
* don't allow importing package already on svnNicolas Vigier2011-01-132-11/+1
|
* only append '@' to the path if it contains '@' or it causes problems for ↵Nicolas Vigier2011-01-121-12/+12
| | | | some paths such as '.'
* mgarepo version 1.9.51.9.5Nicolas Vigier2011-01-122-1/+6
|
* rename repsys to mgarepo, RepSys to MgaRepo, and update docs and examples ↵Nicolas Vigier2011-01-1152-397/+338
| | | | for Mageia
* PNG is a binary filePascal Terjan2011-01-101-1/+1
|
* append '@' to (almost) all svn paths, to avoid svn syntax problems in case ↵Nicolas Vigier2011-01-091-12/+12
| | | | of paths containing '@'
* mgarepo version 1.9.41.9.4Nicolas Vigier2011-01-092-1/+4
|
* add more binary files extentionsNicolas Vigier2011-01-091-1/+1
|
* add other extentions for binary filesNicolas Vigier2011-01-081-1/+2
|
* mgarepo version 1.9.31.9.3Nicolas Vigier2011-01-062-1/+5
|
* To avoid confusion, Mageia repsys fork is being renamed to mgarepoNicolas Vigier2011-01-0642-11/+22
|\
| * update repsys.conf for MageiaNicolas Vigier2011-01-061-8/+10
| |
| * add patch from blino to enable binrepo in create-srpmNicolas Vigier2011-01-061-0/+2
| |
| * version 1.9.21.9.2Nicolas Vigier2011-01-042-1/+4
| |
| * add .xz files belonging in binrepo (patch from tmb)Nicolas Vigier2011-01-041-1/+1
| |
| * fix problem with python threads on 2010.1Nicolas Vigier2011-01-0454-0/+6232
|
* Synthesized commit during git-svn import combining previous Mandriva history ↵Mageia SVN-Git Migration2011-01-0460-461/+1469
| | | | | | | | | | | | 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 ------------------------------------------------------------------------
* Updated the layout example in manpage to match usage in MandrivaBogdano Arendartchuk2009-07-051-19/+20
| | | | | | Also because the "branch/packagename" usage requires that branches are placed in a directory that is not in the same directory.
* Make the -M option (disable mirror) work againBogdano Arendartchuk2009-02-172-1/+4
| | | | | It was not reading the value of the configuration option properly.
* Fixed the example URL in the manpageBogdano Arendartchuk2009-02-171-1/+1
| | | | | | As the mirror option requires the URL to point to the top directory of the repository.
* Added a reference to the man page in the help messageBogdano Arendartchuk2009-02-171-1/+1
|
* Oops, it was listing the wrong URLBogdano Arendartchuk2009-02-171-5/+5
|
* Remove the changelog from the new specBogdano Arendartchuk2009-02-171-0/+4
| | | | | | The putsrpm command was properly creating the misc/pkgname/log file but it was not removing it from the spec.
* Make putsrpm rename the spec file to package-name.specBogdano Arendartchuk2009-02-172-8/+31
| | | | | Added command line option -n to disable it.
* make the V1_6_X branch the trunkBogdano Arendartchuk2008-11-1136-720/+1757
|\
| * Call this version 1.7, too many changes for a minorminor releaseV1_7topic/V1_6_XBogdano Arendartchuk2008-11-112-2/+2
| |
| * Handle keyboard interruputsBogdano Arendartchuk2008-11-111-0/+4
| | | | | | | | | | There is no need to spit out a traceback for it.
| * Added putsrpm to the main help messageBogdano Arendartchuk2008-11-111-0/+1
| |
| * Fixed putsrpm, old structure but new colorsBogdano Arendartchuk2008-11-104-58/+91
| | | | | | | | | | Make it work again and added an alias to "import", as in mdvsys.
| * Make submit compatible with older repsys versions on the server-sideBogdano Arendartchuk2008-11-101-1/+8
| | | | | | | | | | | | Don't use the new pkg@rev format when the user tries to submit only one package.
| * Changed repsys submit to use the parent URL when working on mirrorBogdano Arendartchuk2008-11-072-0/+7
| | | | | | | | | | checkouts
| * Fixed repsys submit to not explode when there are files not tracked in wcBogdano Arendartchuk2008-11-071-1/+5
| | | | | | | | | | Newer svn version complain about svn info on files that are not tracked.
| * Updated CHANGES regarding the change of the default command itselfBogdano Arendartchuk2008-07-171-0/+1
| |
| * Updated CHANGESBogdano Arendartchuk2008-07-171-0/+2
| |
| * Updated the man-page regarding rpmbuildBogdano Arendartchuk2008-07-171-0/+2
| |