Update CI
This commit updates CI to adapt to new changelog generation process. Signed-off-by: Umer Saleem <usaleem@ixsystems.com>
This commit is contained in:
parent
08b4d2f79e
commit
bb616aa0ab
|
@ -18,9 +18,11 @@ jobs:
|
||||||
|
|
||||||
- name: Build deb package
|
- name: Build deb package
|
||||||
run: |
|
run: |
|
||||||
cp -a contrib/debian debian
|
mk-build-deps --build-dep contrib/debian/control
|
||||||
mk-build-deps --build-dep
|
|
||||||
apt install -y ./*.deb
|
apt install -y ./*.deb
|
||||||
|
sh autogen.sh
|
||||||
|
./configure
|
||||||
|
cp -a contrib/debian debian
|
||||||
sed 's/@CFGOPTS@/--enable-debuginfo/g' debian/rules.in > debian/rules
|
sed 's/@CFGOPTS@/--enable-debuginfo/g' debian/rules.in > debian/rules
|
||||||
chmod +x debian/rules
|
chmod +x debian/rules
|
||||||
dch -b -M --force-distribution --distribution bullseye-truenas-unstable 'Tagged from zfs CI'
|
dch -b -M --force-distribution --distribution bullseye-truenas-unstable 'Tagged from zfs CI'
|
||||||
|
|
Loading…
Reference in New Issue