On 14/02/2016 13:54, Kyrill Detinov wrote:
On Sun, 14 Feb 2016 13:27:01 +0200 Dave Plater wrote:
I create the package in my home project in the build service using osc meta pkg -e and then use osc init, osc ar and osc ci to upload the files. This used to work once upon a time but lately I have to manually add the files to my build service package, delete the local package directory I've created and then check it out with osc co. Is there no easy way to create the package on my local machine and then upload to my home project?
In your home project:
osc mkpac pkgname cd pkgname osc ci -m "new package" ... ... osc vc osc ar osc ci -m "new package"
Thanks, I knew I was being stupid somewhere. I suppose osc meta pkg "new package" -e will work just as well an mkpac? It allows me to make the description and url. Thanks Dave P -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org