pve-fake-subscription/package.sh

20 lines
597 B
Bash
Raw Normal View History

2019-06-22 15:00:22 +00:00
#!/bin/bash
cd "$( dirname "${BASH_SOURCE[0]}" )"
fpm -s dir -t deb --force \
2019-06-22 15:00:22 +00:00
-n pve-fake-subscription \
--description "Pollute Proxmox VE (>=5.0) subscription cache so it won't alert you on dashboard login" \
2019-06-22 15:22:10 +00:00
--url "https://github.com/Jamesits/pve-fake-subscription" \
-v 0.0.3 \
2019-06-22 15:00:22 +00:00
--license "GLWTS(Good Luck With That Shit) Public License" \
--depends "python3" \
--depends "libpve-common-perl" \
2019-06-22 15:00:22 +00:00
--architecture all \
--deb-dist "unstable" \
--deb-priority "optional" \
--deb-systemd "usr/lib/systemd/system/pve-fake-subscription.timer" \
--deb-after-purge "scripts/purge" \
2019-06-22 15:00:22 +00:00
./usr