changeset 482:32421208e75f

wip, pass --no-lintian to debuild since we run it ourselves, move the docker patch up in the series
author Louis Opter <kalessin@kalessin.fr>
date Sat, 02 Jul 2016 16:04:05 -0700
parents 20f25ba1dd1e
children 83736d21781d
files add_release_makepkg.patch series
diffstat 2 files changed, 8 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/add_release_makepkg.patch	Sat Jul 02 15:42:16 2016 -0700
+++ b/add_release_makepkg.patch	Sat Jul 02 16:04:05 2016 -0700
@@ -1,5 +1,5 @@
 # HG changeset patch
-# Parent  59de5ad1300a5a00b68f9a5933789ba6b1d5893f
+# Parent  092cd4960326f8893619de3271b2c039a1be4fd1
 Add the release_makepkg command and setup linting
 
 This is easier/cleaner to do this here than on Buildbot right now.
@@ -60,10 +60,14 @@
      version = latest_released_version()
      build_number = extract_build_number(version)
      version = semver.format_version(**version)
-@@ -572,15 +574,66 @@
+@@ -571,16 +573,69 @@
+         dpkg_arch=dpkg_arch,
      )
      action_echo("Building {}".format(deb_pkg_name))
-     subprocess.check_call(["debuild", "-us", "-uc"], cwd=src_dir)
+-    subprocess.check_call(["debuild", "-us", "-uc"], cwd=src_dir)
++    subprocess.check_call(
++        ["debuild", "-us", "-uc", "--no-lintian"], cwd=src_dir
++    )
 +    action_echo("Linting {}".format(deb_pkg_name))
 +    deb_pkg_path = os.path.join(debuild_dir, deb_pkg_name)
 +    subprocess.check_call(["lintian", deb_pkg_path])
--- a/series	Sat Jul 02 15:42:16 2016 -0700
+++ b/series	Sat Jul 02 16:04:05 2016 -0700
@@ -1,7 +1,7 @@
 homebrew_fixes.patch
 fix_openwrt_docs_examples_installation.patch
+add_release_makepkg.patch
 docker_images.patch
-add_release_makepkg.patch
 add_power_transition.patch
 open_gateway_on_any_bulb_response.patch #+future
 make_gateway_write_callbacks_low_priority.patch #+future