Skip to content

Commit

Permalink
script tgz-check when running debuild
Browse files Browse the repository at this point in the history
  • Loading branch information
abg committed May 21, 2011
1 parent 624cdb0 commit ee6f91a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build_debs.py
Expand Up @@ -34,7 +34,7 @@ def make_debs(dst_dir):

# run debuild
logging.info("Building debian packages.")
run("cd %s && debuild -us -uc" % (staging.release_dir))
run("cd %s && debuild --no-tgz-check -us -uc" % (staging.release_dir))
dst_dir = os.path.expanduser(dst_dir)
logging.info("Copying debs to %s", dst_dir)
for src_path in glob.glob(os.path.join(staging.staging_dir, '*.deb')):
Expand Down

0 comments on commit ee6f91a

Please sign in to comment.