Commit Graph

2 Commits

Author SHA1 Message Date
Al Bailey
611cb9317c 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.

This ensures that any new code submissions under those
directories will increment the versions.

Note:
 nfv uses GITREVCOUNT because its src_path is 'None'

Test Plan:
 PASS: build-iso and unlock AIO-SX
 PASS: build-pkgs -p nfv
 PASS: build-pkgs -p nova-api-proxy
 PASS: commit a file change under nfv, and rebuild and
     see that the nfv version has increased.
 PASS: commit a file change one directory before nfv, and
    rebuild and see that the nfv version has not increased.

Story: 2010550
Task: 47222

Signed-off-by: Al Bailey <al.bailey@windriver.com>
Change-Id: I06804af6e356174b608b18219b1f1c8176c99375
2023-02-09 17:00:49 +00:00
Tracey Bogue
20130b3e07 Add Debian packaging for mtce-guest, nova-api-proxy and nfv.
The following changes were made to source files:
* Remove a null pointer from a log format in guestHttpSvr.cpp.
* Add a local variable for inet_ntoa instead of logging it directly.
* Added local_fs requirement to guestAgent and guestServer scripts.
* Changed guestAgent.ocf script from /bin/sh to /bin/bash.
  Syntax of script was invalid for sh.

Testing:
* Debian build succeeds.
* Centos build succeeds.

Story: 2009101
Task: 43392

Signed-off-by: Tracey Bogue <tracey.bogue@windriver.com>
Change-Id: Iedfecda0c448800ff60216258946ed520f913c5f
2021-11-02 06:39:28 -05:00