'Twas brillig, and Johnny A. Solbu at 29/06/12 13:35 did gyre and gimble: > On Friday 29 June 2012 14:28, Guillaume Rousse wrote: >> You'd rather invest some time in learning to debug python code if you're >> really wanting to suceed with this kind of setup. > > Well. What I want is to be able to use an external Debian server to upload > source tarballs. > In this case the tarball is almost 900MB, and I have a small upstream > bandwith. Uploading this file from home would take the hole day, and that > ain't happening. > > I don't mind haing to use scp or some veird command to do it, as long as I > can do it from an external server. > So, is there a way to upload tarballs to the svn, binrepo or whereever it > goes, without using mgarepo?
Well if it's only upload, just use "mgarepo upload" and "mgarepo del" rather than "sync" and just make sure you svn commit the sha1.txt file afterwards. These commands shouldn't require any of the rpm bindings. Col -- Colin Guthrie colin(at)mageia.org http://colin.guthr.ie/ Day Job: Tribalogic Limited http://www.tribalogic.net/ Open Source: Mageia Contributor http://www.mageia.org/ PulseAudio Hacker http://www.pulseaudio.org/ Trac Hacker http://trac.edgewall.org/
