checking in

This commit is contained in:
brent s
2016-11-26 03:25:06 -05:00
parent e69777d90e
commit f0d2b013a7
4 changed files with 5 additions and 3 deletions

View File

@@ -30,6 +30,7 @@ def gui_init():
base_options = ["Add a new package to the AUR...",
"Sign a package's sources",
"Remove a submodule",
"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):")
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):")
elif base_menu == 2:
pkg['oper'] = 'sign'
pkg['name'] = input("What package would you like to sign sources for?\n").lower()
elif base_menu == 3:
pkg['oper'] = 'submodule'