mirror of
https://github.com/clearlinux/autospec.git
synced 2026-08-21 06:26:18 +00:00
Improve instructions for --skip-git
The user should be told they need to add relevant files before they commit. Signed-off-by: Matthew Johnson <matthew.johnson@intel.com>
This commit is contained in:
@@ -352,7 +352,8 @@ def package(args, url, name, archives, workingdir, infile_dict):
|
||||
if args.git:
|
||||
git.commit_to_git(build.download_path)
|
||||
else:
|
||||
print("To commit your changes, run 'git commit -F commitmsg'")
|
||||
print("To commit your changes, git add the relevant files and "
|
||||
"run 'git commit -F commitmsg'")
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
|
||||
Reference in New Issue
Block a user