summaryrefslogtreecommitdiffstats
path: root/fedpkg-pull-build-chain
diff options
context:
space:
mode:
Diffstat (limited to 'fedpkg-pull-build-chain')
-rwxr-xr-xfedpkg-pull-build-chain1
1 files changed, 1 insertions, 0 deletions
diff --git a/fedpkg-pull-build-chain b/fedpkg-pull-build-chain
index 8f05c48..c0e5112 100755
--- a/fedpkg-pull-build-chain
+++ b/fedpkg-pull-build-chain
@@ -125,6 +125,7 @@ def main():
print "No updates and have a previous successful build, nothing to do"
continue
+ check_call_verbose(['make', 'srpm'], stdout=sys.stdout, stderr=sys.stderr, cwd=release_dir)
srpm = None
for filename in os.listdir(release_dir):
fpath = os.path.join(release_dir, filename)