mirror of
https://github.com/truenas/scale-build.git
synced 2025-12-20 02:49:28 +00:00
Change code name and version to Cobia
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
---
|
||||
code_name: "Bluefin"
|
||||
code_name: "Cobia"
|
||||
debian_release: "bullseye"
|
||||
identity_file_path_default: "~/.ssh/id_rsa"
|
||||
#
|
||||
|
||||
@@ -3,7 +3,7 @@ from time import time
|
||||
from datetime import datetime
|
||||
|
||||
IDENTITY_FILE_PATH_OVERRIDE_SUFFIX = '_OVERRIDE_IDENTITY_FILE_PATH'
|
||||
_VERS = '22.12-MASTER'
|
||||
_VERS = '23.10-MASTER'
|
||||
|
||||
|
||||
def get_env_variable(key, _type, default_value=None):
|
||||
|
||||
Reference in New Issue
Block a user