From a03b92e1e94e728e2b8d3fc51081e672d17b8b94 Mon Sep 17 00:00:00 2001 From: Bert van der Weerd Date: Sun, 13 Jun 2021 08:08:38 +0200 Subject: [PATCH] updates --- pybuild.py | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/pybuild.py b/pybuild.py index 4be1bb7..5686053 100644 --- a/pybuild.py +++ b/pybuild.py @@ -416,13 +416,13 @@ def main(): execute_package() elif arg == 'lw_artifacts': execute_lw_artifacts() - elif arg == 'upload': - execute_upload() # Utilities elif arg == 'git_subs': execute_git_subs() + elif arg == 'upload': + execute_upload() elif arg == 'git_init': execute_git_init() @@ -489,8 +489,9 @@ help_message = """# Use: # Utilities: git_subs - git update submodules - reset - use git/mercurial to revert changes to a clean state + upload - upload the build artifacts to gitlab.com git_init - put the source folder in a .git repository + reset - use git/mercurial to revert changes to a clean state deps_deb - install dependencies with apt deps_rpm - install dependencies with dnf