summaryrefslogtreecommitdiffstats
path: root/jjb/ci-management/package-list.sh
blob: 6172b7b54c5c6f280db4f0c5a6a4e29732b57346 (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
41
42
43
44
45
46
47
48
49
50
#!/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 PACKAGE_LIST_CENTOS="libhicnctrl-devel \
libhicnctrl-memif-devel \
libhicntransport-memif-devel \
libhicn-devel \
libhicntransport-devel \
hicn-plugin-devel \
libparc-devel \
libmemif-devel \
longbow-devel"

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