mirror of
https://github.com/meshtastic/firmware.git
synced 2026-01-03 08:30:45 +00:00
meshtasticd-debian: parameterize target PPA (#5776)
This commit is contained in:
4
debian/ci_pack_sdeb.sh
vendored
4
debian/ci_pack_sdeb.sh
vendored
@@ -13,8 +13,8 @@ rm -rf pio
|
||||
package=$(dpkg-parsechangelog --show-field Source)
|
||||
|
||||
rm -rf debian/changelog
|
||||
dch --create --distribution $SERIES --package $package --newversion $PKG_VERSION~$SERIES \
|
||||
dch --create --distribution "$SERIES" --package "$package" --newversion "$PKG_VERSION~$SERIES" \
|
||||
"GitHub Actions Automatic packaging for $PKG_VERSION~$SERIES"
|
||||
|
||||
# Build the source deb
|
||||
debuild -S -nc -k$GPG_KEY_ID
|
||||
debuild -S -nc -k"$GPG_KEY_ID"
|
||||
|
||||
Reference in New Issue
Block a user