This commit is contained in:
Bert van der Weerd 2021-06-13 08:08:38 +02:00
parent dbcc50089c
commit a03b92e1e9
No known key found for this signature in database
GPG key ID: 4CFABB96ADE0F5B1

View file

@ -416,13 +416,13 @@ def main():
execute_package() execute_package()
elif arg == 'lw_artifacts': elif arg == 'lw_artifacts':
execute_lw_artifacts() execute_lw_artifacts()
elif arg == 'upload':
execute_upload()
# Utilities # Utilities
elif arg == 'git_subs': elif arg == 'git_subs':
execute_git_subs() execute_git_subs()
elif arg == 'upload':
execute_upload()
elif arg == 'git_init': elif arg == 'git_init':
execute_git_init() execute_git_init()
@ -489,8 +489,9 @@ help_message = """# Use:
# Utilities: # Utilities:
git_subs - git update submodules 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 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_deb - install dependencies with apt
deps_rpm - install dependencies with dnf deps_rpm - install dependencies with dnf