"adding changelog also as commit message to obs commit"

This commit is contained in:
Ralf Becker 2010-03-22 21:28:11 +00:00
parent 42a09eda30
commit ee406cc534

View File

@ -185,7 +185,7 @@ function do_obs()
echo "$n files updated in OBS checkout ($config[obs]), commiting them now...\n";
//run_cmd('osc status '.$config['obs']);
run_cmd('osc addremove '.$config['obs'].'/*');
run_cmd('osc commit '.$config['obs']);
run_cmd('osc commit -m '.escapeshellarg('Version: '.$config['version'].'.'.$config['packaging'].":\n".$config['changelog']).' '.$config['obs']);
}
}