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...", 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'


@ -1 +1 @@
Subproject commit 7884f8c8283f85d960b3d989969c814ae106673b Subproject commit 2166fd875c52a4c3923ca2f7bade06876bc92e95

@ -1 +1 @@
Subproject commit c7da872b92c3d01a69ab2938915867be896817e8 Subproject commit 78bbb42b6630263b1de1b8946e6aab7b016a0144

@ -1 +1 @@
Subproject commit abe20f79aa91e4a3423617766e4f58a7ee356a67 Subproject commit 019c66e7a4517cfa35eb88afeb2810268684bc77