summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDevin Smith <devinrsmith@users.noreply.github.com>2020-08-10 06:18:49 -0500
committerGitHub <noreply@github.com>2020-08-10 21:18:49 +1000
commite90b4bc0da12416b01483314a60024c45640b074 (patch)
tree7a5f8a681484306e1092856d42463c9d75d2f73d
parent9954ccf952893428475e7b3da58b8df57659fd13 (diff)
Fix print message when building for Ubuntu Focal (#9694)
-rwxr-xr-x.travis/package_management/configure_deb_lxc_environment.py2
-rw-r--r--CONTRIBUTORS.md1
2 files changed, 2 insertions, 1 deletions
diff --git a/.travis/package_management/configure_deb_lxc_environment.py b/.travis/package_management/configure_deb_lxc_environment.py
index 4151c4f1af..1ffda6135f 100755
--- a/.travis/package_management/configure_deb_lxc_environment.py
+++ b/.travis/package_management/configure_deb_lxc_environment.py
@@ -92,7 +92,7 @@ if str(os.environ["BUILD_STRING"]).count("debian/buster") == 1:
### Ubuntu
if str(os.environ["BUILD_STRING"]).count("ubuntu/focal") == 1:
- print("5.1 We are building for Xenial, adjusting control file")
+ print("5.1 We are building for Focal, adjusting control file")
common.run_command_in_host(['sudo', 'rm', 'contrib/debian/control'])
common.run_command_in_host(['sudo', 'cp', 'contrib/debian/control.focal', 'contrib/debian/control'])
if str(os.environ["BUILD_STRING"]).count("ubuntu/xenial") == 1:
diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md
index 032f34ff91..f97343e84e 100644
--- a/CONTRIBUTORS.md
+++ b/CONTRIBUTORS.md
@@ -130,5 +130,6 @@ This is the list of contributors that have signed this agreement:
|@akwan|Alan Kwan||
|@underhood|Timotej Šiškovič||
|@stevenh|Steven Hartland|steven.hartland@multiplay.co.uk|
+|@devinrsmith|Devin Smith||
[![analytics](https://www.google-analytics.com/collect?v=1&aip=1&t=pageview&_s=1&ds=github&dr=https%3A%2F%2Fgithub.com%2Fnetdata%2Fnetdata&dl=https%3A%2F%2Fmy-netdata.io%2Fgithub%2FCONTRIBUTORS&_u=MAC~&cid=5792dfd7-8dc4-476b-af31-da2fdb9f93d2&tid=UA-64295674-3)](<>)