Fix print message when building for Ubuntu Focal (#9694)
Devin Smith committed
Aug 10, 2020 at 06:18 UTC
e90b4bc0da12416b01483314a60024c45640b074
2 files changed
+2
-1
.travis/package_management/configure_deb_lxc_environment.py
+1
-1
@@ -92,7 +92,7 @@ if str(os.environ["BUILD_STRING"]).count("debian/buster") == 1:
92
93
### Ubuntu
94
if str(os.environ["BUILD_STRING"]).count("ubuntu/focal") == 1:
95
- print("5.1 We are building for Xenial, adjusting control file")
95
+ print("5.1 We are building for Focal, adjusting control file")
96
common.run_command_in_host(['sudo', 'rm', 'contrib/debian/control'])
97
common.run_command_in_host(['sudo', 'cp', 'contrib/debian/control.focal', 'contrib/debian/control'])
98
if str(os.environ["BUILD_STRING"]).count("ubuntu/xenial") == 1:
CONTRIBUTORS.md
+1
@@ -130,5 +130,6 @@ This is the list of contributors that have signed this agreement:
130
|@akwan|Alan Kwan||
131
|@underhood|Timotej Šiškovič||
132
|@stevenh|Steven Hartland|steven.hartland@multiplay.co.uk|
133
+|@devinrsmith|Devin Smith||
134
135
[](<>)