Added option for setting release note files
This commit is contained in:
parent
1175551e2c
commit
55c00f6d60
@ -273,6 +273,12 @@ if __name__ == '__main__':
|
|||||||
help="Flag to enable processing the BuildInstall stage")
|
help="Flag to enable processing the BuildInstall stage")
|
||||||
parser.add_option("-I", action="store_true", default=False, dest="do_createiso",
|
parser.add_option("-I", action="store_true", default=False, dest="do_createiso",
|
||||||
help="Flag to enable processing the CreateISO stage")
|
help="Flag to enable processing the CreateISO stage")
|
||||||
|
parser.add_option("--relnotepkgs", dest="relnotepkgs", type="string",
|
||||||
|
action="callback", callback=set_config, callback_args=(config, ),
|
||||||
|
help='Rpms which contain the release notes')
|
||||||
|
parser.add_option("--relnotefilere", dest="relnotefilere", type="string",
|
||||||
|
action="callback", callback=set_config, callback_args=(config, ),
|
||||||
|
help='Which files are the release notes -- GPL EULA')
|
||||||
|
|
||||||
|
|
||||||
(opts, args) = parser.parse_args()
|
(opts, args) = parser.parse_args()
|
||||||
|
Loading…
Reference in New Issue
Block a user