- accept new 'cicntstart' parameter to specify the default cicnt for new packages...
authorMichael Schroeder <mls@suse.de>
Thu, 17 Mar 2011 16:30:52 +0000 (17:30 +0100)
committerMichael Schroeder <mls@suse.de>
Thu, 17 Mar 2011 16:31:33 +0000 (17:31 +0100)
Build.pm

index e7a0f0c..5efd883 100644 (file)
--- a/Build.pm
+++ b/Build.pm
@@ -268,6 +268,8 @@ sub read_config {
       $config->{'patterntype'} = [ @l ];
     } elsif ($l0 eq 'release:') {
       $config->{'release'} = $l[0];
+    } elsif ($l0 eq 'cicntstart:') {
+      $config->{'cicntstart'} = $l[0];
     } elsif ($l0 eq 'releaseprg:') {
       $config->{'releaseprg'} = $l[0];
     } elsif ($l0 eq 'changetarget:' || $l0 eq 'target:') {