mirror of
https://github.com/meshtastic/firmware.git
synced 2025-02-01 02:09:57 +00:00
meshtastic-debian: --create requires missing changelog (#5757)
This commit is contained in:
parent
d21d6c1301
commit
892e0922ff
1
debian/ci_pack_sdeb.sh
vendored
1
debian/ci_pack_sdeb.sh
vendored
@ -9,6 +9,7 @@ platformio pkg install -e native
|
||||
package=$(dpkg-parsechangelog --show-field Source)
|
||||
pkg_version=$(dpkg-parsechangelog --show-field Version | cut -d- -f1)
|
||||
|
||||
rm -rf debian/changelog
|
||||
dch --create --distribution $SERIES --package $package --newversion $pkg_version-ppa${REVISION::7}~$SERIES \
|
||||
"GitHub Actions Automatic packaging for $SERIES"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user