mirror of
https://github.com/netdata/netdata.git
synced 2025-04-28 06:32:30 +00:00
Fix print message when building for Ubuntu Focal (#9694)
This commit is contained in:
parent
9954ccf952
commit
e90b4bc0da
2 changed files with 2 additions and 1 deletions
|
@ -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:
|
||||
|
|
|
@ -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||
|
||||
|
||||
[](<>)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue