Skip to content

Commit 1e270fc

Browse files
committed
For C-type plugins version replaced in VERSION file in plugins rpm script
Signed-off-by: ashish-jabble <[email protected]>
1 parent f4f3858 commit 1e270fc

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

plugins/make_deb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,6 @@ EOF
285285
fi
286286
echo "Done."
287287

288-
289288
# Build the package
290289
cd "${BUILD_ROOT}"
291290

plugins/make_rpm

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -253,6 +253,8 @@ EOF
253253
if [ -f requirements.sh ]; then
254254
./requirements.sh
255255
fi
256+
# version replaced in VERSION file
257+
echo ${version} > VERSION;
256258
if [ -f build.sh ]; then
257259
./build.sh
258260
else

0 commit comments

Comments
 (0)