Hi, I want to share with you a primitive script which allows copying files from and to the buildservice server. It is probably similar (and likely inferiour) to the opensuse-commandline tool from Christopher Hofmann http://build.opensuse.org/package/show?package=opensuse-commandline&project=ASCIIParadize and the primary reason I didn't build on it is that it wasn't accessible at the time I wanted to try it out ;) However, I also like the idea of having the functionality in a python library. It can be found here, and if anyone wants to extend it please contact me to get write access: http://svn.poeml.de/svn/osc http://svn.poeml.de/viewcvs/osc/ To explain what's currently implemented, here are usage examples: # list contents opensuse-commander.py ls opensuse-commander.py ls Apache opensuse-commander.py ls Apache subversion # show xml meta opensuse-commander.py meta Apache opensuse-commander.py meta Apache subversion opensuse-commander.py id username # check out sources mkdir subversion cd subversion opensuse-commander.py co Apache subversion [file] vi *.spec opensuse-commander.py diff Apache subversion [file] opensuse-commander.py ci Apache subversion file1 [file2...] (I hope I got that right, it is partly from memory) Regards, Peter -- SUSE LINUX Products GmbH Thought is limitation. Research & Development Free your mind.
Hi, On Thursday 23 March 2006 18:08, Dr. Peter Poeml wrote:
I want to share with you a primitive script which allows copying files from and to the buildservice server.
It is probably similar (and likely inferiour) to the opensuse-commandline tool from Christopher Hofmann
Quite similar. ;) But we need as much language bindings as possible, so it's great to have one for Python now. ...
It can be found here, and if anyone wants to extend it please contact me to get write access:
I think it would make sense if you would move it into the official and public buildservice SVN. I already prepared some directories below https://forgesvn1.novell.com/svn/opensuse/trunk/buildservice/src/clientlib/ To get access to the forge SVN you need a Novell account, which ist actually the same you need for bugzilla. I think you have to be enabled for write access somehow. I'll try to find out how that works. Christopher -- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Christopher Hofmann | Tel. 0911/74053 -104 | SuSE R&D - Internal Tools ~~~~~~~~ Current weather in Nuernberg: 1.0°C, Scattered cloud ~~~~~~~~~
On Fri, Mar 24, 2006 at 10:12:17AM +0100, Christopher Hofmann wrote:
On Thursday 23 March 2006 18:08, Dr. Peter Poeml wrote:
I want to share with you a primitive script which allows copying files from and to the buildservice server. I think it would make sense if you would move it into the official and public buildservice SVN. I already prepared some directories below
Done so, it is now a python library with an SVN-like commandline interface, and it lives here: https://forgesvn1.novell.com/svn/opensuse/trunk/buildservice/src/clientlib/p...
I think you have to be enabled for write access somehow. I'll try to find out how that works.
It worked :) Regards, Peter -- SUSE LINUX Products GmbH Thought is limitation. Research & Development Free your mind.
On Thu, Apr 20, 2006 at 04:34:39PM +0200, Dr. Peter Poeml wrote:
On Fri, Mar 24, 2006 at 10:12:17AM +0100, Christopher Hofmann wrote:
On Thursday 23 March 2006 18:08, Dr. Peter Poeml wrote:
I want to share with you a primitive script which allows copying files from and to the buildservice server. I think it would make sense if you would move it into the official and public buildservice SVN. I already prepared some directories below
Done so, it is now a python library with an SVN-like commandline interface, and it lives here: https://forgesvn1.novell.com/svn/opensuse/trunk/buildservice/src/clientlib/p...
RPMs are now built in the build service: http://build.opensuse.org/package/show?package=osc&project=openSUSE Regards, Peter -- SUSE LINUX Products GmbH Thought is limitation. Research & Development Free your mind.
On Wed, May 10, 2006 at 10:58:02PM +0200, Dr. Peter Poeml wrote:
On Thu, Apr 20, 2006 at 04:34:39PM +0200, Dr. Peter Poeml wrote:
On Fri, Mar 24, 2006 at 10:12:17AM +0100, Christopher Hofmann wrote:
On Thursday 23 March 2006 18:08, Dr. Peter Poeml wrote:
I want to share with you a primitive script which allows copying files from and to the buildservice server. I think it would make sense if you would move it into the official and public buildservice SVN. I already prepared some directories below
Done so, it is now a python library with an SVN-like commandline interface, and it lives here: https://forgesvn1.novell.com/svn/opensuse/trunk/buildservice/src/clientlib/p...
RPMs are now built in the build service: http://build.opensuse.org/package/show?package=osc&project=openSUSE
There is also an installation source (yum repository): http://repos.opensuse.org/opensuse/repositories/main/openSUSE/ Regards, Peter -- SUSE LINUX Products GmbH Thought is limitation. Research & Development Free your mind.
On Wednesday 10 May 2006 23:27, Dr. Peter Poeml wrote:
On Wed, May 10, 2006 at 10:58:02PM +0200, Dr. Peter Poeml wrote:
RPMs are now built in the build service: http://build.opensuse.org/package/show?package=osc&project=openSUSE
There is also an installation source (yum repository): http://repos.opensuse.org/opensuse/repositories/main/openSUSE/
That's the URL of the mirror. Please use the general http://software.opensuse.org/download/main/openSUSE instead. This will redirect to an appropriate mirror. I will add the link to the yum repository on the project page for easier copy and pasting. -- Cornelius Schumacher <cschum@suse.de>
participants (3)
-
Christopher Hofmann
-
Cornelius Schumacher
-
Dr. Peter Poeml