[opensuse-packaging] controlling package release numbers for snapshot packages
Hi, I'm in the process of creating a project for automated PyQt snapshot builds (home:frispete:PyQt-next), that should replace the packages of some other repo (home:frispete:PyQt), but that should be superimposable from the former, if a new released package exist. (Sorry people for this convoluted description). Let's talk in examples: home:frispete:PyQt has python-sip-4.11.1-4.4 home:frispete:PyQt-next has python-sip-4.11.2-8.1 the latter is linkpac'ed to the former I hoped to be able to use a snapshot release date as the release number, e.g.: 0.20101010.043033.1 ^ snapshot ^^^^^^^^ date ^^^^^^ time ^ generation home:frispete:PyQt-next should read: python-sip-4.11.2-0.20101010.043033.1 If a package gets released, it will >= python-sip-4.11.2-1 In short, how do I control the release numbers in build service? I know, that osc has an setlinkrev option, and linkpac has the magical --cicount. Is it enough the set --cicount=local and it it possible to set this later on? TIA, Pete -- To unsubscribe, e-mail: opensuse-packaging+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-packaging+help@opensuse.org
On Monday 11 October 2010, 14:07:34 Hans-Peter Jansen wrote:
In short, how do I control the release numbers in build service? I know, that osc has an setlinkrev option, and linkpac has the magical --cicount. Is it enough the set --cicount=local and it it possible to set this later on?
Found it here: http://en.opensuse.org/openSUSE:Build_Service_prjconf#Release Sorry for the churn. Pete -- To unsubscribe, e-mail: opensuse-packaging+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-packaging+help@opensuse.org
participants (1)
-
Hans-Peter Jansen