Compare commits

..

2 commits

Author SHA1 Message Date
3d6e196a68
Check every day at 5 am instead of hourly
All checks were successful
/ lint (pull_request) Successful in 28s
/ deploy-x86_64 (pull_request) Successful in 28s
/ build-x86_64 (pull_request) Successful in 2m15s
/ deploy-aarch64 (pull_request) Successful in 59s
/ build-aarch64 (pull_request) Successful in 7m32s
2024-10-28 08:21:59 -04:00
739c7652fa
ilot/listmonk: upgrade to 4.0.1
All checks were successful
/ lint (pull_request) Successful in 28s
/ build-aarch64 (pull_request) Successful in 7m40s
/ deploy-aarch64 (pull_request) Successful in 59s
/ deploy-x86_64 (pull_request) Successful in 30s
/ build-x86_64 (pull_request) Successful in 2m21s
2024-10-28 06:38:53 -04:00
2 changed files with 0 additions and 8 deletions

View file

@ -10,7 +10,6 @@ license="AGPL3"
depends=" depends="
libcap-setcap libcap-setcap
postgresql postgresql
postgresql-contrib
procps procps
" "
makedepends="go npm nodejs yarn" makedepends="go npm nodejs yarn"
@ -53,7 +52,6 @@ package() {
install -Dm644 -t "$pkgdir"/usr/share/webapps/listmonk/ \ install -Dm644 -t "$pkgdir"/usr/share/webapps/listmonk/ \
schema.sql \ schema.sql \
queries.sql \ queries.sql \
permissions.json \
config.toml.sample config.toml.sample
install -Dm755 listmonk "$pkgdir"/usr/share/webapps/listmonk/ install -Dm755 listmonk "$pkgdir"/usr/share/webapps/listmonk/
install -Dm644 -t "$pkgdir"/usr/share/webapps/listmonk/frontend/dist/ \ install -Dm644 -t "$pkgdir"/usr/share/webapps/listmonk/frontend/dist/ \

View file

@ -10,12 +10,6 @@ if [ "${0##*.}" = 'post-upgrade' ]; then
* *
* listmonk --upgrade * listmonk --upgrade
* *
* If upgrading from v3.0.0, please first set the following env variables:
*
* export LISTMONK_ADMIN_USER=your-admin-user
* export LISTMONK_ADMIN_PASSWORD=your-admin-password
* listmonk --upgrade
*
EOF EOF
else else
cat >&2 <<-EOF cat >&2 <<-EOF