summaryrefslogtreecommitdiffstats
path: root/fedpkg-pull-build-chain
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2010-03-01 16:54:01 -0500
committerColin Walters <walters@verbum.org>2010-03-01 16:54:01 -0500
commitd5e761791ce4e6b5074317a0f3fc4cd9b399bbcd (patch)
tree5e5f6a9c2a1460a963bfa106268c5fb82236ee89 /fedpkg-pull-build-chain
parent8931891c1fc266bc0b2316f8885fe603d828f162 (diff)
downloadfedpkg-make-pull-d5e761791ce4e6b5074317a0f3fc4cd9b399bbcd.tar.gz
fedpkg-make-pull-d5e761791ce4e6b5074317a0f3fc4cd9b399bbcd.tar.xz
fedpkg-make-pull-d5e761791ce4e6b5074317a0f3fc4cd9b399bbcd.zip
Rename fedpkg-make-pull to fedpkg-vcs
It's now subcommand based, with e.g. "pull" and "cherrypick" actions.
Diffstat (limited to 'fedpkg-pull-build-chain')
-rwxr-xr-xfedpkg-pull-build-chain4
1 files changed, 2 insertions, 2 deletions
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: