Commit 67c888be authored by Ophélie Gagnard's avatar Ophélie Gagnard

installation/: Use the package from OBS to install fluent-bit too.

parent 57dba3a6
...@@ -18,6 +18,6 @@ git config --global user.name "Francois Gagnard" ...@@ -18,6 +18,6 @@ git config --global user.name "Francois Gagnard"
apt -y install ${APT_SPECIFIC_PACKAGES} apt -y install ${APT_SPECIFIC_PACKAGES}
rm -f ${MCA_PACKAGE_FILE} rm -f ${MCA_PACKAGE_FILE}
wget ${MCA_PACKAGE_URL} wget ${MCA_PACKAGE_URL}
#wget ${FLUENTBIT_PACKAGE_URL} # does not work at the moment wget ${FLUENTBIT_PACKAGE_URL}
apt -y install ./"$MCA_PACKAGE_FILE" apt -y install ./"$MCA_PACKAGE_FILE"
apt -y install ./"$FLUENTBIT_PACKAGE_FILE" apt -y install ./"$FLUENTBIT_PACKAGE_FILE"
...@@ -7,7 +7,7 @@ PROJECT_DIR=$GIT_ROOT ...@@ -7,7 +7,7 @@ PROJECT_DIR=$GIT_ROOT
# TO BE MODIFIED BY USERS: # TO BE MODIFIED BY USERS:
MCA_PACKAGE_NAME=dep--mca--static MCA_PACKAGE_NAME=dep--mca--static
FLUENTBIT_PACKAGE_NAME=fluent-bit FLUENTBIT_PACKAGE_NAME=dep--fluent-bit
MCA_VERSION=1-1 MCA_VERSION=1-1
FLUENTBIT_VERSION=1-1 FLUENTBIT_VERSION=1-1
ARCH=amd64 ARCH=amd64
......
...@@ -15,5 +15,5 @@ source env.sh ...@@ -15,5 +15,5 @@ source env.sh
apt-get -y remove ${MCA_PACKAGE_NAME} || true apt-get -y remove ${MCA_PACKAGE_NAME} || true
apt-get -y remove ${FLUENTBIT_PACKAGE_NAME} || true apt-get -y remove ${FLUENTBIT_PACKAGE_NAME} || true
rm -f ${MCA_PACKAGE_FILE} ${MCA_PACKAGE_FILE}.* rm -f ${MCA_PACKAGE_FILE} ${MCA_PACKAGE_FILE}.*
#rm ${FLUENTBIT_PACKAGE_FILE} ${FLUENTBIT_PACKAGE_FILE}.* # do not delete because it is shiped with the repository at the moment rm -f ${FLUENTBIT_PACKAGE_FILE} ${FLUENTBIT_PACKAGE_FILE}.*
apt -y remove ${APT_SPECIFIC_PACKAGES} || true apt -y remove ${APT_SPECIFIC_PACKAGES} || true
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment