StackStorm / st2-packages

StackStorm deb/rpm packages (automated docker build pipeline)
https://stackstorm.com/
27 stars 59 forks source link

Make sure we also set DEBIAN_FRONTEND environment variable when installing dev version of packages #617

Closed Kami closed 5 years ago

Kami commented 5 years ago

616 fixed Bionic Build for stable packages (afaik) and I believe this should fix it for dev versions (scenario where we directly wget the package).

Kami commented 5 years ago

Another option would be to just set DEBIAN_FRONTEND=noninteractive globally. In theory, it shouldn't hurt anything since the whole installer script should be non-interactive anyway.

Kami commented 5 years ago

I confirmed it's working by running bash st2_bootstrap.sh --force-branch=bionic_fix --staging --unstable --dev=st2/10367 --user=st2admin --password=Ch@ngeMe.

I will go ahead and merge it to unblock the builds (and also re-run failed executions).

Kami commented 5 years ago

I confirmed it fixes installer script timeout issue by re-running the build, but now some other step failed with a different error...

arm4b commented 5 years ago

:+1: