From 6399310de41273846704f09166f6b9cbd51921e2 Mon Sep 17 00:00:00 2001 From: Scott Little Date: Tue, 6 Aug 2019 14:31:16 -0400 Subject: [PATCH] Update .gitreview for r/stx.2.0 Also add bindep.txt to install libxml2 Sometime between Jun 19 2019 and today (Aug 6 2019) xmllint is no longer available by default or via another route, we need to install it ourselves. Change-Id: Iadfa51ff5053875890c9c250c996150a74279f38 Signed-off-by: Scott Little --- .gitreview | 1 + bindep.txt | 2 ++ 2 files changed, 3 insertions(+) create mode 100644 bindep.txt diff --git a/.gitreview b/.gitreview index 15ba490..9f0a302 100644 --- a/.gitreview +++ b/.gitreview @@ -2,3 +2,4 @@ host=review.opendev.org port=29418 project=starlingx/manifest.git +defaultbranch=r/stx.2.0 diff --git a/bindep.txt b/bindep.txt new file mode 100644 index 0000000..3ba8ee8 --- /dev/null +++ b/bindep.txt @@ -0,0 +1,2 @@ +libxml2-utils [platform:dpkg] +libxml2 [platform:rpm]