mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 07:53:39 +01:00
"adding changelog also as commit message to obs commit"
This commit is contained in:
parent
736b401922
commit
b09269aef8
@ -186,7 +186,7 @@ function do_obs()
|
|||||||
echo "$n files updated in OBS checkout ($config[obs]), commiting them now...\n";
|
echo "$n files updated in OBS checkout ($config[obs]), commiting them now...\n";
|
||||||
//run_cmd('osc status '.$config['obs']);
|
//run_cmd('osc status '.$config['obs']);
|
||||||
run_cmd('osc addremove '.$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']);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user