chiark / gitweb /
Put --no-arch-all in build-modes-sbuild act, not only its real_act
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Fri, 1 Jul 2016 21:33:55 +0000 (22:33 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Fri, 1 Jul 2016 21:33:56 +0000 (22:33 +0100)
Cosmetic change only.

debian/changelog
tests/tests/build-modes-sbuild

index 44b39aecf9bc77c9e301d840d15430418eae9ad9..1f73c7c320680c1ada8289ab73fded77856f3e0f 100644 (file)
@@ -10,6 +10,8 @@ dgit (1.5~~) unstable; urgency=medium
   Test suite:
   * When sbuild fails, do not crash due to sed not finding the log
     file.  Instead, simply tolerate the absence of the log file.
   Test suite:
   * When sbuild fails, do not crash due to sed not finding the log
     file.  Instead, simply tolerate the absence of the log file.
+  * Put --no-arch-all in build-modes-sbuild act, not only its real_act.
+    Cosmetic change only.
 
  --
 
 
  --
 
index a4ffcf5b6a3e8f175f63ed186b2ea620beef2ebb..2a69ca98c7174e4abaa92b15de40082b1b99a065 100755 (executable)
@@ -26,8 +26,8 @@ bm_quirk_after_act=after-hook
 
 bm-prep
 
 
 bm-prep
 
-act="sbuild -c build"
-real_act="$act --no-arch-all"
+act="sbuild -c build --no-arch-all"
+real_act="$act"
 
 e_source=true
 e_targets='build-arch binary-arch'
 
 e_source=true
 e_targets='build-arch binary-arch'