On 02.06.2012 19:26, Florent Monnier wrote: > Le samedi 02 juin 2012 15:53:16, vous avez écrit : >> Le samedi 02 juin 2012 15:18:07, Sander Lepik a écrit : >>> 02.06.2012 15:57, Florent Monnier kirjutas: >>>> What is the equivalent with mgarepo ? >>> >>> I think you should read the full policy first: >>> https://wiki.mageia.org/en/Updates_policy > > Well, I've tryied to follow the process, and I found the commands on this > other page: > https://wiki.mageia.org/en/Mgarepo#I_want_to_submit_a_package_in_updates_testing_for_a_stable_release > > So here is what I've done, please tell me if that's correct or not: >
.. snip .. > > $ mgarepo submit 2/lua --define section=core/updates_testing -t 253431 > Fetching revision... > URL: svn+ssh://svn.mageia.org/svn/packages/updates/2/lua > Commit: 253431 | blue_prawn | fixed building the dynamic library liblua.so: > the .o file... > error: command failed: ssh pkgsubmit.mageia.org /usr/local/bin/submit_package > -t 253431 --define sid=a62f5725-69ee-40ee-beb4-4e062402cf30 --define > section=core/updates_testing -r 253431 > svn+ssh://svn.mageia.org/svn/packages/updates/2/lua > error: target not found > You command is wrong. Replace '-t 253431' with '-t 2'. -t means target, which is 2 in your case. (-r is for revision, but it's not needed as mgarepo checks the latest available revision and uses it).
