[Git][NTPsec/ntpsec][master] Disable prompts for Debian-based builds

Matt Selsky gitlab at mg.gitlab.com
Fri May 8 00:05:08 UTC 2020



Matt Selsky pushed to branch master at NTPsec / ntpsec


Commits:
e886fef9 by Matt Selsky at 2020-05-07T02:32:18-04:00
Disable prompts for Debian-based builds

Specifically, we see this on ubuntu-devel-options-tester.

 Setting up tzdata (2019c-3ubuntu1) ...
 debconf: unable to initialize frontend: Dialog
 debconf: (TERM is not set, so the dialog frontend is not usable.)
 debconf: falling back to frontend: Readline
 Configuring tzdata
 ------------------
 Please select the geographic area in which you live. Subsequent configuration
 questions will narrow this down by presenting a list of cities, representing
 the time zones in which they are located.
   1. Africa      4. Australia  7. Atlantic  10. Pacific  13. Etc
   2. America     5. Arctic     8. Europe    11. SystemV
   3. Antarctica  6. Asia       9. Indian    12. US
 Geographic area:

See https://gitlab.com/NTPsec/ntpsec/-/jobs/535836705

- - - - -


1 changed file:

- .gitlab-opttest-ci.yml


Changes:

=====================================
.gitlab-opttest-ci.yml
=====================================
@@ -98,7 +98,7 @@ fbsd-12-options-tester:
   stage: test
   script:
     - apt-get update
-    - apt-get install -y netbase bison gcc libssl-dev libcap-dev pps-tools python2-dev python2-minimal libseccomp-dev bash pkg-config python3-dev python3-minimal
+    - DEBIAN_FRONTEND=noninteractive apt-get install -y netbase bison gcc libssl-dev libcap-dev pps-tools python2-dev python2-minimal libseccomp-dev bash pkg-config python3-dev python3-minimal
     - PYTHON=python2 bash tests/option-tester.sh
     - PYTHON=python3 bash tests/option-tester.sh
   tags:



View it on GitLab: https://gitlab.com/NTPsec/ntpsec/-/commit/e886fef94a0c504a0c668ec6770bf29a7e34e208

-- 
View it on GitLab: https://gitlab.com/NTPsec/ntpsec/-/commit/e886fef94a0c504a0c668ec6770bf29a7e34e208
You're receiving this email because of your account on gitlab.com.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.ntpsec.org/pipermail/vc/attachments/20200508/c1d6c56e/attachment.htm>


More information about the vc mailing list