File tree Expand file tree Collapse file tree 2 files changed +12
-4
lines changed Expand file tree Collapse file tree 2 files changed +12
-4
lines changed Original file line number Diff line number Diff line change 30
30
# build is not running on Travis or Gitlab-CI
31
31
sed ' /-DPLUGIN_COLUMNSTORE=NO/d' -i debian/rules
32
32
# Take the files and part of control from MCS directory
33
- cp -v storage/columnstore/columnstore/debian/mariadb-plugin-columnstore.* debian/
34
- echo >> debian/control
35
- cat storage/columnstore/columnstore/debian/control >> debian/control
33
+ if [ ! -f debian/mariadb-plugin-columnstore.install ]
34
+ then
35
+ cp -v storage/columnstore/columnstore/debian/mariadb-plugin-columnstore.* debian/
36
+ echo >> debian/control
37
+ cat storage/columnstore/columnstore/debian/control >> debian/control
38
+ fi
36
39
fi
37
40
38
41
# Look up distro-version specific stuff
@@ -91,6 +94,11 @@ case "${CODENAME}" in
91
94
exit 1
92
95
esac
93
96
97
+ if [ -n " ${AUTOBAKE_PREP_CONTROL_RULES_ONLY:- } " ]
98
+ then
99
+ exit 0
100
+ fi
101
+
94
102
# Adjust changelog, add new version
95
103
echo " Incrementing changelog and starting build scripts"
96
104
Original file line number Diff line number Diff line change 34
34
- mv ${CCACHE_WORK_DIR} ${CCACHE_TMP_DIR}
35
35
# Run Salsa-CI .build-script equivalent, with extra devscripts so autobake-deb.sh can run 'dch'
36
36
- export CCACHE_DIR=${CCACHE_TMP_DIR}
37
- - apt-get update && eatmydata apt-get install --no-install-recommends -y ccache fakeroot build-essential devscripts
37
+ - apt-get update && eatmydata apt-get install --no-install-recommends -y ccache fakeroot build-essential devscripts lsb-release
38
38
- cd ${WORKING_DIR}/${SOURCE_DIR}
39
39
- eatmydata apt-get build-dep --no-install-recommends -y .
40
40
- update-ccache-symlinks; ccache -z # Zero out ccache counters
You can’t perform that action at this time.
0 commit comments