Add iteration too.
This commit is contained in:
parent
f206497570
commit
536e94397f
|
|
@ -42,6 +42,7 @@ sed "s#ExecStart.*#ExecStart=${BINFIX}/bin/${BINARY} --config=${PREFIX}/etc/${BI
|
|||
fpm -s dir -t ${OUTPUT} \
|
||||
--name ${BINARY} \
|
||||
--version ${VERSION} \
|
||||
--iteration $(git rev-list --all --count) \
|
||||
--after-install scripts/after-install.sh \
|
||||
--before-remove scripts/before-remove.sh \
|
||||
--license MIT \
|
||||
|
|
|
|||
|
|
@ -36,6 +36,7 @@ cp init/launchd/com.github.davidnewhall.unifi-poller.plist package_build/Library
|
|||
fpm -s dir -t osxpkg \
|
||||
--name ${BINARY} \
|
||||
--version ${VERSION} \
|
||||
--iteration $(git rev-list --all --count) \
|
||||
--after-install scripts/after-install-osx.sh \
|
||||
--osxpkg-identifier-prefix com.github.davidnewhall \
|
||||
--license MIT \
|
||||
|
|
|
|||
Loading…
Reference in New Issue