Skip to content

Commit

Permalink
Merge pull request #595 from truenas/NAS-127301
Browse files Browse the repository at this point in the history
  • Loading branch information
yocalebo authored Feb 23, 2024
2 parents d345032 + 4801282 commit 9f95da6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scale_build/packages/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from scale_build.config import BUILD_TIME, VERSION
from scale_build.exceptions import CallError
from scale_build.utils.environment import APT_ENV
from scale_build.utils.manifest import get_truenas_train
from scale_build.utils.manifest import get_truenas_train, get_release_code_name
from scale_build.utils.run import run
from scale_build.utils.paths import PKG_DIR

Expand Down Expand Up @@ -79,6 +79,7 @@ def _build_impl(self):
f.write(json.dumps({
'buildtime': BUILD_TIME,
'train': get_truenas_train(),
'codename': get_release_code_name(),
'version': VERSION,
}))
os.makedirs(os.path.join(self.package_source_with_chroot, 'etc'), exist_ok=True)
Expand Down

0 comments on commit 9f95da6

Please sign in to comment.