summaryrefslogtreecommitdiffstats
path: root/jjb/ci-management/package-list.sh
blob: 2b4325641f6a363488aa1ab67328cd41d3ab392b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
#!/bin/bash

export PACKAGE_LIST_COMMON="libhicnctrl \
libhicnctrl-memif \
hicn-collectd-plugins \
hicn-apps \
hicn-light \
hicn-apps-memif \
libhicntransport-memif \
libhicn \
libhicntransport \
hicn-plugin \
facemgr \
hicn-utils-memif \
hicn-utils \
hicn-sysrepo-plugin \
hicn-extra-plugin \
libparc \
libparc-doc \
longbow \
longbow-doc"

export PACKAGE_LIST_UBUNTU="libhicnctrl-dev \
libhicn-ctrl-dev \
libhicnctrl-memif-dev \
libhicntransport-memif-dev \
libhicn-dev \
libhicntransport-dev \
hicn-plugin-dev \
libdash \
libdash-dev \
libdash-doc \
libparc-dev \
libmemif-dev \
longbow-dev"

export VERSION_WHITELIST="19.01-227 \
19.08-289 \
20.01-73 \
20.01-114"