Le Mardi 27 Septembre 2011 02:02:42 Bruno Cornec a écrit : > Balcaen John said on Mon, Sep 26, 2011 at 08:50:19PM -0300: > > Le Mardi 27 Septembre 2011 01:20:46 Bruno Cornec a écrit : > > > Hello, > > > > > > I have a problem trying to upload sources to SVN repo: > > > > > > $ mgarepo upload ../tellico-2.3.4.tar.bz2 > > > error: svn: Can't open file > > > '/svn/binrepos/cauldron/tellico/current/SOURCES/format': > > > Permission> > > [...] > > > > mgarepo is not up to date. SVN binrepo is not used anymore. > > I was using 1.9.8 (from the mageia wiki) however. > > I've rebuilt the latest from Mandriva (1.10.1) - yes I know that I'm > still not on Mageia on my main systems, but moving takes time, and I > need to have all the required packages available, which I'd like to > work on the vicious circle ;-) You mean mandriva 2010.1 ?or mgarepo 1.10.1 ? And you rebuild the version available in mandriva ? or the last src.rpm from mageia ?
> With that new version: > > mgarepo upload ../tellico-2.3.4.tar.bz2 Just an tip, you can simply use mgarepo sync -c to upload/delete files . > Traceback (most recent call last): > File "/usr/bin/mgarepo", line 93, in <module> > do_command(parse_options, dispatch_command) > File "/usr/lib/python2.6/site-packages/MgaRepo/command.py", line 39, > in do_command > main_func(**opt.__dict__) > File "/usr/bin/mgarepo", line 84, in dispatch_command > command_module.main() > File "/usr/lib/python2.6/site-packages/MgaRepo/commands/upload.py", > line 27, in main > do_command(parse_options, upload) > File "/usr/lib/python2.6/site-packages/MgaRepo/command.py", line 39, > in do_command > main_func(**opt.__dict__) > File "/usr/lib/python2.6/site-packages/MgaRepo/rpmutil.py", line > 638, in upload > binrepo.upload_binary(topdir, os.path.basename(path)) > File "/usr/lib/python2.6/site-packages/MgaRepo/binrepo.py", line 95, > in upload_binary > raise Error, "'%s' was not found" % spath > NameError: global name 'spath' is not defined That's an error for python's gury :p -- Balcaen John
