Hi, I want to implement the following scenario on obs. prelims 1. I have a project hosted on an svn service (googlecode) 2. The project builds with cmake. 3. I generate .rpm and .deb packages via cmake scenario -- I want to setup a build project on obs 1. Import and update the source files from the svn 2. build the packages for the chosen distros. 3. automate the process s.t. daily if there are changes in the svn the packages get regenerated. Do you have any pointers for the implementation? Alin http://forums.opensuse.org/programming-scripting/opensuse-build-service-obs/... -- ______________________________________________________________________ "...if the universities will not study useless subjects, who will?" G. F. Fitzgerald, Nature, 45/46, 392 (1892) ______________________________________________________________________ Mr. Alin M. ELENA Atomistic Simulation Centre School of Mathematics and Physics Queen's University Belfast Office: +44 (0)28 9097 1428 Fax: +44 (0)28 9097 5359 http://titus.phy.qub.ac.uk/group/Alin/ alin.elena@yahoo.co.uk alin.elena@qub.ac.uk ______________________________________________________________________ --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-buildservice+help@opensuse.org
On Friday 19 September 2008 11:02:18 Alin M Elena wrote:
Hi,
I want to implement the following scenario on obs.
prelims 1. I have a project hosted on an svn service (googlecode) 2. The project builds with cmake. 3. I generate .rpm and .deb packages via cmake
scenario -- I want to setup a build project on obs 1. Import and update the source files from the svn 2. build the packages for the chosen distros. 3. automate the process s.t. daily if there are changes in the svn the packages get regenerated.
Here's a simplification of what I do on my local build service. I additionally have a daemon that receives notification from a CVS hook to do automated builds as soon as something is checked in, but this script, run manually or via cron, should be sufficient for most people. It's set up to use CVS, but it should be trivial to adapt it to Subversion. -- James Oakley jfunk@funktronics.ca
On Fri, 19 Sep 2008, James Oakley wrote:
On Friday 19 September 2008 11:02:18 Alin M Elena wrote:
I want to implement the following scenario on obs.
prelims 1. I have a project hosted on an svn service (googlecode) 2. The project builds with cmake. 3. I generate .rpm and .deb packages via cmake
scenario -- I want to setup a build project on obs 1. Import and update the source files from the svn 2. build the packages for the chosen distros. 3. automate the process s.t. daily if there are changes in the svn the packages get regenerated.
Here's a simplification of what I do on my local build service. I additionally have a daemon that receives notification from a CVS hook to do automated builds as soon as something is checked in, but this script, run manually or via cron, should be sufficient for most people.
It's set up to use CVS, but it should be trivial to adapt it to Subversion.
I would like to possibly get it. I would like to have it work on CVS, Subversion and Git. I have repo's with all of them that I would like to get automated to do testing on changes. I have scripts that run every 3-12 hours depending on the repo to get the latest upstream packages. I want to get this working for other OS's besides linux if possible. Thanks, -- Boyd Gerber <gerberb@zenez.com> ZENEZ 1042 East Fort Union #135, Midvale Utah 84047
participants (3)
-
Alin M Elena
-
Boyd Lynn Gerber
-
James Oakley