Commit 294c0b76 authored by Ophélie Gagnard's avatar Ophélie Gagnard

build-scripts/obs.sh: Fix a bug. (Re-add the Makefile copying...)

build-scripts/configuration-information.sh: Switch version to 1. Warning: switch to fluent-bit
distribution-specifics/: Change version from 0-1 to 1-1 (Debian standard doesn't use 0?).
parent 3a8ed032
......@@ -9,7 +9,7 @@ INITIAL_DIR="$(pwd)"/
VERSION=0
#RECIPE_VERSION=1
RELEASE=1
SOFTWARE_NAME=mca
SOFTWARE_NAME=fluent-bit
COMPOUND_VERSION=${VERSION}-${RELEASE}
VERSION_NAME=${SOFTWARE_NAME}_${COMPOUND_VERSION}
......@@ -25,7 +25,7 @@ TARBALL_DIR=$INITIAL_DIR/tarballs/$VERSION_NAME
# BUILD INFORMATION
# Modify the following variables accordingly
SR_PATH=$TARBALL_DIR/software_release/software/fluent-bit/software.cfg
SR_PATH=$TARBALL_DIR/software_release/component/fluent-bit/buildout.cfg
TEMPLATE_DIR=$INITIAL_DIR/templates
BUILD_DIR=$TARBALL_DIR/build/ # former BUILD_ROOT_DIRECTORY
......
......@@ -9,7 +9,7 @@ TMP_DIR=`realpath -m $TMP_DIR`
echo TMP_DIR = $TMP_DIR
# copy the Makefile at the root of the tarball
#cp $TEMPLATE_DIR/tmp/Makefile $TARBALL_DIR/Makefile
cp $TEMPLATE_DIR/tmp/Makefile $TARBALL_DIR/Makefile
# save the local BUILD_DIR to replace it with the BUILD_DIR of OBS' VM
echo $BUILD_DIR > $TARBALL_DIR/cache_creation_build_directory
......
fluent-bit (0-1) UNRELEASED; urgency=medium
fluent-bit (1-1) UNRELEASED; urgency=medium
* Initial release. (Closes: #XXXXXX)
......
/opt/fluent-bit_0-1/bin/
/opt/fluent-bit_0-1/lib/
/opt/fluent-bit_0-1/etc/
/opt/fluent-bit_1-1/bin/
/opt/fluent-bit_1-1/lib/
/opt/fluent-bit_1-1/etc/
lunzip (0-1) UNRELEASED; urgency=medium
lunzip (1-1) UNRELEASED; urgency=medium
* Initial release. (Closes: #XXXXXX)
......
mca (0-1) UNRELEASED; urgency=medium
mca (1-1) UNRELEASED; urgency=medium
* Initial release. (Closes: #XXXXXX)
......
/opt/mca_0-1/bin/
/opt/mca_0-1/lib/
/opt/mca_0-1/etc/
/opt/mca_1-1/bin/
/opt/mca_1-1/lib/
/opt/mca_1-1/etc/
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