On Sat, 02 Mar 2013, Juan Luis Baptiste wrote: > On Sat, Mar 2, 2013 at 7:40 AM, Guillaume Rousse > <[email protected]> wrote: > > error: command failed: ssh pkgsubmit.mageia.org > > /usr/local/bin/submit_package -t cauldron --define > > sid=673391e4-2d88-4d19-92dc-8960411f23ae -r 400681 > > svn+ssh://svn.mageia.org/svn/packages/cauldron/worldofpadman-data > > error: '/var/lib/schedbot/repsys/tmp/tmpVsTJ1M/SOURCES/sha1.lst' was not > > found > > > > That's strange... I did a mgarepo sync with no errors, and if I run it > now it doesn't try to upload the sources as they seem to be already > uploaded:
mgarepo sync will update the sha1.lst file but will not commit it. > > [mageia@dci-laptop worldofpadman-data]$ mgarepo sync > [mageia@dci-laptop worldofpadman-data]$ > > But the sources don't seem to be recognized by svn: > > [mageia@dci-laptop SOURCES]$ ls > README.install.urpmi sha1.lst wop-1.5-unified.zip > wop-1.5.x-to-1.6-patch-unified.zip > [mageia@dci-laptop SOURCES]$ svn status > ? wop-1.5-unified.zip > ? sha1.lst > ? wop-1.5.x-to-1.6-patch-unified.zip > > How to fix this ? a svn add on those files ? svn add sha1.lst svn ci -m 'SILENT add sha1.lst'
