Lines Matching +full:upload +full:- +full:dir
2 # Use of this source code is governed by a BSD-style license that can be
5 """Update and upload markdown files using the output of fiddlecli."""
19 Automatic commit by the Housekeeper-Nightly-Bookmaker bot.
29 parser.add_argument("--bookmaker_binary")
30 parser.add_argument("--fiddlecli_output")
37 upload=False,
41 '-a', 'docs/status.json',
42 '-f', args.fiddlecli_output,
43 '-r', 'site/user/api',
55 diff_files = subprocess.check_output(['git', 'diff', '--name-only'])
59 'Some files in %s were not in the site/user/api dir. '
63 subprocess.check_call(['git', 'add', '-u'])
66 print 'No changes so nothing to upload.'