RedHatSatellite / katello-cvmanager

manage Katello content views
GNU General Public License v2.0
49 stars 31 forks source link

make the description of publish/promote events a option not hardcoded #32

Closed chr15p closed 7 years ago

chr15p commented 7 years ago

being able to customise the description string if required allows the user to say why the CV was autopublished not just that it was. For example "promoted after all tests passed", or "added puppet module X and republished". This patch simply adds a --description command line option to allow customising this field, or defaults to "autopublish" if not specified.