Skip to content

Commit

Permalink
reloc: increment relocatable package version
Browse files Browse the repository at this point in the history
This is needed for moving unified package contents to sub-directory.
This package itself has no change.
  • Loading branch information
syuu1228 committed Sep 26, 2022
1 parent ad04e8e commit 3a4424d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/create-relocatable-package.py
Original file line number Diff line number Diff line change
Expand Up @@ -284,9 +284,9 @@ def pip_generate_file_list(package_list):

file_list = generate_file_list(dependencies(packages))
pip_file_list = pip_generate_file_list(args.pip_modules)
# relocatable package format version = 2
# relocatable package format version = 3.0
with open('build/.relocatable_package_version', 'w') as f:
f.write('2\n')
f.write('3.0\n')
ar.add('build/.relocatable_package_version', arcname='.relocatable_package_version')

pathlib.Path('build/SCYLLA-RELOCATABLE-FILE').touch()
Expand Down

0 comments on commit 3a4424d

Please sign in to comment.