Update debian package versions to use git commits
The Debian packaging has been changed to reflect all the git commits under the directory, and not just the commits to the metadata folder. Package builder concatenates the number of revisions added since the one defined in the BASE_SRCREV to the name of the .deb file generated. Thus, any new submission to the code in these directories increment this revision counter in the filename. Test Plan: PASS: Created new code submissions to package ceph and verify that the version in the package name was incremented. PASS: Created new code submissions to package parted and verify that the version in the package name was incremented. PASS: Created new code submissions to package trident-installer and verify that the version in the package name was incremented. Story: 2010550 Task: 47490 Signed-by: Pedro Vinícius Silva da Cruz <pedro.silvadacruz@windriver.com> Change-Id: I16f834fd77f0abafaed39a0d4e6cd78d35fa4b98
This commit is contained in:
parent
dfd1f31e36
commit
4bc42115a6
@ -130,4 +130,6 @@ dl_files:
|
||||
sha256sum: 23e1465d4aef16349bfb500a5bc7b8d08138b085716c0f2c18d708ea3f326449
|
||||
revision:
|
||||
dist: $STX_DIST
|
||||
PKG_GITREVCOUNT: true
|
||||
GITREVCOUNT:
|
||||
BASE_SRCREV: 83065c529895eedd7491662908eb27e7e4beb1ae
|
||||
SRC_DIR: ${MY_REPO}/stx/integ/ceph/ceph
|
||||
|
@ -7,4 +7,6 @@ dl_path:
|
||||
sha256sum: 66acf6072f919fecd8c664619b8ab778a98d585774447f06093f51dc73f355cd
|
||||
revision:
|
||||
dist: $STX_DIST
|
||||
PKG_GITREVCOUNT: true
|
||||
GITREVCOUNT:
|
||||
BASE_SRCREV: 0e7fef247acaf65fb254ff2af80ec23ea3287288
|
||||
SRC_DIR: ${MY_REPO}/stx/integ/filesystem/parted
|
||||
|
@ -8,4 +8,6 @@ dl_path:
|
||||
sha256sum: e6b3ea4a3f947b42b91c32df8b9cc0287d6756a364688ea1ddb35cc244339d37
|
||||
revision:
|
||||
dist: $STX_DIST
|
||||
PKG_GITREVCOUNT: true
|
||||
GITREVCOUNT:
|
||||
BASE_SRCREV: 87c27d1be85179a07b6ecb7117d9deeb5bc8ea97
|
||||
SRC_DIR: ${MY_REPO}/stx/integ/storage-drivers/trident-installer
|
||||
|
Loading…
Reference in New Issue
Block a user