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
|
||||
run: |
|
||||
cp -a contrib/debian debian
|
||||
mk-build-deps --build-dep
|
||||
mk-build-deps --build-dep contrib/debian/control
|
||||
apt install -y ./*.deb
|
||||
sh autogen.sh
|
||||
./configure
|
||||
cp -a contrib/debian debian
|
||||
sed 's/@CFGOPTS@/--enable-debuginfo/g' debian/rules.in > debian/rules
|
||||
chmod +x debian/rules
|
||||
dch -b -M --force-distribution --distribution bullseye-truenas-unstable 'Tagged from zfs CI'
|
||||
|
|
Loading…
Reference in New Issue