Ticket #3292: tap2rpm-intense-debugging.diff
| File tap2rpm-intense-debugging.diff, 0.6 KB (added by TimAllen, 3 years ago) |
|---|
-
twisted/scripts/tap2rpm.py
diff --git a/twisted/scripts/tap2rpm.py b/twisted/scripts/tap2rpm.py index 96f6720..68e9cea 100755
a b 237 237 # build rpm 238 238 job = subprocess.Popen([ 239 239 "rpmbuild", 240 "-vv", 240 241 "--define", "_topdir %s" % (tmp_dir,), 241 242 "-ta", tarfile_name, 242 ], stdout=subprocess.PIPE, stderr=subprocess.STDOUT) 243 ]) 244 # ], stdout=subprocess.PIPE, stderr=subprocess.STDOUT) 243 245 stdout, _ = job.communicate() 244 246 245 247 # If there was a problem, show people what it was.
