checking in
This commit is contained in:
@@ -30,6 +30,7 @@ def gui_init():
|
|||||||
|
|
||||||
base_options = ["Add a new package to the AUR...",
|
base_options = ["Add a new package to the AUR...",
|
||||||
"Sign a package's sources",
|
"Sign a package's sources",
|
||||||
|
"Remove a submodule",
|
||||||
"Update/initialize submodules from your AUR account"]
|
"Update/initialize submodules from your AUR account"]
|
||||||
base_menu = m.menu("How might I assist you today?", base_options, "Select an operation ('q' to quit):")
|
base_menu = m.menu("How might I assist you today?", base_options, "Select an operation ('q' to quit):")
|
||||||
pkg = {}
|
pkg = {}
|
||||||
@@ -39,6 +40,7 @@ def gui_init():
|
|||||||
add_menu = m.menu("What type of package is this?", add_options, "Package type ('q' to quit):")
|
add_menu = m.menu("What type of package is this?", add_options, "Package type ('q' to quit):")
|
||||||
elif base_menu == 2:
|
elif base_menu == 2:
|
||||||
pkg['oper'] = 'sign'
|
pkg['oper'] = 'sign'
|
||||||
|
pkg['name'] = input("What package would you like to sign sources for?\n").lower()
|
||||||
elif base_menu == 3:
|
elif base_menu == 3:
|
||||||
pkg['oper'] = 'submodule'
|
pkg['oper'] = 'submodule'
|
||||||
|
|
||||||
Submodule phrasendrescher updated: 7884f8c828...2166fd875c
Submodule python-validators updated: c7da872b92...78bbb42b66
2
storcli
2
storcli
Submodule storcli updated: abe20f79aa...019c66e7a4
Reference in New Issue
Block a user