diff --git a/_bin/new_package.py b/_bin/maint.py similarity index 98% rename from _bin/new_package.py rename to _bin/maint.py index 43ae920..c14162b 100755 --- a/_bin/new_package.py +++ b/_bin/maint.py @@ -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' diff --git a/phrasendrescher b/phrasendrescher index 7884f8c..2166fd8 160000 --- a/phrasendrescher +++ b/phrasendrescher @@ -1 +1 @@ -Subproject commit 7884f8c8283f85d960b3d989969c814ae106673b +Subproject commit 2166fd875c52a4c3923ca2f7bade06876bc92e95 diff --git a/python-validators b/python-validators index c7da872..78bbb42 160000 --- a/python-validators +++ b/python-validators @@ -1 +1 @@ -Subproject commit c7da872b92c3d01a69ab2938915867be896817e8 +Subproject commit 78bbb42b6630263b1de1b8946e6aab7b016a0144 diff --git a/storcli b/storcli index abe20f7..019c66e 160000 --- a/storcli +++ b/storcli @@ -1 +1 @@ -Subproject commit abe20f79aa91e4a3423617766e4f58a7ee356a67 +Subproject commit 019c66e7a4517cfa35eb88afeb2810268684bc77