mirror of
https://github.com/truenas/scale-build.git
synced 2025-12-19 18:39:15 +00:00
Bump TN Version (#898)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
---
|
||||
code_name: "Goldeye"
|
||||
code_name: "Halfmoon"
|
||||
debian_release: "bookworm"
|
||||
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 = '25.10.0-MASTER'
|
||||
_VERS = '26.04.0-MASTER'
|
||||
|
||||
|
||||
def get_env_variable(key, _type, default_value=None):
|
||||
|
||||
Reference in New Issue
Block a user