From d5e761791ce4e6b5074317a0f3fc4cd9b399bbcd Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Mon, 1 Mar 2010 16:54:01 -0500 Subject: Rename fedpkg-make-pull to fedpkg-vcs It's now subcommand based, with e.g. "pull" and "cherrypick" actions. --- fedpkg-pull-build-chain | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'fedpkg-pull-build-chain') diff --git a/fedpkg-pull-build-chain b/fedpkg-pull-build-chain index 7a0339c..9c1d35c 100755 --- a/fedpkg-pull-build-chain +++ b/fedpkg-pull-build-chain @@ -140,9 +140,9 @@ def main(): else: last_build_succeeded = False - print "Running fedpkg-make-pull" + print "Running fedpkg-vcs" notify_state('upstream-vcs', { 'module': arg }) - args = ['fedpkg-make-pull', '--status-file=' + os.path.abspath('pull-status')] + args = ['fedpkg-vcs', 'pull-update', '--status-file=' + os.path.abspath('pull-status')] if force or not last_build_succeeded: args.append('--force') try: -- cgit