[zypp-devel] Release tarballs?
Are there any release tarball out somewhere? In order to package the ZYpp stack on Fedora I'm using a script to 1) run a git clone 2) nuke the .git folder 3) tar'it up but I think this is suboptimal. Are there any plans to start producing release tarballs? P.S.: If there are release tarballs and I didn't notice them... Shame on me :-) L.V.
Lorenzo Villani wrote:
Are there any release tarball out somewhere? In order to package the ZYpp stack on Fedora I'm using a script to 1) run a git clone 2) nuke the .git folder 3) tar'it up but I think this is suboptimal.
Are there any plans to start producing release tarballs?
P.S.: If there are release tarballs and I didn't notice them... Shame on me :-)
L.V.
osc co zypp:Head libzypp -- Duncan Mac-Vicar P. - Engineering Manager, YaST SUSE LINUX Products GmbH, GF: Markus Rex, HRB 16746 (AG Nuernberg) -- To unsubscribe, e-mail: zypp-devel+unsubscribe@opensuse.org For additional commands, e-mail: zypp-devel+help@opensuse.org
Duncan Mac-Vicar Prett wrote:
osc co zypp:Head libzypp
Note: this tarball and spec file is the latest git checkout that built and passed the testsuite (which is automated). -- Duncan Mac-Vicar P. - Engineering Manager, YaST SUSE LINUX Products GmbH, GF: Markus Rex, HRB 16746 (AG Nuernberg) -- To unsubscribe, e-mail: zypp-devel+unsubscribe@opensuse.org For additional commands, e-mail: zypp-devel+help@opensuse.org
Lorenzo Villani wrote:
On Friday 03 July 2009 16:18:55 Duncan Mac-Vicar Prett wrote:
osc co zypp:Head libzypp
Any way to get it without using the openSUSE build service client, which is not packaged for Fedora?
http://download.opensuse.org/repositories/zypp:/Head/openSUSE_Factory/src/ get the src.rpm and unrpm it (there is a unrpm command, not sure if it exists in Fedora) anyway, getting the tarbal is possible also without osc, as osc only makes a REST (GET) request to https://api.opensuse.org, you only need to authenticate with iChain (Novell bugzilla account). For curl automation you can look here: http://mvidner.blogspot.com/2007/03/bugzilla-automation-logging-in.html Then in api.opensuse.org used to be docs for the API. Now it redirects to a strange wikipage, but that should be a bug of OBS. -- Duncan Mac-Vicar P. - Engineering Manager, YaST SUSE LINUX Products GmbH, GF: Markus Rex, HRB 16746 (AG Nuernberg) -- To unsubscribe, e-mail: zypp-devel+unsubscribe@opensuse.org For additional commands, e-mail: zypp-devel+help@opensuse.org
On Fri, Jul 03, 2009 at 04:31:36PM +0200, Duncan Mac-Vicar Prett wrote:
anyway, getting the tarbal is possible also without osc, as osc only makes a REST (GET) request to https://api.opensuse.org, you only need to authenticate with iChain (Novell bugzilla account). For curl automation you can look here: http://mvidner.blogspot.com/2007/03/bugzilla-automation-logging-in.html
It works even without that. Apidocs says "Authentication is done by sending a Basic HTTP Authorisation header" grep -A2 '^\[.*api.opensuse.org\]' ~/.oscrc # ^ only if you forgot USER and SECRET, same as for bugzilla.novell.com touch ~/.netrc chmod go-rwx ~/.netrc echo machine api.opensuse.org login USER password SECRET >> ~/.netrc curl -n https://api.opensuse.org/about curl -n https://api.opensuse.org/source/zypp:Head/libzypp/libzypp.spec
Then in api.opensuse.org used to be docs for the API. Now it redirects to a strange wikipage, but that should be a bug of OBS.
It is here https://api.opensuse.org/apidocs/ linked correctly from http://en.opensuse.org/Build_Service -- Martin Vidner, YaST developer http://en.opensuse.org/User:Mvidner Kuracke oddeleni v restauraci je jako fekalni oddeleni v bazenu -- To unsubscribe, e-mail: zypp-devel+unsubscribe@opensuse.org For additional commands, e-mail: zypp-devel+help@opensuse.org
participants (3)
-
Duncan Mac-Vicar Prett
-
Lorenzo Villani
-
Martin Vidner