summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2010-02-24 14:51:41 -0500
committerColin Walters <walters@verbum.org>2010-02-24 14:51:41 -0500
commit4bac678542aa9be14d7fb23363cd57324015ac94 (patch)
treee3b3be9b6bf8078145e28ec55276262108900668
parentd6adbb2278b96745549651b978491f7704ff5097 (diff)
downloadfedpkg-make-pull-4bac678542aa9be14d7fb23363cd57324015ac94.tar.gz
fedpkg-make-pull-4bac678542aa9be14d7fb23363cd57324015ac94.tar.xz
fedpkg-make-pull-4bac678542aa9be14d7fb23363cd57324015ac94.zip
Make srpm
-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)