Skip to content
Snippets Groups Projects
Commit 73964cb3 authored by Den Abdulkerimov's avatar Den Abdulkerimov
Browse files

Merge branch 'support-2649' of...

Merge branch 'support-2649' of https://gitlab.demlabs.net/cellframe/cellframe-node into support-2649
parents b186d187 6ec33835
No related branches found
No related tags found
No related merge requests found
......@@ -102,11 +102,17 @@ elif [ ! -e debian/changelog ]; then ### I guess this what's supposed to be add
echo "[INF] Debian changelog does not exist. Nothing to be done there." #I supposed it should look somehow like that.
#makes sense
else
<<<<<<< HEAD
echo "[INF] $VERSION_STRING is greater than $last_version_string"
echo "[INF] editing the changelog"
text=$(extract_gitlog_text)
IFS=$'\n'
echo "VERSION_STRING = $VERSION_STRING"
=======
echo "[INF] editing the changelog"
text=$(extract_gitlog_text)
IFS=$'\n'
>>>>>>> 6ec3383544fc3bfd7cdfe65b19cdd5626dd0bb83
for textline in $text; do
dch -v $VERSION_STRING $textline
done
......@@ -119,6 +125,7 @@ else
controlfile_version=$(cat prod_build/linux/debian/essentials/control | grep "Standards" | cut -d ' ' -f2) #Add to control info.
sed -i "s/$controlfile_version/$VERSION_STRING/" prod_build/linux/debian/essentials/control
export UPDVER=1
<<<<<<< HEAD
fi
......@@ -132,3 +139,5 @@ for distr in $HOST_DISTR_VERSIONS; do #we need to install required dependencies
done
done
=======
fi
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment